New JDBC Provider

Use this page to create a new JDBC provider.

To view this administrative console page, click Resources >JDBC Providers > New.

Step 1: Select the database type

Choose a supported database type.

If the list of supported database types does not include the type that you want to use, select User-Defined. You might need to consult the documentation for the database for more information on specific properties that database requires.

Data type Drop-down list

Step 2: Select the JDBC provider type

Choose a supported JDBC Provider type.

Only JDBC provider types that are appropriate for the database type you selected in step 1 will appear in the list. For at-a-glance information on which provider type is appropriate for your database configuration and application requirements, see the JDBC provider table.

Data type Drop-down list

Step 3: Select the implementation type

Choose a supported implementation type.

Only the implementation types supported by the JDBC provider you selected in step 2 will appear in the list.

Note: If two choices appear on the implementation type list, select Connection Pool DataSource if your application runs in a single phase or local transaction. Otherwise, choose XA DataSource to run in a global transaction.

Data type Drop-down list