# oracle_silent **Repository Path**: syhp1982/oracle_silent ## Basic Information - **Project Name**: oracle_silent - **Description**: oracle_silent oracle 11g 单机自动化安装shell脚本(静默安装) - **Primary Language**: Shell - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2018-07-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #oracle_silent ####oracle 11g 通过自动应答文件 单机自动化安装shell脚本 ##使用方法: * 以root身份运行 install-oracle11g.sh * 以oracle身份执行下面的命令,也就是上面脚本后面注释的部分
su - oracle cd /u01/oracle/database ./runInstaller -silent -force -responseFile /home/oracle/db.rsp dbca -silent -responseFile /home/oracle/dbca.rsp netca -silent -responsefile /u01/oracle/database/response/netca.rsp cp oracle.init.d /etc/init.d/oracle chkconfig oracle on##默认设置: ORACLE_SID=vnetoodb ##oracle11g 下载 [百度网盘](www.baidu.com) ##TODO 上传到百度网盘