Tuning connections in the native EIS database adapter
SOA Suite enables interaction with database tables in BPEL processes, using database adapters. In this recipe, we will show you how to tune the stock DbAdapter.
Getting ready
You will need to have Oracle SOA Suite 11g installed on a server as we'll be tuning the default DbAdapter deployed to WebLogic when installing SOA Suite.
How to do it…
These steps show us how to tune the connections in the EIS adapter:
Open the SOA Suite WebLogic administration console and log in as administrator. If you have issues locating the console, see steps 1 and 2 in the Tuning global transactions recipe in Chapter 6, Platform Tuning.
Navigate to the Deployments section by performing either of the following actions:
Click on the Deployments link in the Domain Structure box located on the left of the screen
In the Home Page box in the center of the screen, under Your Deployed Resources in Domain Configurations, select Deployments
Select the DbAdapter deployment.
Within...