[重庆思庄每日技术分享]-数据泵导出数据报39006是什么原因

来源:这里教程网 时间:2026-03-03 17:43:26 作者:

数据泵导出数据报:ora-39006,

近日,一学员在使用expdp导出数据时碰到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; 再去进行导出,问题解决。

相关推荐