alrightydooda
Programmer
Hi,
I have a database which is stored in Oracle8i and all the client machines are running Oracle9. My problem is that i do not have access to the server and must use one of the client machines to export the database using the "exp" command.
I am getting the following error:
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
I have also run the catexp.sql given with oracle9 but after reading that it seems to be for the opposite scenario, exporting an oracle9 database using an Oracle8i client.
Is there a script I can run that will create the missing Oracle9 views on the Oracle8i database?
I have a database which is stored in Oracle8i and all the client machines are running Oracle9. My problem is that i do not have access to the server and must use one of the client machines to export the database using the "exp" command.
I am getting the following error:
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
I have also run the catexp.sql given with oracle9 but after reading that it seems to be for the opposite scenario, exporting an oracle9 database using an Oracle8i client.
Is there a script I can run that will create the missing Oracle9 views on the Oracle8i database?