快速业务通道

Oracle 10gR2 for Linux 安装参考文档

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-26

数据库版本:Oracle 10.2.0.1 Enterprise Edition x86_64

操作系统版本:Oracle Linux 5.7 x86_64

注:#表示为root用户下输入该命令,$表示为oracle用户下输入该命令.

1.创建用户和组

# groupadd -g 501 oinstall

# groupadd -g 502 dba

# useradd -g oinstall -G dba oracle

# passwd oracle


2.检查硬件配置信息.

# cat /proc/meminfo | grep MemTotal

# cat /proc/meminfo | grep SwapTotal

8G8G以上,建议swap为物理内存的75%

# df –h 检查磁盘空间

# df -h /tmp

# cat /proc/version 检查系统版本

3.检查安装包是否安装

binutils-2.17.50.0.6*

compat-libstdc -33-3.2.3*

elfutils-libelf-0.137*

elfutils*

gcc-4.1.2*

gcc-c -4.1.2*

glibc-2.5-42*

glibc-common-2.5*

glibc-devel-2.5*

glibc-devel-i386

glibc-headers-2.5*

ksh-20080202*

libaio-0.3.106*

libaio-devel-0.3.106*

libgcc-4.1.2*

libstdc -4.1.2*

libstdc -devel-4*

make-3.81*

sysstat-7.0.2*

unixODBC-2.2.11*

unixODBC-devel-2.2.11*

libXp-1.0.0-8.1.el5.i386

4.配置内核参数

添加以下内容到/etc/sysctl.conf

  1. kernel.shmmni = 4096
  2. kernel.sem = 250 32000 100 128
  3. fs.file-max = 101365
  4. net.ipv4.ip_local_port_range = 1024 65500
  5. net.core.rmem_default=4194304
  6. net.core.rmem_max=4194304
  7. net.core.wmem_default=262144
  8. net.core.wmem_max=262144

# sysctl -p

5.设置oracle用户shell限制

# echo ''oracle soft nproc 2047'' >> /etc/security/limits.conf

# echo ''oracle hard nproc 16384'' >> /etc/security/limits.conf

# echo ''oracle soft nofile 1024'' >> /etc/security/limits.conf

# echo ''oracle hard nofile 65536'' >> /etc/security/limits.conf

# echo ''session required /lib/security/pam_limits.so'' >> /etc/pam.d/login

# echo ''session required pam_limits.so'' >> /etc/pam.d/login

添加以下内容到/etc/profile

  1. if [ $USER = "oracle" ]; then
  2. if [ $SHELL ="/bin/ksh" ]; then
  3. ulimit -p 16384
  4. ulimit -n 65536
  5. else
  6. ulimit -u 16384 -n 65536
  7. fi
  8. fi

ORA-00600:internal error code,arguments

解决方法:设置IP和主机名对应

本文出自 “DBAing” 博客,请务必保留此出处http://freewiller.blog.51cto.com/1743333/687263

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号