Help!Export works with sys but not system [message #72824] |
Mon, 10 November 2003 15:52 |
sheela
Messages: 66 Registered: March 2002
|
Member |
|
|
Hi,
I'm trying to do a full export on oracle 9i. The export works fine with user 'sys' as sysdba, but fails with user 'system' with the following error. This happens even with a simple full export (using interactively) I never had this issue before. Could someone please clarify what the problem is?
About to export the entire database ...
. exporting tablespace definitions
. exporting profiles
. exporting user definitions
. exporting roles
. exporting resource costs
. exporting rollback segment definitions
. exporting database links
. exporting sequence numbers
. exporting directory aliases
. exporting context namespaces
. exporting foreign function library names
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions
. exporting system procedural objects and actions
EXP-00008: ORACLE error 1422 encountered
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at "SYS.LT_EXPORT_PKG", line 64
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.system_info_exp
. exporting pre-schema procedural objects and actions
. exporting cluster definitions
EXP-00056: ORACLE error 1422 encountered
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at "SYS.DBMS_METADATA", line 474
ORA-06512: at "SYS.DBMS_METADATA", line 497
ORA-06512: at "SYS.DBMS_METADATA", line 649
ORA-06512: at line 1
EXP-00056: ORACLE error 1422 encountered
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at "SYS.DBMS_METADATA", line 474
ORA-06512: at "SYS.DBMS_METADATA", line 497
ORA-06512: at "SYS.DBMS_METADATA", line 649
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully
But everything is fine is I use 'sys as sysdba'.
Thanks
|
|
|
More Info [message #72825 is a reply to message #72824] |
Mon, 10 November 2003 16:23 |
sheela
Messages: 66 Registered: March 2002
|
Member |
|
|
All packages in sys, system are valid. I tried running catexp.sql again. Doesn't help.
|
|
|
|
|