码迷,mamicode.com
首页 > 其他好文 > 详细

10201启动时候报ORA-27125

时间:2015-06-10 12:03:34      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

  1. [ora10g@oracle ~]$ sqlplus / as sysdba
  2. SQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 26 18:46:02 2015
  3. Copyright (c) 1982, 2005, Oracle. All rights reserved.
  4. Connected to an idle instance.
  5. SQL>
  6. SQL>
  7. SQL> startup
  8. ORA-27125: unable to create shared memory segment
  9. Linux-x86_64 Error: 1: Operation not permitted

解决办法

  1. [root@oracle ~]# more /proc/sys/vm/hugetlb_shm_group
  2. 0
  3. [root@oracle ~]# echo 502 >/proc/sys/vm/hugetlb_shm_group
  4. [root@oracle ~]# more /proc/sys/vm/hugetlb_shm_group
  5. 502
  6. [root@oracle ~]# su - ora10g
  7. [ora10g@oracle ~]
  8. [ora10g@oracle ~]$
  9. [ora10g@oracle ~]
  10. [ora10g@oracle ~]$ sqlplus / as sysdba
  11. SQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 26 18:52:21 2015
  12. Copyright (c) 1982, 2005, Oracle. All rights reserved.
  13. Connected to an idle instance.
  14. SQL> startup
  15. ORACLE instance started.
  16. Total System Global Area 595591168 bytes
  17. Fixed Size 2022600 bytes
  18. Variable Size 167772984 bytes
  19. Database Buffers 423624704 bytes
  20. Redo Buffers 2170880 bytes
  21. Database mounted.
  22. Database opened.

参考:
Oracle 10g ORA-27125:unable to create shared memory segment 解决方法





10201启动时候报ORA-27125

标签:

原文地址:http://www.cnblogs.com/haoxiaoyu/p/07137d973704c5813476b0c034214e1a.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!