Content starts here

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.

1030000

Info: Returns the name of the datasource.

1030001

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.

1030002

Info: Indicates whether the data source is enabled or disabled.

1030003

Info: The current state of the datasource.

1030004

Info: The number of times that the data source attempted to refresh a database connection and failed.

1030005

Info: The average amount of time, in milliseconds, that it takes to create a physical connection to the database.

1030006

Info: The cumulative, running count of the number of times that the statement cache was accessed.

1030007

Info: The cumulative, running count of the number of statements added to the statement cache.

1030008

Info: The cumulative, running count of statements discarded from the cache.

1030009

Info: The number of prepared and callable statements currently cached in the statement cache.

1030010

Info: The cumulative, running count of the number of times that statements from the cache were used.

1030011

Info: The number of times that a statement request could not be satisfied with a statement from the cache.

1030012

Info: The number of connections currently in use by applications.

1030013

Info: The number of connection requests waiting for a database connection.

1030014

Info: The driver class name of the JDBC driver used to create database connections.

1030015

Info: Highest number of active database connections in this instance of the data source since the data source was instantiated.

1030016

Info: Highest number of application requests concurrently waiting for a connection from this instance of the data source.

1030017

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.

1030018

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.

1030019

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.

1030020

Info: The longest connection reserve wait time in seconds.

1030021

Info: The cumulative total number of database connections created in this data source since the data source was deployed.

1030022

Info: The current count of JDBC connections in the connection pool in the data source.

1030023

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.

1030024

Info: The number of database connections currently available (not in use) in this data source.

1030025

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.

1030026

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.

1030027

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.

1030028

Info: Average number of active connections in this instance of the data source.

1030029

Info: The cumulative, running count of requests for a connection from this data source.

1030030

Info: The cumulative, running count of requests for a connection from this data source that could not be fulfilled.

1030031

Info: Returns the name of the multi data source.

1030032

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.

1030033

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.

1030034

Info: Resets the connection pool in the data source by shutting down and recreating all available database connections in the pool.

1030035

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'.

1030036

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.

1030037

Info: Restores all access to and operations on a data source that has a health state of 'Suspended'.

1030038

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'.

1030039

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'.

1030040

Info: Starts a data source that has a health state of 'Shutdown'.

1030041

Info: For each connection in the connection pool, clears the statement cache of Prepared and Callable Statements.

1030042

Info: DataSource runtime statistics and operations

1030043

Info: MultiDataSource runtime statistics and operations

1030044

Info: Tests the datasource by reserving a connection, performing a test SQL operation, and releasing the connection.


  Back to Top