10201启动时候报ORA-27125
[ora10g@oracle ~]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 26 18:46:02 2015Copyright (c) 1982, 2005, Oracle. All rights reserved.Connected to an idle instance.SQL>SQL>SQL> startupORA-27125: unable to create shared memory segmentLinux-x86_64 Error: 1: Operation not permitted
解决办法
[root@oracle ~]# more /proc/sys/vm/hugetlb_shm_group0[root@oracle ~]# echo 502 >/proc/sys/vm/hugetlb_shm_group[root@oracle ~]# more /proc/sys/vm/hugetlb_shm_group502[root@oracle ~]# su - ora10g[ora10g@oracle ~]$[ora10g@oracle ~]$[ora10g@oracle ~]$[ora10g@oracle ~]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 26 18:52:21 2015Copyright (c) 1982, 2005, Oracle. All rights reserved.Connected to an idle instance.SQL> startupORACLE instance started.Total System Global Area 595591168 bytesFixed Size 2022600 bytesVariable Size 167772984 bytesDatabase Buffers 423624704 bytesRedo Buffers 2170880 bytesDatabase mounted.Database opened.
参考:
Oracle 10g ORA-27125:unable to create shared memory segment 解决方法
笔记

浙公网安备 33010602011771号