Problem with OCI Connection

Hi, while i configure with OCI Connection Pooling i face java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path at java.lang.ClassLoader.loadLibrary exception. Could any one suggest where from i can download ocijdbc10.jar & ocijdbc10.so files.
[297 byte] By [Ananth.duraia] at [2007-11-27 9:24:12]
# 1

> while i configure with OCI Connection Pooling

> i face java.lang.UnsatisfiedLinkError: no ocijdbc10

> in java.library.path at

> java.lang.ClassLoader.loadLibrary exception. Could

> any one suggest where from i can download

> ocijdbc10.jar & ocijdbc10.so files.

For using OCI driver, you need an Oracle client installation on the machine. The client installation will have the necessary libraries. Either get that installed or use the thin driver.

aniseeda at 2007-7-12 22:19:56 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
hi,but my oracle client version have ocijdbc9.dll. and with apache DBCP it is not supporting OracleCallableStatement. Any suggestion.Regards,A.
Ananth.duraia at 2007-7-12 22:19:56 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
> but my oracle client version have> ocijdbc9.dll. and with apache DBCP it is not> supporting OracleCallableStatement. Any suggestion.Your error message says ocijdbc10 libraries. You have ocijdbc9. I wonder what that means.
aniseeda at 2007-7-12 22:19:56 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
yah, is it possible to download ocijdbc10.dll and register. could it solve this problem?Regards,A..
Ananth.duraia at 2007-7-12 22:19:56 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...