暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
Oracle 11GR2 单实例 安装 For LINUX_V1
533
24页
2次
2020-08-20
5墨值下载
RHEL6.x
下面安装单实例
oracle 11G
1.
版本说明

上安装

步骤一致
本文使用版本如下



 
[root@srcdb ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-
noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description:Red Hat Enterprise Linux Server release 6.6 (Santiago)
Release: 6.6
Codename: Santiago
[root@srcdb ~]#
2.
安装步骤
安装

!
新手建议把

"
"
关掉。
2.1.
关闭
selinux
[root@dba ~]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
改为
disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
然后
"
重启。
2.2.
关闭
iptables & ip6tables
[root@srcdb ~]# iptables -F
[root@srcdb ~]# ip6tables -F
[root@srcdb ~]# service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
[root@srcdb ~]#
[root@srcdb ~]# service ip6tables save
ip6tables: Saving firewall rules to /etc/sysconfig/ip6table[ OK ]
[root@srcdb ~]#
[root@srcdb ~]# chkconfig iptables off
[root@srcdb ~]# chkconfig ip6tables off
[root@srcdb ~]#
确认输出已无任何防火墙规则
[root@srcdb ~]# iptables -xvnL
Chain INPUT (policy ACCEPT 486 packets, 62661 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 134 packets, 15944 bytes)
pkts bytes target prot opt in out source destination
[root@srcdb ~]#
[root@srcdb ~]# ip6tables -xvnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
of 24
5墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜