怎么修复Oracle 11.2.0.1 dblink访问ORA-600
发表于:2025-11-11 作者:千家信息网编辑
千家信息网最后更新 2025年11月11日,这篇文章主要介绍"怎么修复Oracle 11.2.0.1 dblink访问ORA-600",在日常操作中,相信很多人在怎么修复Oracle 11.2.0.1 dblink访问ORA-600问题上存在疑
千家信息网最后更新 2025年11月11日怎么修复Oracle 11.2.0.1 dblink访问ORA-600
这篇文章主要介绍"怎么修复Oracle 11.2.0.1 dblink访问ORA-600",在日常操作中,相信很多人在怎么修复Oracle 11.2.0.1 dblink访问ORA-600问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答"怎么修复Oracle 11.2.0.1 dblink访问ORA-600"的疑惑有所帮助!接下来,请跟着小编一起来学习吧!
db alert log
2019-08-12 15:46:15.334000 +08:00Errors in file /oracle/app/oracle/diag/rdbms/anbob/anbob/trace/anbob_ora_14800.trc (incident=320040):ORA-00600: internal error code, arguments: [2252], [5579], [3110485746], [], [], [], [], [], [], [], [], []Incident details in: /oracle/app/oracle/diag/rdbms/anbob/anbob/incident/incdir_320040/anbob_ora_14800_i320040.trc2019-08-12 15:46:17.000000 +08:00Trace dumping is performing id=[cdmp_20190812154617]Sweep [inc][320040]: completedSweep [inc2][320040]: completed
trace file
adrci> show incident -allADR Home = /oracle/app/oracle/diag/rdbms/anbob/anbob:*************************************************************************INCIDENT_ID PROBLEM_KEY CREATE_TIME -------------------- ----------------------------------------------------------- ---------------------------------------- ...320037 ORA 600 [2252] 2019-08-08 09:35:59.628000 +08:00 304310 ORA 600 [2252] 2019-08-08 09:39:21.668000 +08:00 304295 ORA 600 [2252] 2019-08-08 09:59:10.141000 +08:00 304302 ORA 600 [2252] 2019-08-08 14:38:15.196000 +08:00 304253 ORA 600 [2252] 2019-08-09 11:04:34.003000 +08:00 320038 ORA 600 [2252] 2019-08-09 11:40:43.692000 +08:00 304289 ORA 600 [2252] 2019-08-09 15:02:21.345000 +08:00 320039 ORA 600 [2252] 2019-08-12 10:05:07.925000 +08:00 304303 ORA 600 [2252] 2019-08-12 11:21:54.489000 +08:00 320040 ORA 600 [2252] 2019-08-12 15:46:15.334000 +08:00 50 rows fetchedadrci> show trace file /oracle/app/oracle/diag/rdbms/anbob/anbob/trace/anbob_ora_14800.trcDump continued from file: /oracle/app/oracle/diag/rdbms/anbob/anbob/trace/anbob_ora_14800.trc1> ***** Error Stack *****ORA-00600: internal error code, arguments: [2252], [5579], [3110485746], [], [], [], [], [], [], [], [], []1< ***** Error Stack *****1> ***** Dump for incident 320040 (ORA 600 [2252]) ******** 2019-08-12 15:46:15.336dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)2> ***** SQL Statement (None) *****Current SQL information unavailable - no cursor. ***** Call Stack Trace ***** calling call entry location type point -------------------- -------- -------------------- skdstdst()+36 call kgdsdst() ksedst1()+98 call skdstdst() ksedst()+34 call ksedst1() dbkedDefDump()+2736 call ksedst() ksedmp()+36 call dbkedDefDump() ksfdmp()+64 call ksedmp() dbgexPhaseII()+1764 call ksfdmp() dbgexProcessError() call dbgexPhaseII() +2279 dbgeExecuteForError call dbgexProcessError() ()+83 dbgePostErrorKGE()+ call dbgeExecuteForError 1615 () dbkePostKGE_kgsf()+ call dbgePostErrorKGE() 63 kgeade()+350 call dbkePostKGE_kgsf() kgeriv_int()+98 call kgeade() kgeriv()+12 call kgeriv_int() kgesiv()+110 call kgeriv() ksesic2()+194 call kgesiv() kcmchk()+113 call ksesic2() kcsadjn()+315 call kcmchk() k2serv()+390 call kcsadjn() opiodr()+1149 call k2serv() ttcpip()+1251 call opiodr() opitsk()+1628 call ttcpip()
临时断开dblink 后
SQL> select version, to_char(SYSDATE, 'YYYY/MM/DD HH24:MI:SS') DATE_TIME, (((( ((to_number(to_char(sysdate, 'YYYY')) - 1988) * 12 * 31 * 24 * 60 * 60) + ((to_number(to_char(sysdate, 'MM')) - 1) * 31 * 24 * 60 * 60) + (((to_number(to_char(sysdate, 'DD')) - 1)) * 24 * 60 * 60) + (to_number(to_char(sysdate, 'HH24')) * 60 * 60) + (to_number(to_char(sysdate, 'MI')) * 60) + (to_number(to_char(sysdate, 'SS'))) ) * (16 * 1024)) - dbms_flashback.get_system_change_number) / (16 * 1024 * 60 * 60 * 24) ) indicator from v$instance ;VERSION DATE_TIME INDICATOR----------------- ------------------- ----------11.2.0.1.0 2019/08/12 17:31:20 13.1391809
下载补丁
[oracle@localhost ~]$ ls
p12419378_112010_Linux-x86-64.zip
p6880880_112000_Linux-x86-64.zip
p14121009_112016_Linux-x86-64.zip
安装11.2.0.1 PSU
$ export PATH=$PATH:$ORACLE_HOME/OPatch$ opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./12419378$ opatch applySQL> @?/rdbms/admin/catbundle psu apply
note:
Opatch warning: overriding ….This is a warning only which opatch is reporting. The Patch has applied successfully and the warning output can be safely ignored.
安装one-off patch
[oracle@localhost 14121009]$ opatch prereq CheckConflictAgainstOHWithDetail -ph ./[oracle@localhost 14121009]$ opatch applySQL> @?/sqlpatch/14121009/postinstall.sql
检查
SQL> select * from registry$history;SQL> @scn_compat_check.sqlCurrent datatime:20190814 10:38:33Oracle Version:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit ProductionDatabase role:PRIMARYInstance starttime: 20190814 10:34:43RSL=35937836695552headroom_in_scn=19308210069494headroom_in_sec=196413269CUR_SCN_COMPAT=3MAX_SCN_COMPAT=3auto_rollover_ts=2019-06-23target_compat=3Auto_rollover is enabled!SCN compat had Auto rollover !PL/SQL procedure successfully completed.
到此,关于"怎么修复Oracle 11.2.0.1 dblink访问ORA-600"的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注网站,小编会继续努力为大家带来更多实用的文章!
学习
更多
帮助
实用
接下来
文章
方法
理论
知识
篇文章
网站
补丁
资料
跟着
问题
好用
实践
检查
解答
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
老年手机网络安全教育ppt
数据挖掘的数据库
ss服务器配置
操作系统是服务器版的哪个
台州软件开发专业
四川电视台网络安全大赛
软件开发专业宣传建议
基因共表达数据库挖掘
上海定制软件开发多少钱
网络安全法尊重社会公德不得
大白互联网科技有限公司 公安
济宁城管通软件开发公司
镇江云服务器维修电话
当今社会随着网络技术的
网络技术三大定律
网络安全周宣传语标语图片
东城区节能软件开发服务技术规范
山西网络安全职业技能大赛决赛
服务器不同性能配置负载均衡
商场触摸软件开发
河北万巷互联网科技有限公司
名词解释数据库应用程序
联合国女权数据库
网络安全大赛考什么
海南网络软件开发计划
把牢网络安全关口
郑大计算机网络技术专业
mysql建立数据库连接
网络安全是动态的
金昌恒润网络技术有限公司