Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi All,
While enabling jdbc connection I get the following error:
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource connections:JDBCAdapter. [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager. no ocijdbc10 in java.library.path
Can any one please help.
Thanks
Hi Tirumala,
please add the following entry under “Other Properties”: driverTrype=thin
This tells the driver to use plain Java JDBC Type 4 driver instead of JDBC Type 2 driver (which requires a native lib in library path; equals to “driverType=oci”).
Regards, Holger