首页 > 数据库技术 > 详细

加大数据库连接数(the Number of Database Connections )

时间:2015-04-25 19:47:55      阅读:357      评论:0      收藏:0      [点我收藏+]

本文参考自:

Trying to Increase the Number of Database Connections (Doc ID 167674.1)

  • fact: Oracle Server - Enterprise Edition 8
  • fact: Solaris Operating System (SPARC)
  • symptom: Trying to Increase the Number of Database Connections
  • symptom: ORA-07252 spcre: semget error, could not allocate semaphores
  • symptom: ORA-00600: internal error code, arguments: [skgmbusy]
  • symptom: svr4 error 28 no space left on device
  • cause: Unix kernel  not configured correctly for the number of processes trying to connect to the database.

     

    fix:

    Increase the unix kernel parameter SEMMNS to a higher value. This will allow the database to started with a higher processes parameter.

  • 加大数据库连接数(the Number of Database Connections )

    原文:http://blog.csdn.net/msdnchina/article/details/45273173

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
    © 2014 bubuko.com 版权所有
    打开技术之扣,分享程序人生!