一、基本配置要求

  在安装前需进行内存、系统架构以及磁盘的检查,具体请参考官方文档:https://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm#i1011296

二、安装步骤

1、在/etc/hosts文件中添加本机IP跟主机名

[root@xsj ~]# cat /etc/hosts127.0.0.1 localhost  localhost::1         localhost localhost.localdomain localhost6 localhost6.localdomain6172.19.56.136 xsj  xsj

2、关闭selinux,编辑vim /etc/sysconfig/selinux文件,将SELINUX设置为SELINUX=d

收藏 打印