日期:2014-05-16 浏览次数:20407 次
使用exp导出数据失败,系统显示如下错误信息:
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
数据库升级后没有更新数据字典导致表或者视图不存在,致使执行导出数据失败。
% sqlplus / as sysdba
SQL> shutdown immediate
SQL> @/oracle/app/product/11g/db/rdbms/admin/catpatch.sql;
SQL> startup migrate
导出成功,系统显示如下信息:
Export terminated successfully without warnings.