티스토리 뷰

카테고리 없음

CentOS 5.2 Oracle 10g 구축

사랑과사람 2009. 1. 17. 18:46
#/etc/profile 추가


export ORACLE_BASE=/home/oracle
export ORACLE_SID=SID
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export PATH=$PATH:$ORACLE_HOME/bin export DISPLAY=:0.



#복사해서 붙여서 그냥 실행해 버리면
 

cat >> /etc/sysctl.confg <<EOF
kernal.shmall = 2097152
kernal.shmmax = 214783648
kernal.shmmni = 4096
kernel.sem = 205 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmeme_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
EOF

# sysctl에 잘 들어가 있는지 확인

/sbin/sysctl -p

# oracle 사용자 계정의 shell Limit 설정

cat >> /etc/security/limits.conf <<EOF
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
EOF

# oracle 그룹 및 사용자 계정 생성

groupadd -g 5000 dba
useradd -g dba oracle
passwd oracle
chmod 771 /home/oracle

#필요한 rpm

# oracle 설치 파일을 /home/oracle에 두고 압축을 푼다.

# oralcle 설치를 시작한다

./runinstaller -ignoreSysPrereqs

-ignoreSysPrereqs 오션을 주지 않으면 fail만 난다.




공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/01   »
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
글 보관함