블로그 이미지
꿈을 꾸는 꾸러기 YBHoon

카테고리

분류 전체보기 (81)
Oracle (71)
운영체제 (7)
ETC (0)
Study (3)
Total
Today
Yesterday

달력

« » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

공지사항

태그목록

최근에 올라온 글

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
Posted by YBHoon
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함