what is the procedure for installing the OCI driver for the JDBC adapter. The manual does talk about it. But then it also talks about the client being correctly configured. Where do we configure that. Also it talks about setting an environment variable. But nothing has been mentioned for windows.
We have been using the thin driver successfully for some time. However To insert large clobs we are forced to use the OCI drivers. Are there any problems with OCI and thin co-existing on windows.
Oracle suggests to install Complete Oracle Client to use OCI Driver. OCI Driver is part of classes111.zip and classes12.zip. (same files, which contain thin drivers.). Just that OCI depends on Local Oracle Client.
Thanks chirag.
It also mentions that a particular environment level be updated. However there is no information in the WmJDBC users guide for the windows system. Do we have to set anything.
Also while configuring the connection what do we setup in the other properties. Driver type = oci or oci8
On your server do we have to set anything as below. What would be the value for windows
for other os the values are metioned in the users guide
Solaris* LD_LIBRARY_PATH=/ORACLE_HOME/lib
HP* SHLIB_PATH=/ORACLE_HOME/lib
AIX* LD_LIBRARY_PATH=/ORACLE_HOME/lib
Linux LD_LIBRARY_PATH=/ORACLE_HOME/lib
It also mentions that a particular environment level be updated. However there is no information in the WmJDBC users guide for the windows system. Do we have to set anything.