ORA-39083 ORA-23421 問題分析與解決
在使用IMPDP匯入部分使用者的資料時,在匯入工作的最後階段遇到了ORA-39083錯誤,錯誤描述如下:
一. 問題描述
......
Processing object type DATABASE_EXPORT/SCHEMA/REFRESH_GROUP
ORA-39083: Object type REFRESH_GROUP failed to create with error:
ORA-23421: job number 122 is not a job in the job queue
Failing sql is:
BEGIN dbms_refresh.make('"SCDC"."PROD_SEC_INIT_DEV_MV"',list=>null,next_date=>null,interval=>null,
implicit_destroy=>TRUE,lax=>FALSE,job=>122,rollback_seg=>NULL,push_deferred_rpc=>TRUE,
refresh_after_errors=>FALSE,purge_option => 1,parallelism => 0,heap_size => 0);
dbms_refresh.add(name=>'"SCDC"."PROD_SEC_INIT_DEV_MV"',list=>'"SCDC"."PROD_SEC_INIT_DEV_MV"',siteid=>0,expo
Job "SYSTEM"."SYS_IMPORT_SCHEMA_04" completed with 39 error(s) at 16:38:15
二 . 問題分析
在metalink上找到一遍文章,對解決這個問題有很大幫助.
ORA-39083 ORA-23421 Impdp Fails Importing REFRESH_GROUP [ID 972344.1]
Cause
The cause of this problem has been identified in Bug 7658844 Import data pump fails importing REFRESH_GROUP with ORA-39083, ORA-23421 if a user other than the refresh group owner does the import.
Solution
To fix the issue:
1. If there is one-off Patch 7658844 available on your current release and for your platform
Or:
2. Upgrade onto release 11.2
Or:
3. Use one of the following workarounds:
- execute impdp by SYSTEM without SCHEMAS parameter, or:
- execute expdp and impdp by the job owner (you may need to pre-create the job owner on the target database).
三. 問題解決
下載補丁 7658844,檔名為:p7658844_10205_Generic,不分作業系統.
在ORACLE環境裡打上7658844 補丁,打完補丁後,需要執行兩個指令碼,重新建立相關物件
SQL>@@?/rdbms/admin/catph.sql
SQL>@@?/rdbms/admin/catdpb.sql
然後重新進行impdp匯入就沒有上面的問題了.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/32980/viewspace-1056438/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Impdp ORA-39083、ORA-01403報錯問題分析解決
- Ajax跨越問題原因分析與解決思路
- zt_enqueue:HW問題分析與解決ENQ
- Error in GetCurrentDir(): 13 問題分析與解決Error
- Java應用上雲後被kill問題分析與解決Java
- 磁碟問題定位與解決
- 解決「問題」,不要解決問題
- ApacheStorm官方文件——問題與解決ApacheORM
- Java中9種常見的CMS GC問題分析與解決JavaGC
- Docker殺掉了容器?問題分析與解決過程全面覆盤Docker
- 遊標指令碼效能問題解決與分析 (4) - Cursor Performance Analysis指令碼ORM
- 遊標指令碼效能問題解決與分析 (2) - Cursor Performance Analysis指令碼ORM
- 解決訪問 GitHub 與 clone 很慢的問題Github
- 解決訪問Github與clone很慢的問題Github
- 快取穿透問題與解決方法快取穿透
- 今天遇到的問題與解決方法
- 解決問題
- 【長期更新】【Git】問題彙總 & 分析解決Git
- [長期更新][Git] 問題彙總 & 分析解決Git
- 常見的Checkpoint not complete問題分析解決
- 解決叢集 Yellow 與 Red 的問題
- @AllArgsConstructor與@Value共用的問題解決Struct
- thymeleaf手動渲染@{}的問題與解決
- java學習中問題與解決方式Java
- iOS Unable to boot simulator的問題與解決iOSboot
- 發現問題,解決問題
- ActiveMQ問題分析和解決MQ
- 手把手教你分析解決MySQL死鎖問題MySql
- 面試題解與分析面試題
- yum問題解決
- sqlitedabaseislocked問題解決SQLite
- dump 解決問題
- git合併丟失程式碼問題分析與解決(錯誤操作導致)Git
- 解決django 2.2與mysql相容性問題DjangoMySql
- mysql主從複製配置與問題解決MySql
- 第十篇:非均衡分類問題的思考與問題與解決思路
- Django在Linux上uwsgi 與nginx的問題與解決DjangoLinuxNginx
- python 3.6.2 安裝與執行 Scrapy 問題與解決Python