CentOS 7 最小安装,使用响应文件静默安装Oracle 11g
参考地址:https://blog.csdn.net/wang_chaodong/article/details/116025515
参考地址:https://blog.csdn.net/wang_chaodong/article/details/115603042
静默创建数据库实例:
dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbName orcl1 -sysPassword oracle -systemPassword oracle
查看dbca帮助
dbca -help
[oracle@localhost ~]$ dbca -help
dbca [-silent | -progressOnly | -customCreate] {<command> <options> } | { [<command> [options] ] -responseFile <response file > } [-continueOnNonFatalErrors <true | false>]
Please refer to the manual for details.
You can enter one of the following command:
Create a database by specifying the following parameters:
-createDatabase
-templateName <name of an existing template>
[-cloneTemplate]
-gdbName <global database name>
[-policyManaged | -adminManaged <Policy managed or Admin managed Database, default is Admin managed database>]
[-createServerPool <To create Serv