Increasing the Connection Pool for odiMasterRepository and odiWorkRepository
After creating and configuring the Oracle Data Integrator (ODI) Java EE Agent, modify the connection pool settings for the odiMasterRepository and odiWorkRepository as follows:
- Sign in to the WebLogic Administration Console:
http://<server>:<port>/console
where
<server> is the IP address of the server.
<port> port is the listening port (by default, 7001).
/console is the default context for the WebLogic Administration Console.
- In the Domain Structure pane, expand the Services node and click Data Sources.
- To modify the connection pool settings for odiMasterRepository:
- In the Data Sources table, click odiMasterRepository.
- Click the Connection Pool tab.
- In the Initial Capacity field, enter 100.
- In the Maximum Capacity setting, enter 150.
- Click Save.
- To modify the connection pool settings for odiWorkRepository:
- In the Data Sources table, click odiWorkRepository.
- Click the Connection Pool tab.
- In the Initial Capacity field, enter 100.
- In the Maximum Capacity setting, enter 150.
- Click Save.
Note: No restart is required.
Last Published Tuesday, December 20, 2022