If previous drivers are already created and installed, then you can skip the following steps for creating and installing the database drivers for the data source.
You need to create the required Database Drivers and their Data Sources. The creation of the Database Drivers and their Data Sources should be performed as the following sequence:
If you are not using IBM MQ Workflow as your engine or if the Monitor database and the Event Queue database are located in the same physical database:
Create and install only one Pool Database Driver.
Create only one Pool Data Sources under the created Pool Database Driver points to the Monitor database.
If the Monitor database and the Event Queue database are located in two physical databases:
Create and install one Pool Database Driver.
Create two Pool Data Sources under the created Pool Database Driver (one Data Source points to the Monitor database and the other Data Source points to Event Queue database).
Create and install one XA Database Driver.
Create two XA Data Sources under the created XA Database Driver (one Data Source points to the Monitor database and the other Data Source points to Event Queue database).
The following tables provide the required values for each Database Driver and Data Source as you should enter through the creation steps:
JDBC Providers
Property/Field Name |
DB2 |
Oracle |
Database Type |
DB2 |
Oracle |
Provider Type |
DB2 Universal JDBC Driver Provider |
Oracle JDBC Driver |
Implementation Type |
|
|
For Monitor Pool JDBC Provider
Property/Field Name |
DB2 |
Oracle |
Provider Type |
DB2 Universal JDBC Driver Provider |
Oracle JDBC Driver |
Name |
MonitorDB2PoolDriver |
MonitorOraclePoolDriver |
Implementation Type |
Connection Pool Data Source |
Connection Pool Data Source |
Database JDBC Driver File Name |
db2java.zip |
classes12.zip |
Database JDBC Driver File path |
<DB2>\java\ |
<Oracle>\jdbc\lib |
For Monitor Pool Data Source
Property/Field Name |
Value |
Name |
Monitor_Pool_DataSource |
JNDI Name |
MonitorPoolDataSource |
For Event Queue Pool Data Source
Property/Field Name |
Value |
Name |
Event_Queue_Pool_DataSource |
JNDI Name |
EventQueuePoolDataSource |
For Monitor XA JDBC Provider
Property/Field Name |
DB2 |
Oracle |
Provider Type |
DB2 |
Oracle |
Name |
MonitorDB2XADriver |
MonitorOracleXADriver |
Implementation Type |
XA Data Source |
XA Data Source |
Database JDBC Driver File Name |
db2java.zip |
classes12.zip |
Database JDBC Driver File path |
<DB2>\java\ |
<Oracle>\jdbc\lib |
For Monitor XA Data Source
Property/Field Name |
Value |
Name |
Monitor_XA_DataSource |
JNDI Name |
MonitorXADataSource |
For Event Queue XA Data Source
Property/Field Name |
Value |
Name |
Event_Queue_XA_DataSource |
JNDI Name |
EventQueueXADataSource |