To create a Data Source to point to a Database and a Communication Driver under the created JDBC Provider:
From the left hand tree, select Resources > JDBC Providers. The JDBC Providers page appears on the right.
From the Existing JDBC Provider list, click the Hyperlink of the JDBC Provider you have created. The configuration page of the JDBC Provider appears.
From the Additional Properties section, click the Data Sources (Version 4) hyperlink. The Data Sources (Version 4) page appears.
Click New. The Configuration page of the new Data Source appears.
Type Data Source name in the Name box.
Type Data Source JNDI name in the JNDI name box.
In the Database Name field:
For DB2 database: Type the name of the database to which the data source points (For example WFMDB for Monitor database or FMCDB for MQ Workflow database. If you created the Monitor Database or the Event Queue Database with a different name, then you should type this name in the Database Name field.).
For Oracle database: Leave this field empty
Type the Database Administrator's user name and password in the Default User ID and Default Password fields.
Click Apply.
For Oracle database only:
In the Additional Properties section that appears in the bottom of the page:
Click the Custom Properties hyperlink. The Custom Properties Page appears.
In the Custom Properties page click the URL property hyperlink. The URL Properties page appears.
In the Value field type one of the following URLs:
jdbc:oracle:thin:@<Oracle_Server_Name>:<Oracle_Server_Port_Number>:<DatabaseName>
jdbc:oracle:oci:@<DatabaseName> (for Oracle 9i and Oracle 10g) or jdbc:oracle:oci8:@<DatabaseName> (for Oracle 8i)
Where <Oracle_Server_Name> is the name or the IP address of the Oracle Database Server machine, <Oracle_Server_Port_Number> is the Oracle Server Port Number (the default port is 1521) and <DatabaseName> is the database name (for example WFMDB for Monitor database or FMCDB for MQ Workflow database. If you created the Monitor Database or the Event Queue Database with a different name, then you should type this name in the Database Name field.).
Click Apply.
Click OK.
Click Save in the top menu bar to save your changes. The Save page appears.
Click Save.