oracle 9.2.0.7 + hp_unix exp匯出報錯處理
exp system/oracle full=y file=/orabackup/test.dmp log=/orabackup/test.log rows=n buffer=4096000
用以上exp 命令時匯出報以下錯誤:
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user QCSYSTEM
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user QCSYSTEM
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
解決方法:
執行$ORACLE_HOME/rdbms/admin/下的catexp.sql 即可
解決上面這個問題後,再次重新執行exp命令,又不斷報以下錯誤:
EXP-00056: ORACLE error 904 encountered
ORA-00904: "SYS"."DBMS_EXPORT_EXTENSION"."FUNC_INDEX_DEFAULT": invalid identifier
解決方法:
cd $ORACLE_HOME/rdbms/admin/
sqlplus "/as sysdba"
shutdown immediate
startup migrate
@catpatch.sql
shutdown immediate
startup
最後exp匯出無報錯。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-617109/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- exp匯出報錯EXP-00106問題處理
- oracle資料匯出匯入(exp/imp)Oracle
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- ovftool匯出虛擬機器報錯處理過程!虛擬機
- 【ASK_ORACLE】一眼判斷出Oracle的dmp檔案是用expdp匯出還是exp匯出Oracle
- Oracle 12c ORA-29548 報錯處理Oracle
- exp匯出遭遇IMP-00020
- RAT(Oracle Real Application Testing)時ORA 600報錯處理OracleAPP
- Oracle異常錯誤處理Oracle
- ORACLE 異常錯誤處理Oracle
- 【ORA-01555】Oracle LOB欄位匯出 報錯 ORA-01555Oracle
- oracle ora-00054錯誤處理Oracle
- CMake出錯的處理
- ORACLE GoldenGate 使用技巧-容錯處理等OracleGo
- exp匯出表中特定條件的表
- 匯出處理耗時的檔案
- oracle匯入TYPE物件報錯ORA-02304Oracle物件
- 使用exp進行SQL報錯注入SQL
- expdp匯出報錯ORA-39127
- oracle 跨小版本dg切換應用補丁報錯處理Oracle
- ORACLE rac 11.2.0.4 for rhel7.8 upgrade to 19.11.1 報錯ORA-29516處理Oracle
- Gulp壓縮報錯處理
- rails gem報錯的處理AI
- 使用csv批量匯入、匯出資料的需求處理
- tsc、babel、webpack對模組匯入匯出的處理BabelWeb
- oracle 匯入報錯:field in data file exceeds maximum lengthOracle
- oracle exp和impOracle
- Oracle OCP(54):EXPOracle
- Oracle-exp命令Oracle
- Mysql自動處理同步報錯MySql
- Python 入門級報錯處理Python
- Too many open files報錯處理
- Oracle 資料匯入匯出Oracle
- Oracle資料匯入匯出Oracle
- 識別exp匯出檔案所用的字符集
- 如何確定一個dmp檔案是exp匯出的還是expdp匯出的?
- HP-UX執行Oracle相關命令報錯Memory fault(coredump)分析處理UXOracle
- Promise.all API 的出錯處理PromiseAPI
- oracle 11g expdp匯出報ORA-24001Oracle