SHUTDOWN: Active sessions prevent database close operation [message #208135] |
Fri, 08 December 2006 05:12 |
laksha
Messages: 42 Registered: June 2006
|
Member |
|
|
It is taking a lot of time for the database to shutdown. Here I am doing a shutdown immediate,Doing a cold backup and again starting the database.
Whats the time at which the complete shutdown takes place.. Is it 4:38:28 or is it 5:40:09 ?
In this case the sequential command in my shell script to copy the db files starts immediately after 04:38:28. Is this correct?
Is the database shuting down completely at all? because the error " SHUTDOWN: Active sessions prevent database close operation "
is shown.
The following is the snippet from the database alert log.
Fri Dec 8 03:37:10 2006
Shutting down instance: further logons disabled
Shutting down instance (immediate)
License high water mark = 266
Fri Dec 8 03:42:19 2006
Active call for process 24754 user 'oraprod' program 'oracle@proddb (TNS V1-V3)'
SHUTDOWN: waiting for active calls to complete.
Fri Dec 8 04:38:28 2006
SHUTDOWN: Active sessions prevent database close operation
Fri Dec 8 05:40:09 2006
SMON offlining US=13
SMON offlining US=14
SMON offlining US=15
SMON offlining US=16
SMON offlining US=17
SMON offlining US=18
SMON offlining US=19
Fri Dec 8 05:42:13 2006
Starting ORACLE instance (normal)
|
|
|
|
|
|