UDE-00008: operation generated ORACLE error 31626

哎!人不顺了,喝口冷水都塞牙缝.

下午做了一个很简单的测试就又出来了一个BUG,记录一下吧,

SQL> show user ;
USER is "SYS"
SQL> create directory dir1 as '/home/oracle/bak';

Directory created.

SQL> grant write on directory dir1 to yxyup;

Grant succeeded.

oracle@sles10sp1-db2:~> expdp system/system dumpfile=yxyup.dump directory=dir1 schemas=yxyup

Export: Release 10.2.0.1.0 - Production on Wednesday, 25 June, 2008 17:18:45

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Starting "SYSTEM"."SYS_EXPORT_SCHEMA_02":  system/******** dumpfile=yxyup.dump directory=dir1 schemas=yxyup
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 64 KB
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
Processing object type SCHEMA_EXPORT/TABLE/TABLE

UDE-00008: operation generated ORACLE error 31626
ORA-31626: job does not exist
ORA-06512: at "SYS.KUPC$QUE_INT", line 529
ORA-25254: time-out in LISTEN while waiting for a message
ORA-06512: at "SYS.DBMS_DATAPUMP", line 2745
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3712
ORA-06512: at line 1

metalink BUGS

https://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=BUG&p_id=5600320

https://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=BUG&p_id=5416274

Bug 5663241 EXPDP CLIENT GETS UDE-00008 ORA-31626 BUT SERVER SIDE EXPORT LOG HAS NO ERROR.

Bug 4173696 ORA-24018 FOUND IN DM0 TRACES DURING MULTIPLE CONCURRENT IMPDP EXECUTION

Bug 5416274 EXPDP CLIENT GETS DISCONNECTED(ORA-31626) WHILE THE SERVER SIDE EXPORT IS OK

就一个测试机,懒得去升级了,重启数据库后,再expdp解决.

SQL> startup force;
ORACLE instance started.

Total System Global Area   83886080 bytes
Fixed Size                  1217860 bytes
Variable Size              75500220 bytes
Database Buffers            4194304 bytes
Redo Buffers                2973696 bytes
Database mounted.
Database opened.

oracle@sles10sp1-db2:~> expdp system/system dumpfile=yxyup.dump directory=dir1 schemas=yxyup

Export: Release 10.2.0.1.0 - Production on Wednesday, 25 June, 2008 17:27:32

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Starting "SYSTEM"."SYS_EXPORT_SCHEMA_04":  system/******** dumpfile=yxyup.dump directory=dir1 schemas=yxyup
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 64 KB
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported "YXYUP"."TEST_ONE"                          4.937 KB       2 rows
Master table "SYSTEM"."SYS_EXPORT_SCHEMA_04" successfully loaded/unloaded
******************************************************************************
Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_04 is:
  /home/oracle/bak/yxyup.dump
Job "SYSTEM"."SYS_EXPORT_SCHEMA_04" successfully completed at 17:28:55

 

时间: 2024-08-31 04:29:38

UDE-00008: operation generated ORACLE error 31626的相关文章

EXP-00008: ORACLE error 904 encountered的解决方法

error|oracle|解决 [错误情况] [oracle@ccdevsvr admin]$ exp wmap/pass@jackeydb Export: Release 8.1.7.4.0 - Production on Fri Oct 8 11:28:37 2004 (c) Copyright 2000 Oracle Corporation.  All rights reserved. Connected to: Oracle9i Release 9.2.0.1.0 - Productio

IMP-00003: ORACLE error 3113 encountered ORA-03113: end-of-file on communication channel

 IMP-00003: ORACLE error 3113 encountered  ORA-03113: end-of-file on communication channel . . importing table    "SFP_FILE_6"      11179 rows imported IMP-00017: following statement failed with ORACLE error 3113:  "DECLARE  SREC DBMS_STATS

【ActiveMQ】管理界面查看消息详情,报错/WEB-INF/tags/form/forEachMapEntry.tag PWC6199: Generated servlet error: The type java.util.Map$Entry cannot be resolved. It is

ActiveMQ版本:5.12 JDK版本:1.8 ===================== 使用ActiveMQ过程中,在管理界面查看消息详情,发现报错: 查看日志信息,报错如下: 2017-11-29 16:29:08,020 | WARN | /admin/message.jsp | org.eclipse.jetty.servlet.ServletHandler | qtp68389885-53 org.apache.jasper.JasperException: PWC6033: U

小麦苗BLOG文章索引

小麦苗BLOG文章索引            自从2014年7月1号开始写blog到2015年5月5日,历时10个月的时间,大概写了90篇文章,这blog多了就乱了,今天抽空出来整理整理,方便大家也方便自己阅读,本文将一直更新,另外,最后我把所有的blog文章全列出来,可能会有用.    小麦苗的所有文章:itpub文章链接-小麦苗.zip     2015年06月03日更新一次,我写的blog数量:109 篇    2015年07月03日更新一次,我写的blog数量:126 篇    2016

Data Pump Client Gets UDE-8 ORA-31626 ORA-39086 (文档 ID 549781.1)

我的解决办法: 换个目录,重新导出,或者重启数据库.   Data Pump Client Gets UDE-8 ORA-31626 ORA-39086 (文档 ID 549781.1) In this Document   Symptoms   Cause   Solution   References   APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.2 to 11.2.0.3 [Release 10.2 

【故障解决】ORA-06502错误解决

[故障解决]ORA-06502: PL/SQL: numeric or value error: character string buffer too small 一.1  BLOG文档结构图       一.2  前言部分   一.2.1  导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~: ① EXPDP和IMPDP基于scn的导出 ② ora-06502的解决方法     Tips:        ① 若文章代码格式

imp-在securecrt中向远程服务器导入dmp文件

问题描述 在securecrt中向远程服务器导入dmp文件 出现错误udi12170 operation generated Oracle error 12170 ora~12170 tns 连接超时 请问怎么解决

12c expdp ORA-31623 -又遇到BUG

一.环境描述 12.1.0.2 RAC 二.详细过程 昨天做了一个12c RAC环境的expdp备份操作,结果出现报错,查看了官网竟然是BUG. 1.报错信息 UDE-31623: operation generated ORACLE error 31623 ORA-31623: a job is not attached to this session via the specified handle ORA-06512: at "SYS.DBMS_DATAPUMP", line 3

Oracle导出错误 EXP-00091: Exporting questionable statistics 解决方法

在使用EXP工具进行导出备份或迁移数据的时候有时会报很多的"EXP-00091: Exporting questionable statistics"错误,具体的现象和处理方法请观看-- 1.问题现象 [Oracle@RH207 exp]$ exp test/test file=test.dmf log=test.log --忽略-- EXP-00091: Exporting questionable statistics. EXP-00091: Exporting questiona