1.执行语句
alter system set processes=1000 scope=spfile; alter system set sessions=1105 scope=spfile;
2.查看现在的链接数
select count(*) from v$process --当前正在使用的
select value from v$parameter where name = 'processes' --数据库允许的最大连接数