數(shù)據(jù)泵導(dǎo)出數(shù)據(jù)報39006是什么原因
數(shù)據(jù)泵導(dǎo)出數(shù)據(jù)報:ora-39006,
近日,一學(xué)員在使用expdp導(dǎo)出數(shù)據(jù)時碰到ora-39006錯誤,錯誤提示如下所示:
ORA-39006: internal error

問怎么辦,這個問題還真沒有遇到過,趕緊搜了一下錯誤信息:
Cause: The Data Pump could not use the Metadata API. Typically, this is caused by the XSL stylesheets not being set up properly.Action: Connect AS SYSDBA and execute
dbms_metadata_util.load_stylesheets to reload the stylesheets.
解決辦法:
SQL> conn / as sysdba;
SQL> execute
dbms_metadata_util.load_stylesheets;
再去進(jìn)行導(dǎo)出,問題解決。

標(biāo)簽: