Database Reference
In-Depth Information
[oracle@server1 ~]$ sed -e '/^#/d' -e '/^$/d' -e '/=$/d' db.rsp
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=server1.example.com
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/u01/app/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/u01/app/oracle/product/12.1.0.1/dbhome_1
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.DBA_GROUP=dba
oracle.install.db.BACKUPDBA_GROUP=backupdba
oracle.install.db.DGDBA_GROUP=dgdba
oracle.install.db.KMDBA_GROUP=kmdba
oracle.install.db.isRACOneInstall=false
oracle.install.db.rac.serverpoolCardinality=0
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
oracle.install.db.ConfigureAsContainerDB=false
oracle.install.db.config.starterdb.memoryOption=false
oracle.install.db.config.starterdb.installExampleSchemas=false
oracle.install.db.config.starterdb.managementOption=DEFAULT
oracle.install.db.config.starterdb.omsPort=0
oracle.install.db.config.starterdb.enableRecovery=false
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=true
oracle.installer.autoupdates.option=SKIP_UPDATES
[oracle@server1 ~]$
It has been generated from the same installation session as shown above in the interactive wizard. As you can
see it's fairly lengthy; the examples in db_install.rsp are even longer! The above file has all empty configuration
directives and comments removed. Although you find configuration options pertaining to the starter database these
are ignored since the installation type is “INSTALL_DB_SWONLY”.
With the response file double-checked, you can begin the installation as shown here:
[oracle@server1 ~]$ /mnt/12.1.0.1/database/runInstaller -silent \
> -responseFile /home/oracle/db.rsp
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 4699 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8956 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-09-09_12-37-02PM.
Please wait ...
[oracle@server1 ~]$
You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2013-09-09_12-37-02PM.log
The installation of Oracle Database 12c was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2013-09-09_12-37-02PM.log' for more details.
As a root user, execute the following script(s):
1. /u01/app/oracle/product/12.1.0.1/dbhome_1/root.sh
Successfully Setup Software.
Search WWH ::




Custom Search