Oracle9i export error
- by Max
When I rut the following:
set ORACLE_SID=orcl
exp.exe 'SYS/system as sysdba' full=y log=exp.log file=mydump.dmp
in the end i see the following:
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
what should i do to resolve it?
I had 9.2.0.1.0 oracle, after it was…