At this knowledge base, I tried to explain how to install Oracle Client on Linux and Unix servers. Steps are clear and all you need to follow them.
Step 1: Download Linux or Unix binaries from Oracle web site.
I added a download link for 12C also you can get other versions from Oracle web sites.
Step 2: Extract All binaries
You need to extract the zip file under the directory that you need to run the oracle client server. There is no obligation about the directory.
Step 3: Connect Graphical Interface
You need a graphical interface to start the installation. So you have two options;
- You can install Graphical Interface to your system and connect to the console. Then start the installation over the console connection.
- Also, you should install a passive graphical Interface to your PC and set DISPLAY to your machine. (Xmanager passive etc.)
We will explain the first choice. Connect console.
Step 4: Set Xhost to allow connection
#xhost +
#DISPLAY=:0.0 ; export DISPLAY
Step 5: Run Installed under Client directory
#./runInstaller
After you start Installation if you need all packages like network tools etc. Please select Administration, not Client installation. After Installation finish, you need to run a script to set permissions.