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 the each Database Driver and Data Source as you should enter through the creation steps:
For Monitor Pool JDBC Provider
Property/Field Name |
DB2 |
Oracle |
Name |
MonitorDB2PoolDrive |
MonitorOraclePoolDrive |
Database JDBC Driver File Name |
db2java.zip |
classes12.zip |
Database JDBC Driver File path |
<DB2>\java12\ |
<Oracle>\jdbc\lib |
Implementation Class |
COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource |
oracle.jdbc.pool.OracleConnectionPoolDataSource |
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 |
Name |
MonitorDB2XADrive |
MonitorOracleXADrive |
Database JDBC Driver File Name |
db2java.zip |
classes12.zip |
Database JDBC Driver File path |
<DB2>\java12\ |
<Oracle>\jdbc\lib |
Implementation Class |
COM.ibm.db2.jdbc.DB2XADataSource |
oracle.jdbc.xa.client.OracleXADataSource |
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 |
The following sections describe the required steps that you should follow to create and install a Database Driver and to create a Data Source under this driver.