GET_DB_CONNECTIONS_COUNT - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Foundation-24.1/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Database-Information-Procedures-and-Functions/GET_DB_CONNECTIONS_COUNT - 2024-04-02

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License

The GET_DB_CONNECTIONS_COUNT function is used to get the current number of database user connections.

Parameter Description
V_CONNECTIONS Type: RETURN
Datatype: NUMBER
Default Value: None
Description The number of connections to the database excluding the current session.

Example

SELECT IN_DB_UTIL.GET_DB_CONNECTIONS_COUNT() AS NUMBER_OF_CONNECTIONS FROM DUAL;