Defining and Un-defining JDBC
Drivers
If you have deployed a library that contains JDBC driver classes on the J2EE Engine without using the JDBC Connector Service, you can define this library as a JDBC driver. This means that you do not need to deploy the driver separately to use it.
You can use the following tools to define and un-define a JDBC driver:
· Visual Administrator
· Console Administrator
To define a JDBC driver, use the Runtime tab of JDBC Connector Service.
...
1. In the right-hand tab choose Resources → Drivers.
2. Select an entry from the Deployed Libraries tree.
3.
Choose
Mark a Library as JDBC
Driver to define the library as a JDBC driver.
To
un-define a JDBC driver, select the entry in the Resources → Drivers tree and choose
Unmark Selected
JDBC Driver.
To define a driver, use define_jdbc_driver command from the DBPOOL command group.
To un-define a driver, use undefine_jdbc_driver command from the DBPOOL command group.
For more information, see DBPOOL.
See also:
Deploying and Removing JDBC Drivers