Install Oracle Database 19c Silent Mode Software Only

We are going to list the steps to install Oracle database 19c on Oracle Linux 8 with silent Mode.

Step 1: Install Oracle Linux 8:

Step 2: Install all the Prerequisites of Oracle Database

Step 3: If you found this warning

Step 4: Prepare the Response File:

List of the modified options, Install the Oracle Database 19c Software Only:

oracle.install.option=INSTALL_DB_SWONLY
INVENTORY_LOCATION=/u01/app/oraInventory
ORACLE_HOME=/u01/app/oracle/product/19.3.0/dbhome_1
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.OSDBA_GROUP=dba
oracle.install.db.OSOPER_GROUP=oper
oracle.install.db.OSBACKUPDBA_GROUP=backupdba
oracle.install.db.OSDGDBA_GROUP=dgdba
oracle.install.db.OSKMDBA_GROUP=kmdba
oracle.install.db.OSRACDBA_GROUP=racdba
oracle.install.db.rootconfig.executeRootScript=true
oracle.install.db.rootconfig.configMethod=ROOT
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
oracle.install.db.ConfigureAsContainerDB=false

Step 5: Begin Installation

$ cd /u01/app/oracle/product/19.3.0/dbhome_1
$ ./runInstaller -silent -responseFile install/response/db_install.rsp

Launching Oracle Database Setup Wizard…
Enter password for 'root' user:

[WARNING] [INS-13014] Target environment does not meet some optional requirements.
CAUSE: Some of the optional prerequisites are not met. See logs for details. /u01/app/oracle/logs/InstallActions2020-05-21_08-25-09PM/installActions2020-05-21_08-25-09PM.log
ACTION: Identify the list of failed prerequisite checks from the log: /u01/app/oracle/logs/InstallActions2020-05-21_08-25-09PM/installActions2020-05-21_08-25-09PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
The response file for this session can be found at:
/u01/app/oracle/product/19.3.0/dbhome_1/install/response/db_2020-05-21_08-25-09PM.rsp
You can find the log of this install session at:
/u01/app/oracle/logs/InstallActions2020-05-21_08-25-09PM/installActions2020-05-21_08-25-09PM.log
Successfully Setup Software with warning(s).

Note: The installation have been completed successfully .

Step 6: Check the Warning:

INFO:  [May 21, 2020 8:25:51 PM] ERROR: [Result.addErrorDescription:760]  PRVF-7573 : Sufficient swap size is not available on node "ol8u2" [Required = 2.4886GB (2609454.0KB) ; Found = 1.2031GB (1261564.0KB)]

Note: The warning is insufficient swap size.

Have Fun!

Bookmark the permalink.
Loading Facebook Comments ...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.