Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Control JDBC data sources


After you create a JDBC data source, you can perform specific administration tasks on instances of the data source in the Administration Console, including resetting all database connections, suspending use of the data source, and shutting down the data source. The main steps for controlling JDBC data sources are:

  1. Optionally shrink the pool of database connections in the data source. See Shrink the connection pool in a JDBC data source.
  2. Optionally reset all database connections in the data sources. See Reset connections in a JDBC data source.
  3. Optionally clear the statement cache for connections in the data source. See Clear the statement cache in a JDBC data source.
  4. Optionally suspend use of database connections from the data source. See Suspend JDBC data sources.
  5. Optionally resume use of database connections from a data source. See Resume suspended JDBC data sources.
  6. Optionally shut down a data source. See Shut down JDBC data sources.
  7. Optionally start a data source. See Start JDBC data sources.

Back to Top