`
ybbkd2
  • 浏览: 33176 次
社区版块
存档分类
最新评论

UDE-31623: operation generated ORACLE error 31623 解决

阅读更多
参考文章 http://dbsnake.com/2010/08/ora-600-objn-exists.html


[oracle@HTVDB001 backup]$ expdp \' / as sysdba \' dumpfile=deploy-201109200415.dmp schemas=DEPLOY exclude=table:\" like \'V_%\'\"

Export: Release 11.2.0.1.0 - Production on Tue Sep 20 04:22:49 2011

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options



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 3263
ORA-06512: at "SYS.DBMS_DATAPUMP", line 4488
ORA-06512: at line 1

[oracle@HTVDB001 backup]$
[oracle@HTVDB001 backup]$  tail -300f alert_gnnt.log


Tue Sep 20 04:22:50 2011
Errors in file /opt/ora11/diag/rdbms/gnnt/gnnt/trace/gnnt_ora_3601.trc  (incident=245547):
ORA-00600: internal error code, arguments: [kkdlcob-objn-exists], [77239], [], [], [], [], [], [], [], [], [], []
Incident details in: /opt/ora11/diag/rdbms/gnnt/gnnt/incident/incdir_245547/gnnt_ora_3601_i245547.trc
Tue Sep 20 04:23:29 2011
Thread 1 advanced to log sequence 7895 (LGWR switch)
  Current log# 3 seq# 7895 mem# 0: /opt/ora11/oradata/gnnt/redo03.log
Tue Sep 20 04:23:46 2011



[oracle@HTVDB001 trace]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 20 04:42:11 2011

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select max(obj#) from obj$ ;

MAX(OBJ#)
----------
     78155

SQL> select dataobj# from obj$ where name = '_NEXT_OBJECT';

  DATAOBJ#
----------
     77244

SQL> update obj$ set dataobj#=78165  where name = '_NEXT_OBJECT';

1 row updated.

SQL> commit;

Commit complete.

SQL> exit


[oracle@HTVDB001 trace]$ sqlplus deploy/pass01

SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 20 04:44:25 2011

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> create table test(id number,name varchar2(10));
create table test(id number,name varchar2(10))
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kkdlcob-objn-exists], [77243], [],
[], [], [], [], [], [], [], [], []


SQL> exit


[oracle@HTVDB001 trace]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 20 04:49:10 2011

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

SQL> startup
ORACLE instance started.

Total System Global Area 2.6991E+10 bytes
Fixed Size                  2213976 bytes
Variable Size            1.9327E+10 bytes
Database Buffers         7516192768 bytes
Redo Buffers              145174528 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@HTVDB001 trace]$ sqlplus deploy/pass01

SQL*Plus: Release 11.2.0.1.0 Production on Tue Sep 20 04:50:43 2011

Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> create table test(id number,name varchar2(10));

Table created.

SQL> drop table test;

Table dropped.

SQL> exit


修复完成


分享到:
评论

相关推荐

    Oracle出现ora-12154无法解析指定连接标识符的解决方法

    相信使用过Oracle数据库的人一定碰到过“ORA-12154: TNS: 无法解析指定的连接标识符”错误,我在此做一个小小的总结。 在程序中连接Oracle数据库的方式与其他常用数据库,如:MySql,Sql Server不同,这些数据库可以...

    UDE-2018-Anupam_CEC_UDE_cec2018_

    压缩包中的"UDE-Anupam-2018"文件很可能是UDE算法的具体实现代码,包括算法框架、分布估计方法、适应度评价函数以及可能的实验设置和结果分析。通过仔细阅读和理解这些代码,可以更深入地学习UDE算法的细节,甚至...

    ude-4-04-08-spc5-udestk.exe

    ude-4-04-08-spc5-udestk 。。。。。。。。。。。。。。。。。。。。。。

    德语专八词汇

    - 例句:Das alte Gebäude muss abgebaut werden.(那座旧建筑需要被拆卸。) 3. **abbestellen** (Vt) - 意义:取消(订货),回掉预约。 - 例句:Ich habe meine Bestellung abbestellt.(我已经取消了我的...

    powerbuilder9 连接 oracle 10g

    PowerBuilder 9 连接 Oracle 10g 在本节中,我们将详细介绍如何使用 PowerBuilder 9 连接 Oracle 10g 数据库。我们将从基础开始,逐步讲解连接过程中的每个步骤。 连接 Oracle 10g 的准备工作 为了连接 Oracle 10...

    ude-hers-main.rar

    【ude-hers-main.rar】这个压缩包文件名为“ude-hers-main”,标签为“源码”,这表明其中可能包含了一套软件开发的源代码。源码是程序员编写的应用程序、库或者框架的原始代码,它是计算机程序的基础,通过源码可以...

    building-navigator:Gebäude-Navigator 帮助您在莱比锡找到可到达的地方

    Gebäude-导航器 Gebäude-Navigator 可帮助您在莱比锡找到可到达的地方。 您可以定义限制,例如入口、电梯或厕所的无障碍要求。 您的选择可能会导致结果列表。 结果可以显示在地图上。 除了限制,您还可以使用...

    c#版字符集编码检测程序ude-1.0的vs2010版本,win7编译通过

    《C#字符集编码检测程序:UDE-1.0 for VS2010》 在信息技术领域,字符集编码的正确识别对于数据处理和文本显示至关重要。C#版的字符集编码检测程序UDE-1.0是针对这一需求而开发的工具,尤其值得一提的是,它已经...

    ORACLE 数据库WEB 控制台命令

    Oracle数据库Web控制台是Oracle数据库管理系统的一个重要组件,它提供了图形化的用户界面,允许管理员远程管理数据库实例,执行各种维护任务,监控性能指标,以及配置数据库设置。在本文中,我们将探讨两个常见的...

    Q03UDE-TCP服务端.gxw

    三菱PLCQ03UDE-TCP服务端例子程序,与扫描仪通讯,与PLC之间通讯

    PLS_UDE_STK安装及使用介绍.pdf

    PLS-UDE-STK 的安装十分简单,双击安装文件按照流程一步一步往下走即可安装成功。软件安装成功后,将 PLS-UDE-STK 通过 USB 线连到电脑上。此时电脑会自动安装驱动,成功安装好驱动后设备管理器中显示对应的设备信息...

    Oracle用户密码含有特殊字符导致无法登陆解决方法

    今天碰到一个比较奇怪的问题: 在客户端上使用sqlplus用普通用户可以... 本来以为客户端是32位的缘故,就在oracle服务器上用sqlplus登录,也还是一样 SQL> conn system@webdata Enter password: ERROR: ORA-12541: TNS

    Umweltdaten-App:UDE框中的数据在此处可视化

    【标题】"Umweltdaten-App:UDE框中的数据在此处可视化"涉及到的主要知识点是关于环境数据的应用程序开发,尤其是与Java编程语言相关的技术。在这个项目中,开发者利用Java来创建一个应用程序,该程序能够展示并分析...

    UDE-Taller-2

    【标题】"UDE-Taller-2"是一个与Java编程相关的项目或教程,可能是某个线上课程、工作坊或者编程挑战的第二部分。这个名字暗示着它可能是一个系列学习资源中的一个阶段,专注于Java语言的深入理解和实践。 【描述】...

    chakli-ude:经典的chakli ude游戏

    自述文件该自述文件通常会记录启动和运行应用程序所需的所有步骤。 您可能要讲的内容: Ruby版本系统依赖配置数据库创建数据库初始化如何运行测试套件服务(作业队列,缓存服务器,搜索引擎等) 部署说明...

    Dreams-Degree-Recomender:洛杉矶项目

    项目名称:梦想学位推荐人描述: • Our model uses the descriptions of the study programs from the UDE. Using those data, our model can recommend study programs based on a user input text. Gensim, TF-...

    南邮自然语言处理实验一

    春风/n 千/m 里/f ,/w 吹开/nz 百花/n ,/w 大江南北/n 暖意/n 融融/z ,/w 既/c 自外而内/l 熏染/v 着/uzhe 人们/n 的/ude1 心灵/n ,/w 又/d 自/p 内向/a 外/f ,/w 由/p 心/n 而/cc 发/v ,/w 欢快/a 的/ude1 ...

    node-elgato-stream-deck:一个与Elgato Stream Deck接口的Node.js库

    @ elgato-stream-deck 是用于与的各种模型接口的库的集合。 随着WebHID的公开发布,现在可以直接在浏览器中使用Steam Deck。... 将以下内容保存到/etc/udev/rules.d/50-elgato.rules并使用sudo ude

    调试器PLS-UDE操作手册电子版

    "调试器PLS-UDE操作手册电子版" 本资源为PLS-UDE操作手册电子版,主要介绍了Universal Debug Engine(通用调试引擎)的使用和操作。该手册适用于C166、ST10、XC166、XE166、XC2000、TriCore、PowerPC、ARM、XScale...

Global site tag (gtag.js) - Google Analytics