Iv. Silent Installation Library
Modify the response file to install only the database/HOME/ORACLE/ETC/DBCA.RSP settings as follows:and create a related directory
responsefile_version = "11.2.0"//cannot be changed
Operation_type = "CreateDatabase"
gdbname = "Wang.bobower"//Global database name =sid+ host domain name
SID = "Wang"//corresponding instance name
templatename = "GENERAL_PURPOSE.DBC"//template file for building libraries
Syspassword = "123456"//sys Administrator password
Systempassword = "123456"//system Administrator password
datafiledestination =/u01/app/oracle/oradata//Data file storage directory
recoveryareadestination=/u01/app/oracle/oradata_back//Recover data storage directory
CHARACTERSET = "ZHS16GBK"//Character Set, IMPORTANT!!! After the building of the general can not be changed, so make sure that the database is clear before building.
totalmemory = "5120"//oracle memory 5120MB
Execute (should be finished after execution)
$ORACLE _HOME/BIN/DBCA-SILENT-RESPONSEFILE/HOME/ORACLE/ETC/DBCA.RSP
This article is from "Allen Lee Oracle" blog, please make sure to keep this source http://lipengfei666666.blog.51cto.com/6384154/1635662
oracle11g silent Installation----> Media Installation "two" (4)