Breadcrumb(); > Message Index (by Number) (by Subsystem) > mSA Datasource Subsystem Messages
![]()
mSA Datasource Subsystem Messages
The mSA Datasource1.0 catalog contains messages in the range 1030000 - 1039999. Messages in this catalog are part of the
com.bea.core.datasource Internationalization package and the
com.bea.core.datasource Localization package.
Info: Returns the name of the datasource.
Info: The number of leaked connections. A leaked connection is a connection that was reserved from the data source but was not returned to the data source by calling close.
Info: Indicates whether the data source is enabled or disabled.
Info: The current state of the datasource.
Info: The number of times that the data source attempted to refresh a database connection and failed.
Info: The average amount of time, in milliseconds, that it takes to create a physical connection to the database.
Info: The cumulative, running count of the number of times that the statement cache was accessed.
Info: The cumulative, running count of the number of statements added to the statement cache.
Info: The cumulative, running count of statements discarded from the cache.
Info: The number of prepared and callable statements currently cached in the statement cache.
Info: The cumulative, running count of the number of times that statements from the cache were used.
Info: The number of times that a statement request could not be satisfied with a statement from the cache.
Info: The number of connections currently in use by applications.
Info: The number of connection requests waiting for a database connection.
Info: The driver class name of the JDBC driver used to create database connections.
Info: Highest number of active database connections in this instance of the data source since the data source was instantiated.
Info: Highest number of application requests concurrently waiting for a connection from this instance of the data source.
Info: The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection.
Info: The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection.
Info: The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection.
Info: The longest connection reserve wait time in seconds.
Info: The cumulative total number of database connections created in this data source since the data source was deployed.
Info: The current count of JDBC connections in the connection pool in the data source.
Info: Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed.
Info: The number of database connections currently available (not in use) in this data source.
Info: Highest number of database connections that were available at any time in this instance of the data source since the data source was deployed.
Info: The number of database connections that are currently unavailable (in use or being tested by the system) in this instance of the data source.
Info: Highest number of database connections that were unavailable (in use or being tested by the system) in this instance of the data source since the data source was deployed.
Info: Average number of active connections in this instance of the data source.
Info: The cumulative, running count of requests for a connection from this data source.
Info: The cumulative, running count of requests for a connection from this data source that could not be fulfilled.
Info: Returns the name of the multi data source.
Info: Returns the maximum capacity of the multi data source. The maximum capacity is defined as either the capacity of the first available member data source if the FAILOVER algorithm is configured, or the sum of all member data sources for other algorithm types.
Info: Shrinks the database connection pool in the data source to either the current number of reserved connections or the initial size of the connection pool, which ever is greater.
Info: Resets the connection pool in the data source by shutting down and recreating all available database connections in the pool.
Info: Suspends a data source has the health state of 'Running' and disables existing connections. If any connections from the data source are currently in use, the operation fails and the health state remains 'Running'.
Info: Suspends a data source that has the health state of 'Running', including disconnecting all current connection users. All current connections are closed and recreated.
Info: Restores all access to and operations on a data source that has a health state of 'Suspended'.
Info: Shuts down a data source that has a health state of 'Running'. If any connections from the data source are currently in use, the operation fails and the health state remains 'Running'.
Info: Shuts down a data source that has a health state of 'Running', including forcing the disconnection of all current connection users. If successful, the health state is set to 'Shutdown'.
Info: Starts a data source that has a health state of 'Shutdown'.
Info: For each connection in the connection pool, clears the statement cache of Prepared and Callable Statements.
Info: DataSource runtime statistics and operations
Info: MultiDataSource runtime statistics and operations
Info: Tests the datasource by reserving a connection, performing a test SQL operation, and releasing the connection.
![]()