View database connections

Query the number of existing connections
select count(*) from v$process;
Query the maximum number of connections allowed
Query the maximum number of connections allowed to the database:
select value from v$parameter where name = 'processes';

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326074422&siteId=291194637