본문
5. Oracle 10g 설치 및 패치
5-1) 엔진 설치
> 설치 파일 압축 해제
[oracle@rac1 install]$ unzip 10201_database_linux32.zip
> 설치 파일 실행
[oracle@rac1 install]$ cd database/
[oracle@rac1 database]$ ./runInstaller
[다음] >>
[Enterprise Edition] 선택 >> [제품언어] 선택 >>
[선택된 언어] : [한국어] [영어] 확인 >> [다음] >>
[다음] >>
[이름] [경로] >> [다음] >>
※ [이름] [경로] 동일하게 지정
▶ 이름 : OraDb10g_home1 ▶ /home/oracle/product/10.2/db
[모두선택] >> [다음] >>
[다음] >>
[데이터베이스 소프트웨어만 설치] 선택 >> [다음] >>
[설치] >>
설 치 중 ! ! !
[구성 스크립트 실행] 실행 >>
> 스크립트 실행
[oracle@rac1 ~]$ su -
PASSWORD
[root@rac1 ~]# /home/oracle/product/10.2/db/root.sh
ENTER
> 스크립트 실행
[oracle@rac2 ~]$ su -
PASSWORD
[root@rac1 ~]# /home/oracle/product/10.2/db/root.sh
ENTER
[종료] >>
[예] >>
> 현재 버전 확인
[oracle@rac1 ~]$ sqlplus /nolog
SQL*Plus : Release 10.2.0.1.0 - Production on Thu Oct 24 11:50:39 2013
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL>
> 현재 버전 확인
[oracle@rac2 ~]$ sqlplus /nolog
SQL*Plus : Release 10.2.0.1.0 - Production on Thu Oct 24 11:52:03 2013
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL>
5-2) 엔진 패치
> 설치 파일 실행
[oracle@rac1 install]$ cd Disk1/
[oracle@rac1 Disk1]$ ./runInstaller
[다음] >>
[이름] [경로] >> [다음] >>
※ [이름] [경로] 동일하게 지정
▶ 이름 : OraDb10g_home1 ▶ /home/oracle/product/10.2/db
[다음] >>
[다음] >>
[다음] >>
[설치] >>
설 치 중 ! !
[구성 스크립트 실행] 실행 >>
> 스크립트 실행
[oracle@rac1 ~]$ su -
PASSWORD
[root@rac1 ~]# /home/oracle/product/10.2/db/root.sh
y
y
y
> 스크립트 실행
[oracle@rac2 ~]$ su -
PASSWORD
[root@rac2 ~]# /home/oracle/product/10.2/db/root.sh
y
y
y
[종료] >>
[예] >>
> 현재 버전 확인
[oracle@rac1 ~]$ sqlplus /nolog
SQL*Plus : Release 10.2.0.4.0 - Production on Thu Oct 24 12:23:30 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
SQL>
> 현재 버전 확인
[oracle@rac2 ~]$ sqlplus /nolog
SQL*Plus : Release 10.2.0.4.0 - Production on Thu Oct 24 12:23:50 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
SQL>
Oracle 10g 엔진 패치 완료 !
'Oracle_Install > └ RAC_RAW' 카테고리의 다른 글
RHEL4+10g+RAC_Raw device (리스너 구성 + DB생성) (0) | 2014.08.06 |
---|---|
RHEL4+10g+RAC_Raw device (Clusterwar 설치+패치+vip) (0) | 2014.08.06 |
RHEL4+10g+RAC_Raw device (node_1, node_2 설정) (10) | 2014.08.05 |
RHEL4+10g+RAC_Raw device (리눅스 설치) (0) | 2014.08.04 |
RHEL4+10g+RAC_Raw device (VMware 설정) (0) | 2014.08.04 |