Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: shutdown/startup Oracle8 NT

Re: shutdown/startup Oracle8 NT

From: <hartleym_at_netcomuk.co.uk>
Date: Sat, 10 Oct 1998 22:40:04 GMT
Message-ID: <361fe200.15568764@nntp.netcomuk.co.uk>

If all you want to do is shutdown then

export ORACLE_SID=sid
svrmgrl
connect internal
shutdown
exit

If all you want to do is start up then

export ORACLE_SID=sid
svrmgrl
connect internal
startup
exit Received on Sat Oct 10 1998 - 17:40:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US