Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
naveegarg
Explorer

Updating the Oracle Instant Client

After the upgrade to Oracle 12.1.0.2, it is strongly recommended to install an Oracle client supported for Oracle 12c. If it is not possible to install Oracle client 12.1.0.2 (for example, due to SAP limitations or hardware restrictions), you need at least Oracle client 11.2.0.4.

For more information on the recommended versions, see the Product Availability Matrix (PAM) at support.sap.com/pam and SAP Note 819829. A mixture of Oracle client  12.1.0.2 and Oracle client 11.2.0.4 on different application servers is supported.

Procedure

As user <sapsid>adm, update the Oracle instant client for UNIX as follows, either for the Oracle 12c client or the Oracle 11g client:

Installation of Oracle 12c Client

 

Create the new client directory:

mkdir -p /oracle/client/12x

Change to the new client directory:

cd /oracle/client/12x

Mount the Oracle client DVD 12.1.0.2 and unpack the client software:

 

SAPCAR -xvf <Oracle client DVD>/OCL<your OS>/OCL12164.SAR

Check and create the symbolic links:

cd /oracle/client/12x

ln -s instantclient_12102 instantclient

Create the symbolic link for BR*Tools 7.40:

Enter this command to change directory:

cd /oracle/client

 

If the link or directory 11x_64 already exists, rename it, as in this example:

mv 11x_64 11x_64_save

 

Create the symbolic link:

ln -s /oracle/client/12x /oracle/client/11x_64

Set Parameters as per SAP note 1888485

Labels in this area