文件名称:Linux环境安装oracle 11g数据库
文件大小:770KB
文件格式:DOCX
更新时间:2021-10-10 02:21:59
Linux环境 安装 oracle 11g数据库
Linux环境安装oracle 11g数据库 一.安装环境 Linux服务器:Redhat 6.5 64位 oracle服务器:oracle11g-64位 二.系统配置 Root用户下进行以下配置: 1. 关闭SELinux、防火墙 (后续要打开防火墙就得开放1521端口以及允许ip通过) service iptables stop chkconfig iptables off sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config 或者编辑 vi /etc/selinux/config 把SELINUX=enforcing 改为: SELINUX=disabled 重启电脑 或者 用命令立刻生效: # setenforce 0