Skip to main content

How to install oracle client in silent mode



Installing oracle client in silent mode


Step1> download oracle client software

Step2> Transfer the software on server you want to install

Step3> unzip the software

Step4> Adjust response file

?/response/client_install.rsp

UNIX_GROUP_NAME=dba
INVENTORY_LOCATION=/ora_app/oraInventory
ORACLE_HOME=/ora_app/product/12.1.0.2/client_1
ORACLE_BASE=/ora_app
oracle.install.client.installTyp
e=Administrator

Step5> Run installation in silent mode

./runInstaller -ignoreSysPrereqs -showProgress -silent -responseFile /ora_app/client/response/client_install.rsp

Starting Oracle Universal Installer...
Checking Temp space: must be greater than 415 MB.   Actual 4442 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 2047 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2020-11-26_09-57-24AM. Please wait ...
[WARNING] [INS-13001] Environment does not meet minimum requirements.
   CAUSE: Minimum requirements were not met for this environment
   ACTION: Either check the logs for more information or check the supported configurations for this product.
[WARNING] [INS-32055] The Central Inventory is located in the Oracle base.
   ACTION: Oracle recommends placing this Central Inventory in a location outside the Oracle base directory.
You can find the log of this install session at:
 /ora_app/oraInventory/logs/installActions2020-11-26_09-57-24AM.log
Prepare in progress.
..................................................   6% Done.
Prepare successful.
Copy files in progress.
..................................................   12% Done.
..................................................   17% Done.
..................................................   22% Done.
..................................................   27% Done.
..................................................   32% Done.
..................................................   37% Done.
..................................................   42% Done.
..................................................   47% Done.
..................................................   52% Done.
..................................................   57% Done.
..........
Copy files successful.
Link binaries in progress.
....................
Link binaries successful.
Setup files in progress.
..............................
Setup files successful.
..........
Setup Inventory in progress.
Setup Inventory successful.
..........
Finish Setup in progress.
..................................................   64% Done.
Finish Setup successful.
The installation of Oracle Client 12c was successful.
Please check '/ora_app/oraInventory/logs/silentInstall2020-11-26_09-57-24AM.log' for more details.
Prepare for configuration steps in progress.
Prepare for configuration steps successful.
..................................................   80% Done.
Oracle Client Configuration in progress.
Oracle Client Configuration successful.
..................................................   96% Done.
As a root user, execute the following script(s):
        1. /ora_app/oraInventory/orainstRoot.sh
..................................................   100% Done.
Successfully Setup Software.


Comments

Post a Comment