Posted 7/28/2009 4:29:55 PM
|
|
|
|
| When exporting, we're getting the following error: 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 Regarding this error you want to first make sure that the user you are using has EXP_FULL_DATABASE granted to it.Then you you must run the following when you create the db and make sure there are no errors: %ORACLE_HOME%/rdbms/admin/catalog.sql %ORACLE_HOME%/rdbms/admin/catproc.sql
Hope this helps. Thanks,
|
|
|
|