8.18 B2B Configuration Wizard - Service Connection Page
Use the Service Connection Page to specify the database connection details.
The Service Connection Page provides the following:
Element | Description |
---|---|
Connection |
Select a database connection or create a new one. |
Add |
Click to create a new database connection. |
Edit |
Click to edit the selected database connection. |
Browse |
Click to browse IDE database connections, which are the database connections that you have created in the Resource Palette or the Database Navigator. |
JNDI Name |
Use the default Java Naming and Directory Interface (JNDI) name or specify a custom name. This connection enables you to configure the adapter during design time and to connect to the database server during runtime. |
Data Source |
Enter the JNDI name that is used to look up the data source in data-sources.xml. If you are using data-sources.xml to get the connection, then this name is required. |
XA Data Source |
Select this option if the data source name is an XA data source. An XA data source can participate in an XA global transaction that can span multiple resources. In this transaction, the application server acts as the coordinating transaction manager with multiple databases (or other resources such as JMS), each of which is involved in a single transaction. If selected, the adapter becomes part of the XA transaction. Otherwise, it is a local transaction. |
Related Topics
User's Guide for Technology Adapters, "Oracle JCA Adapter for AQ"