Oracle
敖日格勒
篮球,游泳
展开
-
Oracle SQL Developer setup code template/assistant/autoreplace
Oracle SQL Developer setup code template/assistant/AutoReplace ---- Oracle SQL Developer 怎么设置自动字符串替换提高开发效率SoftwareOracle SQL Developer -- 18.4.0.376.1900Howtofind and config...原创 2019-04-02 14:02:46 · 401 阅读 · 0 评论 -
(MySql/DB2)DROP TABLE IF EXISTS的ORACLE实现
(MySql/DB2)DROP TABLE IF EXISTS的ORACLE实现在存储过程中我们经常会用到drop table if exists,但是在Oracle中没有简单方法可实现。参考了曲线救国的方法是建立新的proc,在这里分享给大家。测试如下:create or replace procedure proc_dropifexists( p_table in var...原创 2019-07-01 14:50:34 · 3509 阅读 · 0 评论 -
ORA-14452: attempt to create, alter or drop an index on temporary table already in use
ORA-14452: attempt to create, alter or drop an index on temporary table already in usedrop table tmpError report -ORA-14452: attempt to create, alter or drop an index on temporary table already ...原创 2019-07-02 14:46:35 · 1902 阅读 · 1 评论