Creating Java Database Connectivity data sources in WebLogic Server

When you create a data source provider, you must create the Java™ Database Connectivity (JDBC) data source, which specifies the connection information for the database.

Procedure

  1. Log into the WebLogic Server administration console http://servername:7001/console and click Lock and Edit.
  2. Select Services > JDBC > Data Sources.
  3. Create a data source. Specify jmsqueuedatasource as the name, and specify the JNDI name.
  4. Specify the database type and the database driver. This driver must be a non-XA driver.
  5. Clear the Supports Global Transactions check box.
  6. Specify the database name, the host name, the port number, and the user information.
  7. Test the connection.
  8. Update the information if needed.
  9. Select all the servers needed for the cluster and click Finish.
  10. Activate your changes.


Feedback