11g on RHEL4
Oracle/Installation / 2010. 3. 23. 01:10
-
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 536870912
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/profile
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
umask 022
fi
- .bash_profile
export ORACLE_BASE=/app/oracle/
export ORACLE_HOME=$ORACLE_BASE/product/11g
/home 을 ORACLE_HOME으로 사용하지 않도록 경고함
'Oracle > Installation' 카테고리의 다른 글
DB 수동설치 (0) | 2010.04.26 |
---|---|
Oracle 11g on RHEL 4 (0) | 2010.03.24 |
RHEL 4에 Oracle 9i 설치하기 (0) | 2010.03.22 |
Solaris 10에 DBCA를 활용한 Oracle 10g 설치 (1) | 2010.03.11 |
Oracle 10g, Red Hat 4에 설치하기 (0) | 2010.03.11 |