Resource Manager

The resource manager interacts with the transaction manager and the database to manage connections. The resource manager:

  • Functions as an advocate for the data source.
  • Manages connections to the database
  • Keeps track of the number of open connections for connection caching, connection sharing, and stealing.
Configure one resource manager per database instance.