Oracle9i export error
        Posted  
        
            by Max
        on Server Fault
        
        See other posts from Server Fault
        
            or by Max
        
        
        
        Published on 2009-10-20T19:59:16Z
        Indexed on 
            2010/04/03
            18:03 UTC
        
        
        Read the original article
        Hit count: 687
        
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 installed 2 patches: 9.2.0.7.0 and 9.2.0.8.0
© Server Fault or respective owner