EXPORT ERROR [message #73393] |
Tue, 13 April 2004 12:28 |
Michael Khan
Messages: 2 Registered: December 2003
|
Junior Member |
|
|
I am running oracle 9.2.0.3 on windows 2k server. I am exporting a user and is getting the following error message.
15:29:07.528 Program . exporting object type definitions for user CMM
15:29:07.538 Program About to export CMM's objects ...
15:29:07.558 Program . exporting database links
15:29:07.688 Program . exporting sequence numbers
15:29:10.081 Program . exporting cluster definitions
15:29:10.111 Program EXP-00056: ORACLE error 19206 encountered
15:29:10.121 Program ORA-19206: Invalid value for query or REF CURSOR parameter
15:29:10.131 Program ORA-06512: at "SYS.DBMS_XMLGEN", line 83
15:29:10.141 Program ORA-06512: at "SYS.DBMS_METADATA", line 345
15:29:10.151 Program ORA-06512: at "SYS.DBMS_METADATA", line 410
15:29:10.171 Program ORA-06512: at "SYS.DBMS_METADATA", line 449
15:29:10.181 Program ORA-06512: at "SYS.DBMS_METADATA", line 1156
15:29:10.191 Program ORA-06512: at "SYS.DBMS_METADATA", line 1141
15:29:10.201 Program ORA-06512: at line 1
15:29:10.211 Program EXP-00000: Export terminated unsuccessfully
Any help will be appreciated.
Thanks in advance.
Michael
|
|
|
Re: EXPORT ERROR [message #73394 is a reply to message #73393] |
Wed, 14 April 2004 00:40 |
ora9iDBA
Messages: 31 Registered: March 2003
|
Member |
|
|
Hi
run following script
@?/rdbms/admin/catmeta.sql by connecting as user sys and then take a export.
This will resolve issue.
Kishor
|
|
|
|
Re: EXPORT ERROR [message #73553 is a reply to message #73394] |
Thu, 20 May 2004 17:26 |
Jacky Rateng
Messages: 1 Registered: May 2004
|
Junior Member |
|
|
I had run the catmeta.sql ,but I don't use the command line export the user ,I may use dba tools to do above export. I get the following error message in the command line :
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user STIUSER5
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user STIUSER5
EXP-00008: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00024: Export views not installed, please notify your DBA
EXP-00000: Export terminated unsuccessfully
|
|
|
Re: EXPORT ERROR [message #73981 is a reply to message #73553] |
Sat, 14 August 2004 03:25 |
Amir
Messages: 8 Registered: April 2002
|
Junior Member |
|
|
Looks like the export views are not correctly installed. Try doing this ;
1]] Log in as sys user
2]] run the $ORACLE_HOME/rdbms/catexp.sql file. This will recreate all your exp related views.
3]] run the exp again.
Thanks,
amir
|
|
|
|
|
|
|