oracle数据库启动-ORA-27102: out of memory(ipcs)

sh-3.00$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Tue Nov 19 10:41:03 2019

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

Connected to an idle instance.

SQL> startup nomount; 
^C

^CORA-27102: out of memory
SVR4 Error: 22: Invalid argument

-bash-3.00$ ipcs -ma
IPC status from <running system> as of Tue Nov 19 10:46:50 CST 2019
T         ID      KEY        MODE        OWNER    GROUP  CREATOR   CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME    DTIME    CTIME 
Shared Memory:
m         37   0          --rw-r-----   orcl oinstall   orcl oinstall      0 341986770944 23797 23797 10:40:34 10:40:34 10:19:27
m         36   0          --rw-r-----   orcl oinstall   orcl oinstall      0 1610612736 23797 23797 10:19:27 10:40:34 10:19:21
m          6   0x5654     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          5   0x5643     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          4   0x53494152 --rw-r--r--     root     root     root     root      1       1024  2509  2555 10:47:03 10:47:09 10:47:03
m          3   0x44525354 --rw-r--r--     root     root     root     root      3     649216  2509 12871 10:19:46 10:19:48 10:47:03
m          2   0x55315352 --rw-rw-rw-     root     root     root     root      1       4096  2509 19047  0:24:44  0:45:11 10:47:03
m          1   0x4d4e5251 --rw-r--r--     root     root     root     root      2     330752  2509 12871 10:19:46 10:19:48 10:47:03
m          0   0x5500a1cd --rw-r--r--     root     root     root     root      1     256064    63    63 10:46:37 no-entry 10:46:37

-bash-3.00$ ipcrm -m 37


-bash-3.00$ ipcs -ma
IPC status from <running system> as of Tue Nov 19 10:51:25 CST 2019
T         ID      KEY        MODE        OWNER    GROUP  CREATOR   CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME    DTIME    CTIME 
Shared Memory:
m         36   0          --rw-r-----   orcl oinstall   orcl oinstall      0 1610612736 23797 23797 10:19:27 10:40:34 10:19:21
m          6   0x5654     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          5   0x5643     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          4   0x53494152 --rw-r--r--     root     root     root     root      1       1024  2509  2555 10:47:03 10:47:09 10:47:03
m          3   0x44525354 --rw-r--r--     root     root     root     root      3     649216  2509 12871 10:19:46 10:19:48 10:47:03
m          2   0x55315352 --rw-rw-rw-     root     root     root     root      1       4096  2509 19047  0:24:44  0:45:11 10:47:03
m          1   0x4d4e5251 --rw-r--r--     root     root     root     root      2     330752  2509 12871 10:19:46 10:19:48 10:47:03
m          0   0x5500a1cd --rw-r--r--     root     root     root     root      1     256064    63    63 10:46:37 no-entry 10:46:37
-bash-3.00$ ipcs -ma
IPC status from <running system> as of Tue Nov 19 10:51:26 CST 2019
T         ID      KEY        MODE        OWNER    GROUP  CREATOR   CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME    DTIME    CTIME 
Shared Memory:
m         36   0          --rw-r-----   orcl oinstall   orcl oinstall      0 1610612736 23797 23797 10:19:27 10:40:34 10:19:21
m          6   0x5654     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          5   0x5643     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          4   0x53494152 --rw-r--r--     root     root     root     root      1       1024  2509  2555 10:47:03 10:47:09 10:47:03
m          3   0x44525354 --rw-r--r--     root     root     root     root      3     649216  2509 12871 10:19:46 10:19:48 10:47:03
m          2   0x55315352 --rw-rw-rw-     root     root     root     root      1       4096  2509 19047  0:24:44  0:45:11 10:47:03
m          1   0x4d4e5251 --rw-r--r--     root     root     root     root      2     330752  2509 12871 10:19:46 10:19:48 10:47:03
m          0   0x5500a1cd --rw-r--r--     root     root     root     root      1     256064    63    63 10:46:37 no-entry 10:46:37
-bash-3.00$ 
-bash-3.00$ ipcrm -m 36
-bash-3.00$ ipcs -ma
IPC status from <running system> as of Tue Nov 19 10:53:14 CST 2019
T         ID      KEY        MODE        OWNER    GROUP  CREATOR   CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME    DTIME    CTIME 
Shared Memory:
m          6   0x5654     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          5   0x5643     --rw-rw-rw-     root     root     root     root      1       1024  2515 12871 10:47:03 10:19:46 10:47:03
m          4   0x53494152 --rw-r--r--     root     root     root     root      1       1024  2509  2555 10:47:03 10:47:09 10:47:03
m          3   0x44525354 --rw-r--r--     root     root     root     root      3     649216  2509 12871 10:19:46 10:19:48 10:47:03
m          2   0x55315352 --rw-rw-rw-     root     root     root     root      1       4096  2509 19047  0:24:44  0:45:11 10:47:03
m          1   0x4d4e5251 --rw-r--r--     root     root     root     root      2     330752  2509 12871 10:19:46 10:19:48 10:47:03
m          0   0x5500a1cd --rw-r--r--     root     root     root     root      1     256064    63    63 10:46:37 no-entry 10:46:37
-bash-3.00$ 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值