Linux安装oracle 11g

有部分修改内容

[root@localhost ~]#mv database /home/oracle/
[root@localhost ~]#cd database/
[root@localhost ~]#chmod 700 response/
[root@localhost ~]#chown -R oracle:oinstall response/
[root@localhost ~]#cp -R database/response /home/oracle/
[root@localhost ~]# su - oracle
[oracle@localhost ~]$ cd database/
[oracle@localhost database]$ ./runInstaller -silent -force -responseFile /home/oracle/response/db_install.rsp -ignorePrereq


https://mp.weixin.qq.com/s/l_L6S71euyjDth3D_RIQ3w //详细参考

原文地址:https://www.cnblogs.com/sunju/p/11154145.html