EXP-00056: ORACLE error 600 encountered 解決方法
/*
*時間:2009-05-11 Monday
*環境:AIX5.3 Oracle10.2.0.1.0
*標題:EXP-00056: ORACLE error 600 encountered 解決方法
*/
用exp匯出資料時,報下面的錯誤:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
Production
With the Partitioning, OLAP and Data Mining options
Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user CQOMSWAS
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user CQOMSWAS
About to export CQOMSWAS's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
EXP-00056: ORACLE error 600 encountered
ORA-00600: internal error code, arguments: [qmtInit1], [], [], [], [], [], [], []
EXP-00000: Export terminated unsuccessfully
原因:注意是Oracle的環境變數LD_LIBRARY_PATH/LIBPATH變數設定得不對
1、停止資料庫和資料庫的listener監聽器
$ sqlplus "/as sysdba"
SQL> shutdown immediate (如果shutdown immediate關閉需要很長時間,可以直接用shutdown abort快速關閉)
SQL>exit
$lsnrctl stop
2、oracle使用者修改.profile檔案
$ vi .profile
增加下面的內容:
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export LIBPATH=$ORACLE_HOME/lib
“Esc” wq 儲存退出
$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
$ export LIBPATH=$ORACLE_HOME/lib
3、再重新啟動資料庫和listener
$ sqlplus "/as sysdba"
SQL>startup
SQL>exit
$lsnrctl start
4、再用exp命令匯出就沒有問題了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-594691/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- EXP-00056: ORACLE error 904 encounteredOracleError
- EXP-00056: ORACLE error 19206 encountered報錯OracleError
- EXP-00056: ORACLE error 932 encountered(ORA-00932: inconsistent datatypes)OracleError
- Error 600 encountered while recovering transaction (10, 0)ErrorWhile
- EXP-00056: 遇到 ORACLE 錯誤 600 ORA-00600 EXP-00000: 匯出終止失敗 解決方法Oracle
- EXP-00008: ORACLE error 6550 encounteredOracleError
- AIX上oracle匯出備份EXP-00056: 遇到 ORACLE 錯誤 600AIOracle
- exp-00056 ORA-8103 錯誤解決方法
- MMON encountered error 959, clearing the errorError
- 解決EXP-00056: 遇到 ORACLE 錯誤 31600Oracle
- 隨記EXP-00008: ORACLE error 6550 encounteredOracleError
- ld.so.1: oracle: fatal: relocation error解決方法OracleError
- ora-600一例的解決方法
- Internal error:1058 解決方法Error
- SQL ERROR 7311解決方法SQLError
- DedeCMS Error: Tag disabled: "php" 解決方法ErrorPHP
- 帝國CMS提示parse error syntax error的解決方法Error
- mac xcrun: error: active developer path 解決方法MacErrorDeveloper
- Got error 28 from storage engine 解決方法GoError
- 有關error 46 encountered when initializing ldmError
- ORA-600 Lookup Error CategoriesErrorGo
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- XAMPP, Apache - Error: Apache shutdown unexpectedly 解決方法ApacheError
- IMP-00017: following statement failed with ORACLE error 957錯誤的解決方法AIOracleError
- The server has encountered an error while loading an applicationServerErrorWhileAPP
- 【ERROR】ORA-27102: out of memory 解決方法Error
- 萬能方法解決——You have an error in your SQL syntaxErrorSQL
- ORA-24550 Signal Received Error的解決方法Error
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- FATAL ERROR: Could not find ./bin/my_print_defaults 解決方法Error
- mysql ERROR 1045 (28000): Access denied for user解決方法MySqlError
- setContentView(R.layout.activity_main) Error解決方法ViewAIError
- mysql登入遇到ERROR 1045問題解決方法MySqlError
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- 解決Oracle死鎖的快捷方法Oracle
- 批量解決oracle鎖等待的方法Oracle
- ORACLE 鎖機制及解決方法Oracle
- Mac安裝Adobe軟體,提示Error解決方法MacError