HELP! Error 31600 when export oracle data [message #73020] |
Sat, 17 January 2004 09:51 |
Howard Li
Messages: 1 Registered: January 2004
|
Junior Member |
|
|
Env: Solaris 2.8; Oracle 64-bit 9.2.0.3
When trying to do exp $DBUSER/$DBPWD@$DBNAME file=back.dmp log=exp.log, I got following error
===========================
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
==============================================
Then I try to execute catexp.sql with sys account, and rerun the export again(Is this step right? I got this info from others). This time it reports following error message.
===================================================
EXP-00056: ORACLE error 31600 encountered
ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TR
ANSFORM_PARAM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
ORA-06512: at "SYS.DBMS_METADATA", line 836
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully
===================================================
Can anybody give me a hand? Thanks much!!
|
|
|
|
|