Configure JDBC Resources

Follow these steps to create the required JDBC resources in your domain:

  1. From the Edit Tree of the Remote Console, click Services, and then Data Sources.
  2. Click New and provide a name for this data source.
  3. Set JNDI Name to wlss.callstate.datasource.
  4. Under Targets, select the name of your SIP engine cluster (for example, BEA_ENGINE_TIER_CLUST) and move it into the Chosen list.
  5. Set Data Source Type to Generic Data Source.
  6. Fill in the database fields according to your previously created database.
  7. Select an appropriate JDBC driver from the Database Driver list. Note that some of the drivers listed in this field may not be installed by default on your system. Install third-party drivers as necessary using the instructions from your RDBMS vendor. For more information on JDBC drivers, see "Using JDBC Drivers with WebLogic Server" in Administering JDBC Data Sources for WebLogic Server.
  8. Click Create.
  9. Under the Transaction tab, configure any transaction properties required for your database. For more information on JDBC transaction options, see "Configure Transaction Options" in Administering JDBC Data Sources for WebLogic Server.
  10. Under the Connection Pool tab, fill in the fields using connection information for the database you want to use. For more information, see "Configure Connection Properties" in Administering JDBC Data Sources for WebLogic Server.
  11. Click Save, click the shopping cart, and then Commit Changes.
  12. Restart the server.