The GET_DB_CONNECTIONS stored procedure is used to display a summary of the current database user connections.
Exception
Example
SET SERVEROUTPUT ON; EXEC IN_DB_UTIL.GET_DB_CONNECTIONS;
The GET_DB_CONNECTIONS stored procedure is used to display a summary of the current database user connections.
Exception
Example
SET SERVEROUTPUT ON; EXEC IN_DB_UTIL.GET_DB_CONNECTIONS;