Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: stopping oracle database via batch-file
The type of shutdown depends on what the registry entry
HKLM\SOFTWARE\ORACLE\HOME<n>\ORA_<SID>_SHUTDOWNTYPE contains, where <n> is 0
if you have only one Oracle Home or another number if there are more, <SID>
is the db instance name.
Default value is 'i' for immediate.
If you don't like to shutdown immediateley, you can put 'n' for NORMAL.
For more information refer to the Administrator's Guide for Windows,
available at:
http://tahiti.oracle.com/
Bye,
Flavio
"tom" <t.p.sapbasis_at_gmx.net> wrote in message
news:b32q8j$jcb$1_at_lore.csc.com...
> hello,
>
> i'd like to know if the windows command net stop <oracleinstance - in my
> case SAP<SID>_XX > performs a clean shutdown of the database or crashes
it?
>
> can someone help me to find informations about that?
> thanx
> tom
>
Received on Thu Feb 20 2003 - 10:26:09 CST
![]() |
![]() |