Adding JDBC driver information for a data source
Add JDBC driver information to the JDBC Gateway.
Before you begin
About this task
The JDBC Gateway requires a compliant JDBC driver for each data source to be accessed. You must locate and add JDBC driver information for each data source. The driver files must be accessible to the JDBC Gateway. The JDBC Gateway retains the defined JDBC driver information, and you would only repeat this specification process to add new drivers or make changes to the properties of an existing driver.
In preparation for this task, obtain the following driver information for the data source from
the data source vendor or from the driver documentation:
- Driver class name. For example: org.postgresql.Driver
- Driver JAR files
- URL format. Each data source type has a unique URL format that is used to access the data and is specific by vendor. For example, for Postgres: jdbc:postgresql://{host}:{port}/{database}
To add JDBC driver information to the JDBC Gateway, using the JDBC Gateway administrative console, you will define the driver library for the data source, and then add the driver files to the library. Use the following procedure to add JDBC driver information for a data source.
Procedure
Results
Note: You must repeat this process for each JDBC
driver that will be used to access a data source type.