码迷,mamicode.com
首页 > 其他好文 > 详细

export导出遇到ORA-19206 EXP-56 While Taking Export

时间:2015-04-22 18:29:40      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:ora-19206   exp-56   exp   

Applies to: 

Oracle Database - Enterprise Edition - Version 9.2.0.1 to 9.2.0.8 [Release 9.2]
Information in this document applies to any platform.
***Checked for relevance on 11-Apr-2013***

Symptoms

During export you receive the following errors:

EXP-00056: ORACLE error 19206 encountered
ORA-19206: Invalid value for query or REF CURSOR parameter
ORA-06512: at "SYS.DBMS_XMLGEN", line 83
ORA-06512: at "SYS.DBMS_METADATA", line 345
ORA-06512: at "SYS.DBMS_METADATA", line 410
ORA-06512: at "SYS.DBMS_METADATA", line 449
ORA-06512: at "SYS.DBMS_METADATA", line 1156
ORA-06512: at "SYS.DBMS_METADATA", line 1141
ORA-06512: at line 1
EXP-00056: ORACLE error 19206 encountered
EXP-00000: Export terminated unsuccessfully


Also the error ORA-600 [qmxtrGetInputOpn1] may occur.

Cause

XDB installation/dictionary built causes some of the underlying XML views to be INVALID. The error occurs when dbms_xmlgen tries to access one those invalid views.

Solution

- Upgrade to 10g where the issue is fixed.

Or:

- Remove XDB component, if you are not using it. The steps are described in:

Note 1292089.1 - Master Note for Oracle XML Database (XDB) Install / Deinstall

Note:  A possible workaround is turning off query rewrite for XML operators by setting the following event:

SQL> alter system set events ‘19027 trace name context forever, level 1‘;

To disable the event at any time

SQL> alter system set events ‘19027 trace name context off‘;

export导出遇到ORA-19206 EXP-56 While Taking Export

标签:ora-19206   exp-56   exp   

原文地址:http://blog.csdn.net/msdnchina/article/details/45195863

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!