当前位置:Gxlcms > 数据库问题 > oracle连接数上限修改

oracle连接数上限修改

时间:2021-07-01 10:21:17 帮助过:4人阅读

maximum number of processes (150) exceeded

2、重启linux机器(否则连不上),使用如下命令登录:

sqlplus / as sysdba

查看系统连接数上限:

select value from v$parameter where name = ‘processes‘;

技术分享

修改最大连接数为1000

alter system set processes=1000 scope=spfile;

oracle连接数上限修改

标签:修改   value   mil   image   exce   dba   sse   system   size   

人气教程排行