<오라클 StartUP>
#su - oracle
oracle]#svrmgrl
SVRMGR> connect internal
SVRMGR> startup
SVRMGR> quit
oracle8]#lsnrctl start ->Listene startup
oracle8]#ps -ef|grep ora_ ->oracle daemon process 확인
oracle8]#ps -ef|grep LIS ->Listene 확인
<오라클 ShutDown>
#su - oracle
oracle]#svrmgrl
SVRMGR> connect internal
SVRMGR> shutdown immediate
SVRMGR> quit
oracle8]#lsnrctl stop
oracle8]#ps -ef|grep ora_
oracle8]#ps -ef|grep LIS
![]() |
|
![]() |
|
'TECHNOLOGY > Database' 카테고리의 다른 글
MS-SQL 버전 확인 쿼리문 (2) | 2013.05.08 |
---|---|
MS SQL 데몬 재시작 (1) | 2013.04.19 |
MySQL DB 자동 저장 Script (0) | 2012.04.24 |
Mysql 백업 및 복구 (0) | 2012.04.23 |
scott user 생성 스크립트 (0) | 2011.02.13 |