Error during stoping of service [message #138990] |
Mon, 26 September 2005 04:36 |
d.dineshkumar
Messages: 211 Registered: April 2005 Location: Kolkatta
|
Senior Member |
|
|
hi all,
when i wnat to stop my data base service from control panel of my win-2003 server i could not stop it properly ,its showing a status stoping .And is not stopped for a long time so i have to restart the machine to restart the service.
i am using 9.2.0.6.
Thanks and regds
dinesh
|
|
|
|
|
Re: Error during stoping of service [message #139004 is a reply to message #138999] |
Mon, 26 September 2005 05:10 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
Always better to shutdown the database first before closing the service .
( steps to shutdown )
1. Connect as sysdba
SQL> conn sys/paswd as sysdba
2. shutdown ( if no other user is connected to the database )
SQL> shutdown
regards,
tarun
|
|
|
|
|
|