1. Disable the firewall

Systemctl stop firewalld. Service # stop firewall systemctl disable firewalldCopy the code

2, 3 switch user su – oracle, edit, silent installation file vim $ORACLE_HOME/inventory/response/dbca. RSP 4, modify the configuration file

[GENERAL] RESPONSEFILE_VERSION = "11.2.0" OPERATION_TYPE = "createDatabase" [createDatabase] GDBNAME = "orCL" TEMPLATENAME = "general_purpose. DBC" # Set CHARACTERSET = "ZHS16GBK" TOTALMEMORY = "1024" if necessaryCopy the code

5, installation,

$ORACLE_HOME/bin/dbca -silent -responseFile $ORACLE_HOME/inventory/response/dbca.rsp 
Copy the code

After entering the command, the Xshell window will automatically clean, then enter the sys password, press Enter to continue to enter the system password (there is no text on the page, it may be a BUG).

Author: onlooker source: sanwu youth blog original text: www.35youth.cn/702.html Copyright notice: this article is the blogger’s original article, reprint please attach the blog link!