JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring Project Components for Oracle Java CAPS Database Adapters     Java CAPS Documentation
search filter icon
search icon

Document Information

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Adapter Connectivity Map Properties

To Add an Adapter to the Connectivity Map

To Configure Adapter Connectivity Map Properties

DB2 Connect Adapter Inbound Connectivity Map Properties

DB2 Connect Type 4 Adapter - Inbound Parameter Settings

DB2 Connect Adapter - Inbound Parameter Settings

DB2 Connect Adapter Outbound Connectivity Map Properties

DB2 Connect Type 4 Adapter - Outbound JDBC Connector Settings

DB2 Connect XA Adapter - Outbound JDBC Connector Settings

DB2 Connect Adapter - Outbound JDBC Connector Settings

DB2 Connect non-Transactional Type 4 Adapter - Outbound JDBC Connector Settings

DB2 Connect Type 4 XA Adapter - Outbound JDBC Connector Settings

DB2 Connect non-Transactional Adapter - Outbound JDBC Connector Settings

DB2 Adapter Inbound Connectivity Map Properties

DB2 Adapter Inbound Properties for Windows and UNIX

DB2 Adapter Inbound Properties for z/OS and AS/400

DB2 Adapter Outbound Connectivity Map Properties

DB2 Adapter Outbound Properties for Windows and UNIX

DB2 Adapter Outbound Properties for z/OS and AS/400

Informix Adapter Connectivity Map Properties Configuration

Informix Adapter -- Outbound Adapter Properties

Informix Adapter -- Outbound XA Adapter Properties

Outbound non-Transactional Adapter Properties

Transaction Support Levels Between Different Versions

Example:

JDBC/ODBC Adapter Connectivity Map Properties Configuration

JDBC/ODBC Adapter -- Outbound Adapter Properties

JDBC/ODBC Adapter -- Outbound non-Transactional Adapter Properties

JDBC/ODBC Adapter -- Outbound XA Adapter Properties

Transaction Support Levels Between Different Versions

Example:

Oracle Adapter Inbound Connectivity Map Properties

Oracle Adapter Outbound Connectivity Map Properties

Oracle Adapter Outbound Properties

Oracle Adapter Outbound non-Transactional Properties

Oracle Adapter Outbound with XA Support Properties

SQL Server Adapter Inbound Connectivity Map Properties

SQL Server Adapter Outbound Connectivity Map Properties

SQL Server Adapter -- Outbound Properties

SQL Server Adapter -- Outbound non-Transactional Properties

SQL Server Adapter -- Outbound with XA Support Properties

Sybase Adapter Connectivity Map Properties

Sybase Adapter -- Outbound Properties

Sybase Adapter -- Outbound XA Properties

Sybase Adapter -- Outbound non-Transactional Properties

Transaction Support Levels Between Different Versions

Example:

VSAM Adapter Outbound Connectivity Map Properties

VSAM Adapter -- Outbound Properties

VSAM Adapter -- Outbound non-Transactional Properties

DB2 Connect Adapter Outbound Connectivity Map Properties

The Outbound configuration parameters, accessed from the Connectivity Map, are organized into the following sections:

DB2 Connect Type 4 Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the DB2 Connect Type 4 Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 3 DB2 Connector Type 4 Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
A description for the database.
A valid string. The default is DB2 Connect Type 4 Connection Pool Datasource.
ClassName
The Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface for a Type 4 driver.
A valid class name.

The default is com.ibm.db2.jcc. DB2ConnectionPoolDataSource.

DB2 Connect XA Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the DB2 Connect XA Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 4 DB2 Connect XA Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
A description for the database.
A valid string. The default is DB2 Connect XA Datasource.
ClassName
The Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface for a XA driver.
A valid class name.

The default is COM.ibm.db2.jdbc.DB2XADataSource.

DB2 Connect Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the DB2 Connect Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 5 DB2 Connect Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
Enter a description for the database.
A valid string. The default is DB2 Connect Connection Pool Datasource.
ClassName
Specify the Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface.
A valid class name.

The default is COM.ibm.db2.jdbc. DB2ConnectionPoolDataSource.

DB2 Connect non-Transactional Type 4 Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the DB2 Connect non-Transactional Type 4 Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 6 DB2 Connect non-Transactional Type 4 Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
Enter a description for the database.
A valid string. The default is DB2 Connect Type 4 Connection Pool Datasource
ClassName
Specify the Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface for a non-transactional Type 4 driver.
A valid class name.

The default is com.ibm.db2.jcc. DB2ConnectionPoolDataSource.

DB2 Connect Type 4 XA Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the DB2 Connect Type 4 XA Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 7 DB2 Connect Type 4 XA Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
A description for the database.
A valid string. The default is DB2 Connect Type 4 XA Datasource.
ClassName
The Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface for a Type 4 XA driver.
A valid class name.

The default is com.ibm.db2.jcc. DB2XADataSource.

DB2 Connect non-Transactional Adapter - Outbound JDBC Connector Settings

The JDBC Connector Settings section in the Outbound DB2 Connect non-Transactional Adapter Outbound Connectivity Map properties contains the top-level parameters displayed in the following table.

Table 8 DB2 Connect non-Transactional Adapter - Outbound JDBC Connector Settings

Name
Description
Required Value
Description
A description for the database.
A valid string. The default is DB2 Connect non-Transactional Connection Pool Datasource.
ClassName
The Java class in the JDBC driver that is used to implement the ConnectionPoolDataSource interface for a non-transactional driver.
A valid class name.

The default is COM.ibm.db2.jdbc. DB2ConnectionPoolDataSource.