안녕하세요.
리눅스(CENTOS 6.2) 오라클 에러 관련 질문 좀 드리겠습니다.
시스템 환경 : OS = Centos 6.3 64Bit, memory=16GB 이구요
WEB Site 하나 돌아가고 있습니다.
그런데 현재 사이트 돌아가는 건 전혀 문제가 없습니다. DB에도 정상적으로 업데이트 되구요
그런데 외부에서 ORACLE 접속하면 아래와 같은 오류가 나옵니다.
ORA-01034: ORACLE not available
ORA-27102: out of memory
Linux-x86_64 Error: 12: Cannot allocate memory
additional information:1
additional information:589839
additional information:8
이렇게 나옵니다.
그래서 인터넷 뒤져본 결과 /etc/sysctl.conf 파일을 수정하라고 해서
그 파일 내용을 확인해 보니 아래와 같습니다.
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Disable netfilter on bridges.
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
# Controls the default maxmimum size of a mesage queue
kernel.msgmnb = 65536
# Controls the maximum size of a message, in bytes
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
###### Install for Oracle #########
fs.aio-max-nr = 1048576
fs.file-max = 6815744
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
위와 같습니다.
무엇이 문제 인지요? 그리고 어떻게 수정하면 될지요.
눈팅만으로는 답변글을 볼 수 없습니다. 로그인하셔야 합니다.