首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle 数据库数据导出dump形式

2013-03-01 
Oracle 数据库数据导出dump方式linux下[oracle@infodb111 /]$ oerr ora 3900639006, 00000, internal err

Oracle 数据库数据导出dump方式
linux下

[oracle@infodb111 /]$ oerr ora 3900639006, 00000, "internal error"// *Cause: An unexpected error occurred while processing a Data Pump job.//          Subsequent messages supplied by DBMS_DATAPUMP.GET_STATUS//          will further describe the error.// *Action: Contact Oracle Customer Support.[oracle@infodb111 /]$ oerr ora 3921339213, 00000, "Metadata processing is not available"// *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.

根据oerr ora 39213提示,执行exec dbms_metadata_util.load_stylesheets;

再进行导出正常,问题解决。

热点排行