问题描述 1) RAC1节点hang住, oracle bug导致了cpu高,然后集群启动隔离,但是cpu太高,隔离不了 问题原因 1) Bug 21286665 - "Streams AQ: enqueue blocked on low memory" waits with fix 18828868 - superseded (文档 ID 21286665.8) 日志如图: 解决方案 1) 主库shutdown abort,业务调整到从库。正常运行 2) 排查数据库日志,寻找问题 3) 发现问题所在,找到BUG 1) Bug 21286665 - "Streams AQ: enqueue blocked on low memory" waits with fix 18828868 4) 下载补丁修复BUG p22502456_112040_Linux-x86-64.zip 升级opatch 下载optach的最新版本 p6880880_112000_Linux-x86-64.zip、、 补丁升级过程: 升级补丁需要关闭数据库 1。下载补丁上传至$ORACLE_HOME/Opatch目录下,解压备用 2. [oracle@xxx OPatch]$ pwd /home/app/oracle/product/11.2.0/OPatch [oracle@xxx OPatch]$ cd 22502456/ [oracle@xxx 22502456]$ ../OPatch/opatch apply 3. 验证 ../OPatch/opatch lsinventory 4. 或者进入系统应用一下这些补丁,然后查询验证: @?/rdbms/admin/catbundle.sql psu apply select * from dba_registry_history; 2主库升级完补丁以后,要开启数据库startup时报错 ORA-15025: could not open disk "/dev/asm_ssd3" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 ORA-15025: could not open disk "/dev/asm_ssd4" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 ORA-15025: could not open disk "/dev/asm_ssd5" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 SUCCESS: diskgroup SSDDATA was dismounted ERROR: diskgroup SSDDATA was not mounted ORA-15025: could not open disk "/dev/asm_ssd2" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 ORA-15025: could not open disk "/dev/asm_ssd3" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 ORA-15025: could not open disk "/dev/asm_ssd4" ORA-27041: unable to open file Linux-x86_64 Error: 13: Permission denied Additional information: 9 ORA-15025: could not open disk "/dev/asm_ssd5" ORA-27041: unable to open file 需要使用grid用户登录后用集群命令开启数据库 [grid@orcl1 ~]$ srvctl status database -d orcl Instance orcl1 is running on node orcl1 Instance orcl2 is running on node orcl2 srvctl status instance -d orcl -i orcl1 srvctl stop/start instance -d orcl -i orcl1 两个RAC节点都升级完以后,发现DG归档日志报错, SUCCESS: diskgroup SSDDATA was dismounted ERROR: diskgroup SSDDATA was not mounted ORA-00210: cannot open the specified control file ORA-00202: control file: '+SSDDATA/shdbrac/controlfile/current.257.946912997' ORA-17503: ksfdopn:2 Failed to open file +SSDDATA/orcl/controlfile/current.257.946912997 ORA-15001: diskgroup "SSDDATA" does not exist or is not mounted ...skipping... returning error ORA-16191 ------------------------------------------------------------ PING[ARC2]: Heartbeat failed to connect to standby 'stbdb'. Error is 16191. Error 1017 received logging on to the standby ------------------------------------------------------------ Check that the primary and standby are using a password file and remote_login_passwordfile is set to SHARED or EXCLUSIVE, and that the SYS password is same in the password files. returning error ORA-16191 DG关闭数据库, 重启后发生以下报错: ORA-16136 signalled during: alter database recover managed standby database cancel... alter database open read only AUDIT_TRAIL initialization parameter is changed to OS, as DB is NOT compatible for database opened with read-only access Fri Apr 03 21:22:56 2020 Beginning Standby Crash Recovery. Serial Media Recovery started Managed Standby Recovery starting Real Time Apply Media Recovery Log /oradata/stbdb/archivelog/1_63869_946912997.dbf Media Recovery Waiting for thread 2 sequence 29011 Fri Apr 03 21:23:53 2020 Standby Crash Recovery aborted due to error 1013. Errors in file /home/app/oracle/diag/rdbms/stbdb/stbdb/trace/orcl_ora_11251.trc: ORA-01013: user requested cancel of current operation Recovery interrupted! Some recovered datafiles maybe left media fuzzy Media recovery may continue but open resetlogs may fail Completed Standby Crash Recovery. Errors in file /home/app/oracle/diag/rdbms/stbdb/stbdb/trace/stbdb_ora_11251.trc: ORA-10458: standby database requires recovery ORA-01196: file 1 is inconsistent due to a failed media recovery session ORA-01110: data file 1: '/oradata/stbdb/datafile/system.266.946913027' ORA-10458 signalled during: alter database open read only... alter database open Beginning Standby Crash Recovery. Serial Media Recovery started Managed Standby Recovery starting Real Time Apply Media Recovery Log /oradata/stbdb/archivelog/1_63869_946912997.dbf Media Recovery Waiting for thread 2 sequence 29011 Fri Apr 03 21:24:12 2020 Standby Crash Recovery aborted due to error 1013. Errors in file /home/app/oracle/diag/rdbms/stbdb/stbdb/trace/stbdb_ora_11251.trc: ORA-01013: user requested cancel of current operation Recovery interrupted! Some recovered datafiles maybe left media fuzzy Media recovery may continue but open resetlogs may fail Completed Standby Crash Recovery. Errors in file /home/app/oracle/diag/rdbms/stbdb/stbdb/trace/stbdb_ora_11251.trc: ORA-10458: standby database requires recovery ORA-01196: file 1 is inconsistent due to a failed media recovery session ORA-01110: data file 1: '/oradata/stbdb/datafile/system.266.946913027' ORA-10458 signalled during: alter database open... Shutting down instance (abort) License high water mark = 7 USER (ospid: 11251): terminating the instance Fri Apr 03 21:24:16 2020 opiodr aborting process unknown ospid (11280) as a result of ORA-1092 Fri Apr 03 21:24:16 2020 ORA-1092 : opitsk aborting process Instance terminated by USER, pid = 11251 Fri Apr 03 21:24:19 2020 Instance shutdown complete Fri Apr 03 21:25:38 2020 Starting ORACLE instance (normal) 经检查,问题原因在于口令文件有误 将节点1的$ORACLE_HOME/dbs下面的口令文件,copy到节点二和DG后,问题解决。
RAC节点hang住, oracle bug导致了cpu过高,无法启动集群隔离
来源:这里教程网
时间:2026-03-03 15:58:07
作者:
编辑推荐:
- RAC节点hang住, oracle bug导致了cpu过高,无法启动集群隔离03-03
- Oracle 12c 两个新特性03-03
- oracle级联删除用户,删除表空间03-03
- [20200711]关于左右连接的问题.txt03-03
- Oracle 清理SYSAUX表空间03-03
- Oracle紧急固定执行计划之手段03-03
- 外键无索引对数据库的影响以及增加索引后的效果03-03
- 19c rac数据库如何添加mgmt03-03
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- Oracle紧急固定执行计划之手段
Oracle紧急固定执行计划之手段
26-03-03 - 外键无索引对数据库的影响以及增加索引后的效果
外键无索引对数据库的影响以及增加索引后的效果
26-03-03 - 19c rac数据库如何添加mgmt
19c rac数据库如何添加mgmt
26-03-03 - 质量内建七步法(转载)
质量内建七步法(转载)
26-03-03 - 微信小程序怎么做
微信小程序怎么做
26-03-03 - Oracle RMAN备份实战
Oracle RMAN备份实战
26-03-03 - oracle19c对数据库客户端和jdbc版本要求
oracle19c对数据库客户端和jdbc版本要求
26-03-03 - ORA-00904: "wm_concat":invalid identifier错误如何解决?
- 都有哪些好用的项目管理工具?
都有哪些好用的项目管理工具?
26-03-03 - 甲骨文宣布Oracle自治数据库现可部署至客户数据中心
甲骨文宣布Oracle自治数据库现可部署至客户数据中心
26-03-03
