옷! 한방에 안들어가네요..^^;;
CLASSPATH="$CLASSPATH:$ORACLE
CLASSPATH="$CLASSPATH:$ORACLE
export CLASSPATH
12) P3006854를 실행한다 .
[root@testserver Disk]# cd /Disk/3006854/
[root@testserver 3006854]# chmod +x rhel3_pre_install.sh
[root@testserver 3006854]# ./rhel3_pre_install.sh
13) 세마포어와 공유메모리값의 적용을 위해 재부팅
14) Oracle 설치
설치시 root계정으로 로그인 후 X-Window를 실행하고 터미널 창을 두개 띄워
위쪽 창은 root 계정으로 아래쪽 창은 oracle 계정으로 작업하도록 한다 .
[root@testserver root]# su - oracle
로컬에서 OUI를 띄우기 위하여 허가권을 내준다.
[root@testserver root]# xhost + 127.0.0.1 또는
[root@testserver root]# xhost + testserver (호스트명 hostname)
다운받은 오라클 설치 프로그램의 압축을 푼 디렉토리로 이동합니다.
[oracle@testserver oracle]$ cd /Disk/Disk1
[oracle@testserver Disk1]$ ./runInstaller
15) OUI화면에서 Next로 진행하다 UNIX Group Name 화면에서 oinstall을 입력한다.
16) 팝업이 뜨면서 쉘을 실행하라고 나온다. 루트권한으로 해당 쉘을 실행한다.
- [root@testserver tmp]# cd /tmp
- [root@testserver tmp]# ./orainstRoot.sh
17) Available Products화면에서 Product Languages버튼을 클릭한다.
- Korea를 추가한다.
18) Database Identification화면에서 global database name을 입력한다 .
- ORCL
19) Database Character Set화면에서 RDBMS에서 사용할 캐릭터셋을 선택한다 .
- Korean KO16MSWIN949
20) 팝업이 뜨면서 쉘을 실행하라고 나온다. 루트권한으로 해당 쉘을 실행한다.
- [root@testserver tmp]# cd /opt/oracle/product/9.2.0.4.0/
- [root@testserver tmp]# ./ root.sh
- Enter the full pathname of the local bin directory : [/usr/local/bin]: /usr/local/bin를 입력한 후 엔터
21) Completing Databse Createion 오류메세지 팝업 시 OK버튼으로 계속 진행
- Agent Configuration Assistant 오류는 opatch 설치 이후 처리.
4. OEM 설정
1) OPatch설치
- p2617419_10102_GENERIC.zip의 압축을 푼다.
- 풀린 OPatch 디렉토리를 /opt/oracle/ 로 복사한다.
- .bashprofile 패스 추가 export PATH=$PATH:/opt/oracle/Opatch
- /etc/oraInst.loc 을 /opt/oracle/product/9.2.0.4.0/에 복사한다.
- p3238244_9204_linux.zip압축을 푼다.
- 3238244디렉토리를 /opt/oracle/ 로 복사한다 .
2) [oracle@tserver oracle]$ opatch apply /opt/oracle/3238244
- Please respond Y|N > y를 입력한다.
3) 리스너 실행
- [oracle@tserver oracle]$ lsnrctl start
4) Oracle Enterprice Manager 실행
- [oracle@tserver oracle]$ emca