오라클 10g RAC startup / shutdown
개발/DB2010. 11. 24. 20:30
728x90
# DB 기동 ( 서버1) : 1,2 에서 각각. : linux1 : 서버명 , orcl : DB명 , orcl1 : SID명
$ srvctl start nodeapps -n linux1
$ srvctl start asm -n linux1
$ srvctl start instance -d orcl -i orcl1 ( DB 올리는 명령어 )
# DB shutdown
$ srvctl stop instance -d orcl -i orcl1 ( DB 내리는 명령어 )
$ srvctl stop asm -n linux1
$ srvctl stop nodeapps -n linux1
기존 방식대로 사용해도 상관없지만 위와 같이 사용하란다.
아마 리눅스에서만 해당될 듯 싶다. ^^;
728x90
댓글 영역