成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁技術(shù)文章
文章詳情頁

快速解決Oracle數(shù)據(jù)庫10g導(dǎo)出錯(cuò)誤6550

瀏覽:189日期:2023-11-27 17:32:37
現(xiàn)象:使用plsql/developer工具導(dǎo)出數(shù)據(jù)時(shí)出現(xiàn)錯(cuò)誤,具體示例如下:

EXP-00056: 遇到 ORACLE 錯(cuò)誤 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: 導(dǎo)出終止失敗

解決方法如下:

exp.exe 改成使用 expdp.exe

類似導(dǎo)入時(shí)使用impdp.exe命令

在plsql/dev中方法改成E:oracleproduct10.2.0client_2binexpdp.exe就可以了。

標(biāo)簽: Oracle 數(shù)據(jù)庫