no ocijdbc11 in java path

User 369425e3ae

21-09-2009 17:27:14

I am trying to install JChemManager and I am getting this error.

no ocijdbc11 in java.library.path

We have Oracle 10 g 10.1.0. I searched the installation and don't find a jar file with that name.

What do I need to do?

Thank you for the help.

Derek

ChemAxon aa7c50abf8

21-09-2009 18:07:58

Derek,


I guess you picked the wrong url. Use the thin driver instead of the OCI driver:


jdbc:oracle:thin:@[host address]:[port]:[database sid]

instead of

jdbc:oracle:oci8:@[host]:[port]:[database sid]

Peter

User 369425e3ae

21-09-2009 18:34:45

Peter,

Thank you. I will use that url.

Derek