1. ORACLE HOME |
1) Oracle 계정으로 접근
2) DB/Listener SHUTDOWN 명령어: shutdown immediate
3) 환경변수설정 명령어: . ./. profile or bash_profile
4) umask 수행 명령어: umask 022
5) slibclean 수행 - AIX OS의 경우에만 root 계정으로 slibclean을 실행하고 5분 후에 다시 한번 slibclean을 실행 명령어: slibclean
6) Relink 수행 명령어: $ORACLE_HOME/bin/relink all >> relink.out
7) 로그 확인 명령어: $ORACLE_HOME/install/relink.log
8) root 유저로 rdbms home의 root.sh 수행 명령어: cd ~oracle/.profile (Oracle 환경변수 적용) |
2. ORAGRID HOME |
1) root 계정으로 접근 및 Grid 환경변수 적용 명령어: cd ~oragrid -> . ./.profile (환경변수 설정)
2) Grid Shotdown 명령어: crsctl stop crs
3) Grid 엔진 unlock $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/crs/install/roothas.pl - unlock
4) Oragrid 계정으로 접근
5) config.o 백업 명령어: ls -l $ORACLE_HOME/rdbms/lib/config.o
6) Relink 수행 명령어: $ORACLE_HOME/bin/relink all
7) 로그 확인 명령어: $ORACLE_HOME/install/relink.log
8) root 계정으로 접근 및 root.sh 수행 명령어: cd ~oragrid -> . ./.profile (환경변수 설정)
9) 상태 확인 |
'1. IT Story > Scripts' 카테고리의 다른 글
오라클 운영중인 테이블 Loop Commit 작업 스크립트 (0) | 2020.12.24 |
---|---|
PostgreSQL Partition table 조회 스크립트 (2) | 2019.06.15 |
Oracle 동일 SQL_ID의 실행 변경사항 계획 비교 스크립트 (0) | 2019.05.17 |
Oracle 실시간 Session 조회 스크립트 (0) | 2019.04.29 |
Oracle ASH TOP Activity (0) | 2019.04.28 |
Oracle Oradebug Ashdump를 통한 Trace 생성 스크립트 (0) | 2019.04.27 |
PostgreSQL Vaccum(XID) 관리 스크립트 (0) | 2019.04.25 |
Oracle Awr Generator (0) | 2019.04.22 |