- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
linux as4.6 下安装安装Oracle10g
作者: Brandon Zhou 2009.4
1、软件包下载:
HYPERLINK /technology/software/products/database/oracle10g/index.html \o /technology/software/products/database/oracle10g/index.html HYPERLINK /technology/software/products/database/oracle10g/index.html \t _blank /technology/software/products/database/oracle10g/index.html
2、解压软件包:
[root@lc oracle]#unzip 10201_database_linux32.zip
3、修改系统内核:
[root@lc oracle]# 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
[root@lc oracle]# /sbin/sysctl -p????? #使设置生效
4、[root@lc /]# vi /etc/security/limits.conf
添加如下内容:
* soft nproc 2047
* hard nproc 16384
* soft nofile 1024
* hard nofile 65536
不知道为何大家都把’oracle’写成’*’Oracle官方文档是这样写的:
Set Shell Limits for the oracle User
To improve the performance of the software, you must increase
the following shell limits for the oracle user:
To increase the shell limits:
1. Add the following lines in the
/etc/security/limits.conf file:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
5、[root@lc /]# vi /etc/pam.d/login
添加如下内容:session required /lib/security/pam_limits.so
Oracle 官方文档 session required pam_limits.so
6、[root@lc /]# vi /etc/selinux/config
SELINUX=disabled #关闭selinux
小技巧: 如果是ES5 需要修改/etc/redhat-release文件来安装oracle10g
[root@lc /]# vi /etc/redhat-release Red Hat Enterprise Linux Server release 4 (Tikanga)
将原来的版本 5.1 改成了现在的4
7、安装相关的开发包(rpm包):
[root@lc Server]#
Red Hat Enterprise Linux 4.6
#rpm -q binutils compat-db control-center gcc gcc-c++ glibc gnome-libs libstdc++ make sysstat xscreensaver libaio openmotif compat-libstdc++
binutils-.2-24
compat-db-4.1.25-9
compat-db-4.1.25-9
control-center-2.8.0-12.rhel4.5
gcc-3.4.6-9
gcc-c++-3.4.6-9
glibc-2.3.4-2.39
glibc
您可能关注的文档
最近下载
- 2025年广西公需科目第二套答案.docx VIP
- 2025最新事业单位招聘考试公共基础知识法律基础知识试题库含答案详解ab卷.docx VIP
- 2025年事业单位招聘考试公共基础知识法律基础知识试题库附答案详解ab卷.docx VIP
- 马克思政治经济学课件.pptx VIP
- 玻璃幕墙技术交底记录(全部).docx VIP
- 干挂石材技术交底.docx VIP
- 2025年公共基础知识试题库附答案附答案详解ab卷.docx VIP
- 微生物实验室质量控制2009.ppt VIP
- 等腰三角形与等边三角形篇(解析版).pdf VIP
- GB 50058-2014 爆炸危险环境电力装置设计规范(附条文说明).pdf VIP
文档评论(0)