2013-10-30

CentOS - Oracle 설치위한 시스템 라이브러리

CentOS - Required Packages for Oracle 

(CentOS - Oracle 설치위한 시스템 라이브러리)


Oracle 11gR2 - CentOS 5 에서

CentOS 5 (x86)
binutils
compat-libstdc++-33
elfutils-libelf
elfutils-libelf-devel
elfutils-libelf-devel-static
gcc
gcc-c++
glibc
glibc-common
glibc-devel
glibc-headers
kernel-headers
ksh
libaio
libaio-devel
libgcc
libgomp
libstdc++
libstdc++-devel
make
sysstat
unixODBC
unixODBC-devel

CentOS 5 (x64)
binutils
compat-libstdc++-33 (both 32 and 64 bit required)
elfutils-libelf
elfutils-libelf-develelfutils-libelf-devel-static
gcc
gcc-c++
glibc                         (both 32 and 64 bit required)
glibc-common
glibc-devel                (both 32 and 64 bit required)
glibc-headers
ksh
libaio                         (both 32 and 64 bit required)
libaio-devel               (both 32 and 64 bit required)
libgcc                        (both 32 and 64 bit required)
libstdc++                   (both 32 and 64 bit required)
libstdc++-devel
make
sysstat
unixODBC                  (both 32 and 64 bit required)
unixODBC-devel         (both 32 and 64 bit required)

기타 필수적이진 않지만 참고하면 좋을 설정들

 /etc/sysctl.conf
      # Kernel parameter settings for Oracle
 fs.aio-max-nr = 1048576
 fs.file-max = 6815744
 kernel.shmall = 2097152
 kernel.shmmax = 4294967295
 kernel.shmmni = 4096
 kernel.sem = 250 32000 100 128
 net.ipv4.ip_local_port_range = 9000 65500
 net.core.rmem_default = 262144
 net.core.rmem_max = 4194304
 net.core.wmem_default = 262144
 net.core.wmem_max = 1048586

/etc/security/limits.conf
      oracle           soft    nproc   2047
      oracle           hard    nproc   16384
      oracle           soft    nofile  1024
      oracle           hard    nofile  65536
 
/etc/pam.d/login 
      session    required     /lib/security/pam_limits.so
      session    required     pam_limits.so 

댓글 없음:

댓글 쓰기