shutdown/startup [message #172835] |
Thu, 18 May 2006 04:20 |
anandhi
Messages: 31 Registered: April 2006 Location: Chennai
|
Member |
|
|
hi
how to shutdown/startup database without SQL*PLUS windows
ie using operating system commands how to start/shutdown the database?
Thanks
Anandhi
|
|
|
|
|
Re: shutdown/startup [message #174415 is a reply to message #174351] |
Mon, 29 May 2006 04:01 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
@anandhi
Which OS?
IN case of windows, you can use windows services & their respective registry settings for this purpose. & also, yes, oradim is one of the options, but it again start/stop the windows service only.
@JS
There's no oradim in unix.
--Girish
|
|
|
|
Re: shutdown/startup [message #174442 is a reply to message #174428] |
Mon, 29 May 2006 04:33 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
@JS
oops.... ya true.. u never said that.
Actually I mistook it as a generalized statement as no OS info was mentioned in the 1st thread.
--Girish
|
|
|
|
|
|
|
|
|
Re: shutdown/startup [message #175721 is a reply to message #175612] |
Mon, 05 June 2006 02:37 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
@Animesh
Anyway, as far as I know, the database can be brought down in Windows by simply shutting/restarting the Windows. It will automatically stop all services.
NOt necessarily. You need to check the registry values (a number of them.. like shutdown type, wait time etc.) for that oracle service.
SHutting down oracle this way (without specifying correct registry settings), by restarting windows may casue instance to abort & database getting corrupted.
C:\>net stop <service-name>
It is always better to go conventional way of shutdown or startup.
Yes, IMHO that should be the way.
--Girish
|
|
|