[转帖]记一次导出错误ORA-39126 ORA-21700_MySQL, Oracle及数据库讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MySQL, Oracle及数据库讨论区 »
总帖数
2
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 3120 | 回复: 1   主题: [转帖]记一次导出错误ORA-39126 ORA-21700        上一篇   下一篇 
Grobocknide
注册用户
等级:新兵
经验:66
发帖:2
精华:0
注册:2018-10-9
状态:离线
发送短消息息给Grobocknide 加好友    发送短消息息给Grobocknide 发消息
发表于: IP:您无权察看 2019-9-12 16:14:42 | [全部帖] [楼主帖] 楼主

最近在一次数据库expdp导出过程中,一直报如下错误:

ORA-39126: 在 KUPW$WORKER.UNLOAD_METADATA [PROCACT_SCHEMA:"V3"] 中 Worker 发生意外致命错误
ORA-21700: 对象不存在或标记为删除
ORA-06512: 在 "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: 在 "SYS.KUPW$WORKER", line 8165

 ----- PL/SQL Call Stack -----
object line object
handle number name
AADA75E4 18990 package body SYS.KUPW$WORKER
AADA75E4 8192 package body SYS.KUPW$WORKER
AADA75E4 2823 package body SYS.KUPW$WORKER
AADA75E4 8847 package body SYS.KUPW$WORKER
AADA75E4 1649 package body SYS.KUPW$WORKER
AAC5954C 2 anonymous block


找遍百度谷歌也没找到对应的解决方法。
最后看了下导出指令,感觉dmpfile参数下划线有点多,随便改改吧。
就这样导出成功不报错了。
原因是dmpfile参数写的文件名下划线太多,导致了导出指令解析错误。
望网友引以为戒。




赞(0)    操作        顶端 
联动大白
注册用户
等级:列兵
经验:91
发帖:0
精华:0
注册:2015-5-27
状态:离线
发送短消息息给联动大白 加好友    发送短消息息给联动大白 发消息
发表于: IP:您无权察看 2019-10-7 0:30:00 | [全部帖] [楼主帖] 2  楼

为了方便大家阅读,我对文章中错误号来解释一下吧!

Error Id: ORA-21700

Title: object does not exist or is marked for delete

Description:

object does not exist or is marked for delete

Action:

User needs to re-initialize the reference to reference an existent object or the user needs to unmark the object.

Cause:

User attempted to perform an inappropriate operation to an object that is non-existent or marked for delete. Operations such as pinning, deleting and updating cannot be applied to an object that is non-existent or marked for delete.


Error Id: ORA-06512

Title: at stringline string

Description:

at stringline string

Action:

Fix the problem causing the exception or write an exception handler for this condition. Or you may need to contact your application administrator or DBA.

Cause:

Backtrace message as the stack is unwound by unhandled exceptions.


Error Id: ORA-39126

Title: Worker unexpected fatal error in string [string] string

Description:

Worker unexpected fatal error in string [string] string

Action:

If problem persists, contact Oracle Customer Support.

Cause:

An unhandled exception was detected internally within the worker process for the Data Pump job. This is an internal error. Additional information may be supplied.


也许你已明白,但对一个人有用也是我存在的理由!^_^ By:持之以恒的大白

-- 来自: 北京联动北方科技有限公司



赞(0)    操作        顶端 
总帖数
2
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论