Urgent! Can Oracle 8.1.7 export utility be used for 7.3.4 ?? [message #72139] |
Thu, 20 March 2003 14:43 |
Tony
Messages: 190 Registered: June 2001
|
Senior Member |
|
|
Hi,
We have been getting the following error while trying to export a table from an oracle 7.3.4 databse using export utility for oracle 8.1.7. Is that even possible?? We tried it using the 7.3.4 export utility and everything works fine. One other question: Is it even possible to import a 7.3.4 databsae directly into 8.1.7? Or should be use a intermediate 8.0.5 database?
Error follows:
exp user1/pass1@mydb file=file.dmp tables=(emp_master)
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
=========================================
EXP-00024 Export views not installed, please notify your DBA
Cause: The necessary Export views were not installed.
Action: Ask the database administrator to install the required Export views.
===================================================
ORA-00942 table or view does not exist
|
|
|
|