a. Create a gold image of the 19c Oracle Home.

$ cd $ORACLE_HOME/
$./runInstaller -createGoldImage -destinationLocation /u03/database19c -silent

$./runInstaller -createGoldImage -destinationLocation /u03/database19c -silent

Successfully Setup Software.
Gold Image location: /u03/database19c/db_home_2018-02-26_22-47-54PM.zip

b. Next unzip the 19c Gold image to the desired location.

$ unzip -q db_home_2018-02-26_22-47-54PM.zip -d /u02/app/oracle/19.0.0.0/dbhome

c. Set the tagrget environment

$ export ORACLE_HOME=/u02/app/oracle/19chome/dbhome
$ export ORA_INVENTORY=/u02/app/oracle/oraInventory
$ export ORACLE_BASE=/u02/app/oracle

d. Perform a silent installation of 19c Oracle Home

./runInstaller -ignorePrereq -waitforcompletion -silent \
ORACLE_BASE=${ORACLE_BASE} \
-responseFile ${ORACLE_HOME}/install/response/db_install.rsp \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=dba \
INVENTORY_LOCATION=${ORA_INVENTORY} \
oracle.install.db.OSDGDBA_GROUP=dba \
ORACLE_HOME=${ORACLE_HOME} \
oracle.install.db.OSKMDBA_GROUP=dba \
oracle.install.db.InstallEdition=EE \
oracle.install.db.OSDBA_GROUP=dba \
oracle.install.db.OSOPER_GROUP=dba \
oracle.install.db.OSBACKUPDBA_GROUP=dba \
oracle.install.db.OSDGDBA_GROUP=dba \
oracle.install.db.OSKMDBA_GROUP=dba \
oracle.install.db.OSRACDBA_GROUP=dba

$ ./runInstaller -ignorePrereq -waitforcompletion -silent \ ORACLE_BASE=${ORACLE_BASE} \
-responseFile ${ORACLE_HOME}/install/response/db_install.rsp \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=dba \
INVENTORY_LOCATION=${ORA_INVENTORY} \
oracle.install.db.OSDGDBA_GROUP=dba \
ORACLE_HOME=${ORACLE_HOME} \
oracle.install.db.OSKMDBA_GROUP=dba \
oracle.install.db.InstallEdition=EE \
oracle.install.db.OSDBA_GROUP=dba \
oracle.install.db.OSOPER_GROUP=dba \
oracle.install.db.OSBACKUPDBA_GROUP=dba \
oracle.install.db.OSDGDBA_GROUP=dba \
oracle.install.db.OSKMDBA_GROUP=dba \
oracle.install.db.OSRACDBA_GROUP=dba
Launching Oracle Database Setup Wizard…

The response file for this session can be found at:
/u02/app/oracle/19chome/dbhome/install/response/db_2018-02-26_23-35PM.rsp

You can find the log of this install session at: /u02/app/oracle/oraInventory/logs/InstallActions2018-02-26_23-33-35PM/installActions2018-02-26_23-35PM.log

Recent Posts

Start typing and press Enter to search