After today's shutdown immediate command issued to the test library, the observation log found the following:
Tue May 12 09:52:45 2015
Shutdown:active processes Prevent SHUTDOWN operation
Shutdown is blocked by the active process, CTRL + C cannot interrupt the current reply, exit the re-connect server, open a new session:
[Email protected] ~]$ sqlplus/as sysdbasql*plus:release 11.2.0.1.0 Production on Tue May 09:54:17 2015Copyright (c ) 1982, Oracle. All rights reserved. connected.sql> shutdown Immediateora-24324:service handle not initializedora-24323:value not allowedORA-01089: Immediate shutdown in Progress-no operations is permittedsql> startup Abortora-01031:insufficient privileges
View error messages
[Email protected] ~]$ oerr ora 0108901089, 00000, "immediate shutdown in progress-no operations is permitted"//*cause: The SHUTDOWN IMMEDIATE command is used to shut down//a running ORACLE instance, so your operations has been// terminated.//*action:wait for the instance to is restarted, or contact your DBA.
Quit session Reconnect again
sql> Exitdisconnected[[email protected] ~]$ sqlplus/as sysdbasql*plus:release 11.2.0.1.0 Production on Tue 12 0 9:57:24 2015Copyright (c) 1982, Oracle. All rights reserved. connected.sql> shutdown abortoracle instance shut down.
This article is from the "linuxoracle" blog, make sure to keep this source http://onlinekof2001.blog.51cto.com/3106724/1650512
Oracle Fault Analysis ORA-01089