DBSHUT and shutdown immediate [message #214073] |
Sun, 14 January 2007 16:51 |
koff10
Messages: 58 Registered: December 2006 Location: france
|
Member |
|
|
hi all,
I'm trying to use oracle script DBSHUT to shutdown oracle database by using linux crontab.
But I don't know if dbshut command call shutdown immediate or shutdown normale ?
If dbshut is shutdown normale then my database will take more time to shutdown oracle instance because of
users connection .
It's for me the wrong solution.
Thank for help.
koff10
|
|
|
|
|
Re: DBSHUT and shutdown immediate [message #214281 is a reply to message #214073] |
Mon, 15 January 2007 11:25 |
sshpocp
Messages: 9 Registered: January 2007 Location: India
|
Junior Member |
|
|
Hi,
I hope you know the different stages of Shutdown.
a. Shutdown (Normal - Default)
b. Shutdown Immediate
c. Shutdown Transactional
d. Shutdown Abort
Change your script accordingly.
|
|
|
|