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' --数据库允许的最大连接数

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-02-28
  • 2021-11-29
  • 2021-09-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-02-18
相关资源
相似解决方案