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: stopping oracle database via batch-file

Re: stopping oracle database via batch-file

From: FC <flavio_at_tin.it>
Date: Thu, 20 Feb 2003 16:26:09 GMT
Message-ID: <Bk75a.281401$AA2.10678698@news2.tin.it>


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

Original text of this message

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