Load ojdbc6.jar for trireme-jdbc

Not applicable

Hello,

i have a simple proxy with node.js (using trireme jdbc) which connects to oracle database. I am getting following error when calling the api.

Error: No suitable driver found for jdbc:oracle:thin@XXX.....

How can I load ojdbc6.jar that I have copied to OPDK install location /opt/apigee/drivers (this is a new directory) so that the message processor can see access the file. Some suggestions seen on community is add to system classpath - I am not sure how. Any help is appreciated.

Thanks.

0 1 221
1 REPLY 1

Not applicable

To add to above question, after copying ojdbc6.jar to /opt/apigee/edge-gateway-4.17.05-0.0.1144/lib/thirdparty, the Api containing the node.js (using trireme-jdbc) is able to connect to oracle database and retrieve data. Is the copying of external jars to "thirdparty" a correct approach?

Thanks.