Steps To configure weblogic jdbc oci driver
1) Download the instant client for OCI which is platform specific from the below link
http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
a. Download the appropriate Instant Client packages for your platform. All installations REQUIRE the Basic package.
b. Unzip the packages into a single directory such as “instantclient”.
c. Set the library loading path in your environment to the directory in Step 2 (“instantclient”).
– On many UNIX platforms, LD_LIBRARY_PATH is the appropriate environment variable. On Windows, PATH should be used.
2) Give the classpath in the pre classpath in the startup script up to ojdbc14.jar present inside the above zip file
In windows as below:-
set CLASSPATH=D:\Oracle\Middleware\WLS_10.3.5\wlserver_10.3\server\instantclient-basic-win32-10.1.0.5-20060419\instantclient10_1\ojdbc14.jar;%CLASSPATH%
3) Open a Weblogic admin console
4) Go to the created datasource under the connection pool settings and change the class name as oracle.jdbc.OracleDriver and url as jdbc:oracle:oci:@ DATABASE SID
5) Test the datasource.
6) Save settings.
In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.