首页 > 数据库技术 > 详细

oracle-3-Linux-11g安装

时间:2019-09-27 21:45:39      阅读:103      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 1、下载地址:

https://www.oracle.com/database/technologies/112010-linx8664soft.html

2、前期设置

echo "11.11.11.51 qi51" >>/etc/hosts
systemctl stop firewalld.service
systemctl disable firewalld.service

groupadd dba
useradd oracle
passwd yanqi.1993!

mkdir -p /opt/oracle
chown -R oracle:dba /opt/oracle
chmod -R 755 /opt/oracle

  sed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config
  setenforce 0

 3、配置yum源安装软件

 

oracle-3-Linux-11g安装

原文:https://www.cnblogs.com/huangyanqi/p/11600359.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!