oracle sqlldr 與 外部表
oracle sqlldr 與 外部表[@more@]
自定義例外:
declare
tablenotexist exception;
pragma exception_init(tablenotexist,-942);
begin
execute immediate 'drop table xxxxx';
exception when tablenotexist then
dbms_output.put_line('tablenotexist');
end;
/
tablenotexist exception;
pragma exception_init(tablenotexist,-942);
begin
execute immediate 'drop table xxxxx';
exception when tablenotexist then
dbms_output.put_line('tablenotexist');
end;
/
pragma : 為編譯指示命令。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66634/viewspace-853012/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 測試TOM=SQLLDR生成外部表SQL
- Oracle外部表Oracle
- Oracle 外部表Oracle
- 【轉】Oracle 外部表Oracle
- 【SQLLDR】使用SQL*Loader輔助生成外部表建立語句SQL
- oracle 外部表 external tableOracle
- Oracle外部表 External TableOracle
- Oracle外部表學習Oracle
- 介紹oracle外部表Oracle
- sqlldr中使用條件裝載及作為外部表訪問SQL
- 使用sqlldr載入外部檔案中的資料到Oracle中(轉)SQLOracle
- ORACLE學習之外部表Oracle
- oracle外部表詳解以及使用Oracle
- oracle_datapump建立外部表案例Oracle
- oracle 外部表alert_orcl.oraOracle
- Oracle之外部表警告日誌Oracle
- Oracle外部表的管理和應用Oracle
- Oracle之外部表監聽日誌Oracle
- ORACLE外部表的應用例項Oracle
- 使用外部表管理Oracle 告警日誌Oracle
- 測試oracle sqlldrOracleSQL
- oracle sqlldr匯入OracleSQL
- oracle sqlldr 總結OracleSQL
- oracle外部表的測試學習 (轉)Oracle
- ORACLE_LOADER外部表簡單案例Oracle
- oracle 外部表 漢字轉換為拼音Oracle
- 使用外部表關聯MySQL資料到OracleMySqlOracle
- sqlldr與external tableSQL
- Oracle SQL Loader(sqlldr)OracleSQL
- oracle----sqlldr用法(轉)OracleSQL
- 利用ORACLE_DATAPUMP為驅動建立外部表Oracle
- 使用Oracle的外部表查詢警告日誌Oracle
- oracle外部表建立以及收集統計資訊以及臨時表Oracle
- Oracle sqlldr工具功能測試OracleSQL
- oracle sqlldr控制檔案模板OracleSQL
- 外部表在Oracle資料庫中使用心得Oracle資料庫
- 使用外部表檢視ORACLE報警日誌薦Oracle
- greenplum使用gpfdist與外部表高效匯入資料