文章詳情頁
快速解決Oracle數據庫10g導出錯誤6550
瀏覽:150日期:2023-11-27 17:32:37
現象:使用plsql/developer工具導出數據時出現錯誤,具體示例如下:
EXP-00056: 遇到 ORACLE 錯誤 6550
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: 導出終止失敗
解決方法如下:
exp.exe 改成使用 expdp.exe
類似導入時使用impdp.exe命令
在plsql/dev中方法改成E:oracleproduct10.2.0client_2binexpdp.exe就可以了。
排行榜
