--查看当前连接数 select count(*) from v$process; --查看最大连接数 select value from v$parameter where name = 'processes';