Nope! The answer is incorrect. When you shutdown the services, it does a shutdown abort in the back end. You'll find that it does an instance recovery on startup. This is what I implemented to shutdown gracefully.
1. From svrmgrxx do a shutdown immediate or shutdown .
2. Once you have done this you can stop the services.
Hope this helps.
Main Topics
Browse All Topics





by: hvetsaPosted on 1998-11-23 at 15:04:33ID: 1082718
When you shutdown or stop service the Instance will shutdown normal.
If you want to do immediate or abort you have to use svrmgr23 from the command line. The option NORMAL is default
There is no shutdown immediate first and shutdown abort next. All the three option do the same but differently. The order of preference should be
NORMAL
IMMEDIATE
ABORT( Only with an expert advise like Oracle Tech Support)