The following steps are applicable when using Oracle RAC:
Go to the "Oracle Database Software Downloads" web page:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
Find the Oracle database version 12 download links for your operating system. Click See All.
On the next page, search for "Oracle Database <version> Client” and click the link to download the zip file.
Unzip the file into an installation directory and install it by entering the command: ./runInstall
During installation, take extra notice to the following parts:
In the Available Product Components dialog, select "Oracle JDBC/THIN Interfaces" and "Oracle Connection Manager".
In the Perform Prerequisite Checks dialog, select Ignore All.
After a successful installation, go to the installation directory and enter the following commands to find the
ons.jar
andojdbc<version>.jar
files:$ find . -name ons.jar
$ find . -name ojdbc*.jar
Store
ons.jar
andojdbc<version>.jar
in a directory that is available on the Platform Container host.
Add Comment