본문 바로가기

오라클/오라클 실무

RAC 명령어


cluster 종료  crsctl stop crs
cluster 시작 명령어 crsctl start crs -wait

cluster 기동 확인 명령어  crsctl stat res -t 

crsctl disable crs
-RAC 자동시작off
crsctl config crs
-RAC 자동시작 옵션 확인
crsctl enable crs
-RAC 자동시작옵션 on


crsctl stat res -p >> rac_stat.txt

http://dbtech.co.kr/bbs/?bo_c=1040&bo_v=512


crsctl stat res ora.oradb.db -p |grep AUTO_START
db가 auto start 안되면 확인해야함


srvctl 명령어 

DB이름으로 DB 종료  srvctl stop database -d db_name 
srvctl start database


https://dbaclass.com/article/useful-srvctl-commands/

srvctl start database -d oradb -o nomount
srvctl start database -d oradb -o mount
srvctl start database -d oradb -o open


'오라클 > 오라클 실무' 카테고리의 다른 글

Materialized View란?  (0) 2022.10.07
RMAN 백업셋팅  (0) 2022.08.18
Dba_profile  (0) 2022.08.05
Impdp 가 실행 되었을 때 처리 순서  (0) 2022.08.01
AWR(Automatic Workload Repository)  (0) 2022.07.15