oracle在linux上的安装.docVIP

  1. 1、本文档共3页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle在linux上的安装,linux上安装oracle11g,linux上安装oracle,在linux上安装oracle,linux上安装oracle10g,linux下安装oracle11g,linux安装oracle,linux安装oracle11g,linux下安装oracle,linux安装oracle10g

ORACLE 在LINUX 上安装步骤 第一步:确定root用户 who am i 第二步:打开时钟显示* [root@xiaofeng ~]# xhost + 第三步:确定硬盘,内存,CPU参数 [root@xiaofeng ~]#df -h [root@xiaofeng ~]# free [root@xiaofeng ~]# grep model name /proc/cpuinfo 第四步:确定系统版本号 [root@xiaofeng ~]#uname –r 第五步:确定这些包的版本满足要求 [root@xiaofeng ~]# rpm -qa | grep binutils \\\\\\\ \\\ 第六步:确定系统版本 [root@xiaofeng ~]# cat /etc/issue Red Hat Enterprise Linux AS release 4 (Nahant Update 3) 第七步:修改网络连接* [root@xiaofeng ~]# cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.61.1 xiaofeng.oracle.ocm xiaofeng [root@xiaofeng ~]# hostname xiaofeng.oracle.ocm [root@xiaofeng ~]# vi /etc/hosts [root@xiaofeng ~]# ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=2.38 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.123 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.104 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.163 ms --- 192.168.0.1 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3003ms rtt min/avg/max/mdev = 0.104/0.692/2.380/0.974 ms, pipe 2 第八步:确定域名 [root@xiaofeng ~]# domainname (none) 第九步:建三个组* [root@xiaofeng ~]# cat /etc/group [root@xiaofeng ~]# groupadd oper [root@xiaofeng ~]# usermod –g oinstall –G dba,oper oracle [root@xiaofeng ~]# id oracle uid=500(oracle) gid=505(oinstall) groups=505(oinstall),503(dba),504(oper) 第十步:确定其他用户 [root@xiaofeng ~]# id nobody uid=99(nobody) gid=99(nobody) groups=99(nobody) 第十一步:确定oracle用户的密码 [root@xiaofeng ~]# passwd oracle 第十二步:修改内核参数 1)vi /etc/sysctl.conf kernel.shmall=2097152 kernel.shmmax=2147483648 kernel.shmmni=4096 kernel.sem=250 32000 100 128 fs.file-max=65536 net.ipv4.ip_local_port_range= 1024 65000 net.core.rmem_default= 1048576 net.core.rmem_max= 1048576 net.core.wmem_default= 262144 net.core.wmem_max= 262144 2)vi /etc/security/limits.conf oracle

文档评论(0)

docindpp + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档