You are on page 1of 2

Install oracle client 12.2.0.

1 32 bit on Linux - gr313ahr / gr316ahr / gr317ahr


Patch location : /home/aciausu

1. Iei patch-ul ca si root si il pui in /var/SP/oracle

2. Se creea noul patch home :


/var/SP/oracle/db_client/product/12.2.0.1_cl_32/client_1
mkdir -p /var/SP/oracle/db_client/product/12.2.0.1_cl_32/client_1

$ cd /app/oracle
$ ll
total 1147284
drwxr-xr-x 3 oracle dba 4096 May 4 15:16 product
-rw-r--r-- 1 oracle dba 1173661733 May 4 17:01 V839968-01-12201_client_32bit.zip

---> unzip V839968-01-12201_client_32bit.zip

$ ls -alrt
total 1147296
drwxr-xr-x 5 oracle dba 4096 Feb 1 2017 client32
drwxr-xr-x 8 35001 dba 4096 May 4 15:15 ..
drwxr-xr-x 3 oracle dba 4096 May 4 15:16 product
-rw-r--r-- 1 oracle dba 1173661733 May 4 17:01 V839968-01-12201_client_32bit.zip

---> editam client_install.rsp (in /app/oracle/client32/response) si adaugam:

UNIX_GROUP_NAME=dba
INVENTORY_LOCATION=/oracle/db_client/oraInventory
ORACLE_HOME=/oracle/db_client/product/12.2.0.1_cl_32/client_1
ORACLE_BASE=/oracle
oracle.install.client.installType=Administrator

---> cd /app/oracle/client32

./runInstaller -silent -noconfig -responseFile


/oracle/client32/response/client_install.rsp

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 415 MB. Actual 1416 MB Passed
Checking swap space: must be greater than 150 MB. Actual 32767 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2020-05-04_05-
13-12PM. Please wait ...$ You can find the log of this install session at:
/opt/oracle/oraInventory/logs/installActions2020-05-04_05-13-12PM.log
The installation of Oracle Client 12c was successful.
Please check '/opt/oracle/oraInventory/logs/silentInstall2020-05-04_05-13-12PM.log'
for more details.
Successfully Setup Software.
As install user, execute the following command to complete the configuration.
/app/oracle/client32/runInstaller -executeConfigTools -responseFile
/app/oracle/client32/response/client_install.rsp [-silent]

---> editam oratab si adaugam:


12201_cl_32:/oracle/db_client/product/12.2.0.1_cl_32/client_1:N

You might also like