expdp ORA-31626: job does not exist 解決方案
expdp ORA-31626: job does not exist 解決方案
1、問題
[oracle@oracle-T ~]$ expdp doudou/oracle@test directory=dump dumpfile=doudou.dmp schemas=doudou
Export: Release 10.2.0.1.0 - 64bit Production on Friday, 30 November, 2012 9:46:43
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user DOUDOU
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "" and "" for Data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1555
ORA-01403: no data found
2、解決方法:
@?/rdbms/admin/catalog.sql
@?/rdbms/admin/catproc.sql
[後續此庫出現問題:EXP-00056: ORACLE error 932 encountered]
解決方法
BLOG連結:http://blog.csdn.net/lovehewenyu/article/details/8276736
3、正確答案
[oracle@oracle-T ~]$ expdp doudou/oracle@test DIRECTORY=dump DUMPFILE=exp.dmp SCHEMAS=doudou
Export: Release 10.2.0.1.0 - 64bit Production on Friday, 30 November, 2012 10:20:18
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
FLASHBACK automatically enabled to preserve database integrity.
Starting "DOUDOU"."SYS_EXPORT_SCHEMA_01": doudou/********@test DIRECTORY=dump DUMPFILE=exp.dmp SCHEMAS=doudou
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 128 KB
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported "DOUDOU"."TEST1" 5.273 KB 1 rows
. . exported "DOUDOU"."TEST" 0 KB 0 rows
Master table "DOUDOU"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
******************************************************************************
Dump file set for DOUDOU.SYS_EXPORT_SCHEMA_01 is:
/home/oracle/exp.dmp
Job "DOUDOU"."SYS_EXPORT_SCHEMA_01" successfully completed at 10:20:26
總結:
這種錯誤通常都是由於Oracle軟體升級之後和庫不一致產生的,需要重新
執行catalog.sql and catproc.sql來配置後臺資料字典
sql>@?/rdbms/admin/catalog.sql
sql>@?/rdbms/admin/catproc.sql
【執行資料字典的編寫應該檢測是否有失效的物件,如有失效應該執行以下】
問題: EXP-00056: ORACLE error 932 encountered
答案:BLOG連結:http://blog.csdn.net/lovehewenyu/article/details/8276736
感謝luda 大頭
http://blog.itpub.net/post/42643/507089/????
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-750314/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The user specified as a definer ('wx_root'@'%') does not exist 解決方案
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- ORA-24756: transaction does not exist問題解決
- ORA-27101 Shared memory realm does not exist錯誤解決方案
- mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解決方法MySql
- 模擬ORA-04043並解決(dba_* does not exist)
- job呼叫過程報錯 ORA-00942: table or view does not existView
- asmcmd does not exist in directoryASM
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- Oracle ORA - 01720 grant option does not exist for..報錯解決Oracle
- The file '/MasterPage.master' does not exist. 類錯誤解決方法AST
- javax.media does not existJava
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP
- o2cb_ctl: Cluster "ocfs2" does not exist 錯誤解決
- Property [title] does not exist on this collection instance
- Waring: /dev/centos/swap does not existdevCentOS
- PatchObject constructor:Input file does not existObjectStruct
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- 解決Spark讀取Hive分割槽表出現Input path does not exist的問題SparkHive
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Laravel Class env does not exist 問題排查Laravel
- SNMP TABLE ERROR : Requested table is empty or does not existError
- ORA-00942: table or view does not existView
- FAQ:Field DATABASE does not exist; see long textDatabase
- EXP Or EXPDP時hang住問題,MOS解決方案
- Check table 169P: entry XXXX does not exist的解決
- relation with OID 637165 does not exist
- ORA-04043: object DBA_DATA_FILES does not existObject
- ORA-04042 procedure, function, package, or package body does not existFunctionPackage
- 【Oracle】-【許可權-ORA-04043】- object does not existOracleObject
- PL/SQL: ORA-00942: table or view does not existSQLView
- ORA-12545 TNS: Host or Object Does not ExistObject
- Library source does not match the bytecode for class 最佳解決方案
- 解決react-native run-ios報錯問題--Print: Entry, ":CFBundleIdentifier", Does Not ExistReactiOSIDE
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- expdp over nfs 問題解決NFS
- MySQL 5.7啟動資料庫報錯'does not exist or is not executable'MySql資料庫
- org.apache.maven.plugins:maven-archetype-plugin does not existApacheMavenPlugin