Problem Description
-------------------
You are running Oracle8i export utility (via SQL*Net) to export a database
and the following errorstack is received:
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
It appears that the target database is of an earlier release.
Solution Description
--------------------
Basically you cannot use a higher version of the export utility with
an earlier version of the Oracle server. Note 132904.1 shows the
compatability matrix between the Export utility and the Database.
Explanation
-----------
The error occurs because views that the higher version of export expects
are not present. To avoid this problem, use the version of the export
utility that matches the Oracle database server.
Partager