后台"sqlplus / as sysdba"去连接,不能正常连接 alter日志报错: Errors in file /opt/app/oracle/admin/gc/bdump/gc_pmon_14178.trc: ORA-00471: Message 471 not found; No message file for product=RDBMS, facility=ORA Tue Jul 11 15:19:30 2023 WARNING: inbound connection timed out (ORA-3136) Tue Jul 11 15:19:32 2023 WARNING: inbound connection timed out (ORA-3136) Tue Jul 11 15:19:33 2023 WARNING: inbound connection timed out (ORA-3136) Tue Jul 11 15:19:34 2023 WARNING: inbound connection timed out (ORA-3136) Tue Jul 11 15:19:37 2023 根据alert日志检查gc_pmon_14178.trc日志: ** 2023-07-11 15:18:27.293 kssxdl: error deleting SO: 0x2d30ebc48, type: 53, owner: 0x2e5fcf180, flag: I/-/-/0x00: ORA-00471: Message 471 not found; No message file for product=RDBMS, facility=ORA *** 2023-07-11 15:18:37.318 Background process DBW0 found dead Oracle pid = 5 OS pid (from detached process) = 14184 OS pid (from process state) = 14184 dtp = 0x60012cf0, proc = 0x2e59c30f0 Dump of memory from 0x0000000060012CF0 to 0x0000000060012D38 发现Background process DBW0 found dead,检查操作系统message日志: Jul 11 15:17:04 ytg-db kernel: [ 5308] 1001 5308 2556379 1543 0 0 0 oracle Jul 11 15:17:04 ytg-db kernel: [ 5310] 1001 5310 2556413 1537 3 0 0 oracle Jul 11 15:17:04 ytg-db kernel: [ 5312] 1001 5312 2556413 1589 2 0 0 oracle Jul 11 15:17:04 ytg-db kernel: Out of memory: Kill process 4956 (oracle) score 128 or sacrifice child Jul 11 15:17:04 ytg-db kernel: Killed process 4956, UID 1001, (oracle) total-vm:10227268kB, anon-rss:2248kB, file-rss:2613572kB Jul 11 15:17:12 ytg-db kernel: java invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0 Jul 11 15:17:12 ytg-db kernel: java cpuset=/ mems_allowed=0 Jul 11 15:17:12 ytg-db kernel: Pid: 1191, comm: java Tainted: G --------------- H 2.6.32-431.23.3.el6.x86_64 #1 Jul 11 15:17:12 ytg-db kernel: Call Trace: Jul 11 15:17:12 ytg-db kernel: [<ffffffff810d0431>] ? cpuset_print_task_mems_allowed+0x91/0xb0 Jul 11 15:17:12 ytg-db kernel: [<ffffffff81122810>] ? dump_header+0x90/0x1b0 Jul 11 15:17:12 ytg-db kernel: [<ffffffff8122833c>] ? security_real_capable_noaudit+0x3c/0x70 Jul 11 15:17:12 ytg-db kernel: [<ffffffff81122c92>] ? oom_kill_process+0x82/0x2a0 Jul 11 15:17:12 ytg-db kernel: [<ffffffff81122bd1>] ? select_bad_process+0xe1/0x120 Jul 11 15:17:12 ytg-db kernel: [<ffffffff811230d0>] ? out_of_memory+0x220/0x3c0 Jul 11 15:17:12 ytg-db kernel: [<ffffffff8112f9ef>] ? __alloc_pages_nodemask+0x89f/0x8d0 Jul 11 15:17:12 ytg-db kernel: [<ffffffff811678ea>] ? alloc_pages_current+0xaa/0x110 发现“Jul 11 15:17:04 ytg-db kernel: Out of memory: Kill process 4956 (oracle) score 128 or sacrifice child”,这是由于内存不足的情况,Linux中触发保护机制,保全系统不发生严重问题,优先杀掉体量较大的进程,来解决内存不足问题。 所以发现这种情况,首先考虑的是增加内存。
数据库服务器内存不够,DBW0 hang死导致sqlplus连不上
来源:这里教程网
时间:2026-03-03 19:16:24
作者:
编辑推荐:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- oracle ORA-01157 ORA-01110 ORA-27048(被勒索的情况)
- 用AI大模型破局,e签宝、上上签、法大大急寻“长胜密码”
用AI大模型破局,e签宝、上上签、法大大急寻“长胜密码”
26-03-03 - oracle 19c创建非OMF文件命名格式的PDB
oracle 19c创建非OMF文件命名格式的PDB
26-03-03 - oracle 19C新特性——实时统计
oracle 19C新特性——实时统计
26-03-03 - oracle assm(自动段管理)为什么可以提高插入并发(散记)
oracle assm(自动段管理)为什么可以提高插入并发(散记)
26-03-03 - oracle索引内核过程
oracle索引内核过程
26-03-03 - oracle一次卡顿案例(三)
oracle一次卡顿案例(三)
26-03-03 - oracle数据结构散记
oracle数据结构散记
26-03-03 - oracle一次卡顿案例(二)
oracle一次卡顿案例(二)
26-03-03 - oracle自动收集统计信息
oracle自动收集统计信息
26-03-03
