티스토리 뷰
#/etc/profile 추가
#복사해서 붙여서 그냥 실행해 버리면
/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만 난다.
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.
#복사해서 붙여서 그냥 실행해 버리면
# sysctl에 잘 들어가 있는지 확인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
/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
링크
TAG
- 셋업
- 연차
- width
- MSSQL
- DB링크
- Setup
- 문자열
- SQL
- 오라클
- 윈도우 인증
- NSIS
- 아이프레임
- ajax
- height
- 팝업
- onblur
- 프로시저
- 정규식
- unique
- 에누리
- 프로시져
- 이벤트
- 제약조건
- 이벤트 상속
- 크롬
- scrollHeight
- 스크립트
- 배열 변환
- 디비링크
- 리사이즈
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함