ORACLE error 19206 [message #231408] |
Mon, 16 April 2007 23:50 |
ramoorthy
Messages: 1 Registered: April 2007 Location: chennai
|
Junior Member |
|
|
i tried to take an export of a schema and i got the following errors. Actually the error is not coming by itself. It hangs for long time.While trying to terminate the process with Ctrl+C the error comes:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.5.0 - Production
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user NEW_ERR_REL_1105
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user NEW_ERR_REL_1105
About to export NEW_ERR_REL_1105's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions^C
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-00000: Export terminated unsuccessfully
Initially i was unable to take export in this database,then i ran catpatch.sql. After running it i was able to take the export. But now in the same databes im trying for another export but im getting the errors mentioned above.
|
|
|
|
|
|