EXP-00008: ORACLE error 6550 encountered
今天在oracle10G(Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit)的資料庫做expdp匯出操作的時候,
發現如下錯誤:
EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 18:
PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1204
ORA-06512: at "SYS.DBMS_SQL", line 323
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 97
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
. . exporting table DEF$_AQERROR
EXP-00008: ORACLE error 6510 encountered
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 50
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
. . exporting table DEF$_CALLDEST
EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 18:
PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1204
ORA-06512: at "SYS.DBMS_SQL", line 323
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 97
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
. . exporting table DEF$_DEFAULTDEST
EXP-00008: ORACLE error 6510 encountered
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 50
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
. . exporting table DEF$_DESTINATION
EXP-00008: ORACLE error 6550 encountered
ORA-06550: line 1, column 18:
PLS-00201: identifier 'SYS.DBMS_DEFER_IMPORT_INTERNAL' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1204
ORA-06512: at "SYS.DBMS_SQL", line 323
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 97
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
. . exporting table DEF$_ERROR
EXP-00008: ORACLE error 6510 encountered
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 50
ORA-06512: at "SYS.DBMS_EXPORT_EXTENSION", line 126
ORA-06512: at line 1
檢視了文件NOTE :ID 795492.1
執行了:
select grantee, owner, privilege from dba_tab_privs
where table_name in
('DBMS_DEFER_IMPORT_INTERNAL','DBMS_EXPORT_EXTENSION','DBMS_SYS_SQL');
檢查,發現是由於
許可權的原因導致的問題。
對當前賬號賦予許可權:
grant execute on sys.dbms_defer_import_internal to
grant execute on sys.dbms_export_extension to
grant execute on sys.dbms_sys_sql to
重新exp到處資料,成功!
在這裡非常感謝oracle的售後服務人員。我在檢查的時候,由於粗心,誤看執行匯出的賬號了。還去開了一個SR。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-673995/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 隨記EXP-00008: ORACLE error 6550 encounteredOracleError
- EXP-00056: ORACLE error 904 encounteredOracleError
- MMON encountered error 959, clearing the errorError
- 遇到 ORACLE 錯誤 6550Oracle
- EXP-00056: ORACLE error 600 encountered 解決方法OracleError
- 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
- 有關error 46 encountered when initializing ldmError
- ORACLE EXP-00008 ORA-00942Oracle
- The server has encountered an error while loading an applicationServerErrorWhileAPP
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- ORA-39097: Data Pump job encountered unexpected error -12801Error
- ORA-55507: Encountered mining error during Flashback Transaction BackoutError
- ORA-55507: Encountered mining error during Flashback Transaction Backout. functiError
- EXP-00008: 遇到 ORACLE 錯誤 904 ORA-01003Oracle
- ORACLE STREAM ERROROracleError
- Oracle XA Exception error codeOracleExceptionError
- oracle之啟動errorOracleError
- python: invalid value encountered in divide以及invalid value encountered in double_scalars報錯PythonIDE
- ORA-07445: exception encountered: (一)Exception
- Oracle安裝報錯syntax errorOracleError
- exp/imp匯入匯出版本問題和ORA-6550報錯
- [Oracle] Error in invoking target 'agent nmhs' of makefileOracleError
- oracle asm diskgroup add datafile error problemOracleASMError
- ORA-07445: exception encountered: core dump [skgxpdmpctxException
- ORA - 1461 encountered when generating server alertServer
- 有關SQL ID with large Version Count encountered.SQL
- [記錄]RuntimeWarning: overflow encountered in scalar subtract
- [wm-cjdbc33-0069][Oracle JDBC Driver]Internal error: Net8 protocol errorJDBCOracleErrorProtocol
- 【ERROR】Oracle列印錯誤程式碼解釋ErrorOracle
- ora - 100501 Non oracle errorOracleError
- ORA-07445: exception encountered: core dump [kglpin()+527]Exception
- ORA-07445 exception encountered: core dump [kslgetl()+80]Exception
- ORA-07445: exception encountered: core dump [kgghtNumElements()Exception
- ORA-07445: exception encountered: core dump [ksxpunmap()+2742]Exception