I get the following error when I try to enable my JDBC driver. I have the right oracle class file (classes12.zip) in the right location. I can connect to the database through Sqlplus.
My connection information follow:
JDBCOracle1:JDBCOracle1 Details
Connection Type JDBC Adapter Connection
Package Name VSKTest
Connection Properties
Transaction Type LOCAL_TRANSACTION
DataSource Class oracle.jdbc.pool.OracleDataSource
serverName localhost
user scott
password ******
databaseName oracle1
portNumber 1521
networkProtocol tcp
Other Properties driverType=oci
Connection Management Properties
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 10
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
This is the error I see:
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource JDBCOracle1:JDBCOracle1.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
no ocijdbc9 (ocijdbc9.dll) in java.library.path