随笔分类 - Oracle
摘要:数据库在导入数据的过程中,意外关机。重启机器后,pl/sql-developer不能登录数据库,报错ORA-01033:oracle initializationor shutdown in progress。解决步骤如下:运行cmdC:\Users\Dell3800>set oracle_si...
阅读全文
摘要:用于直接drop掉表的情况(plsql developer直接删掉表就是drop操作)查删除的表select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin;同时查...
阅读全文
摘要:简单的CASE语句1 case expression2 when result1 then3 statement14 when result2 then5 statement26 ...7 else 8 statement_else9 end case;1 case people --变量2 when 'Chinese' then3 dbms_output.put_line('你好!');4 when 'Spanish' then5 dbms_output.put_line('hola');6 else 7 dbms_...
阅读全文
浙公网安备 33010602011771号