<오라클 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


뇌를 자극하는 오라클 프로그래밍 SQL&PL/SQL
국내도서>컴퓨터/인터넷
저자 : 홍형경
출판 : 한빛미디어 2008.01.07
상세보기

에프엑스(f(x)) - NU 예삐오(NU ABO) [Mini Album] [초회 한정 단체컷 포토카드 1장 증정]
음반>가요
아티스트 : 에프엑스(f(x))
출시 : 2010.05.04
상세보기

'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

+ Recent posts