Use this page to modify the settings for a JDBC provider.
To view this administrative console page, click
.Specifies the scope of the JDBC provider; data sources that are created with this JDBC provider inherit this scope.
Specifies the name of the resource provider.
Information | Value |
---|---|
Data type | String |
Specifies a text description for the resource provider.
Information | Value |
---|---|
Data type | String |
Specifies a list of paths or JAR file names which together form the location for the resource provider classes.
Class path entries are separated by using the ENTER key and must not contain path separator characters (such as ';' or ':'). Class paths contain variable (symbolic) names which you can substitute using a variable map. Check the driver installation notes for the specific required JAR file names.
Information | Value |
---|---|
Data type | String |
Specifies a list of paths that forms the location for the resource provider native libraries.
Native path entries are separated by using the ENTER key and must not contain path separator characters (such as ';' or ':'). Native paths can contain variable (symbolic) names which you can substitute using a variable map.
Information | Value |
---|---|
Data type | String |
Specifies that this resource provider will be loaded in its own class loader. This allows different versions or implementations of the same resource provider to be loaded in the same Java Virtual Machine. Give each version of the resource provider a unique class path that is appropriate for that version or implementation.
Specifies the Java class name of the JDBC driver implementation.
This class is available in the driver file mentioned in the class path description above.
For example, com.ibm.db2.jcc.DB2XADataSource for
distributed and z/OS operating systems.
For example, com.ibm.db2.jdbc.app.UDBXADataSource for iSeries platforms.
Information | Value |
---|---|
Data type | String |