oracle報錯ora-12537,TNS關閉,連結數少

來源:互聯網
上載者:User

  • ORACLE會話數、串連數配置

  • ORACLE會話數、串連數配置
  • ORACLE的會話數和串連數參數配置  
  • 以sysdba身份登入 
  • sqlplus sys/xxxx as sysdba; 
  • 查看最大串連數: 
  • show parameter processes; 
  • show parameter sessions; 
  • 查看當前最大串連數: 
  • select count(*) from v$process; 
  • select count(*) from v$session; 
  • 修改最大串連數: 
  • alter system set processes=1500 scope=spfile; 
  • alter system set sessions=2000 scope=spfile; 
  • 建立pfile 
  • create pfile from spfile; 
  • 重啟資料庫: 
  • shutdown immediate; 
  • startup; 
  •  

本文出自 “oracle技術研討” 部落格,請務必保留此出處http://jackdba.blog.51cto.com/801693/1296357

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.