您好,登錄后才能下訂單哦!
今天對測試庫發出shutdown immediate命令后觀察日志發現如下內容:
Tue May 12 09:52:45 2015
SHUTDOWN: Active processes prevent shutdown operation
shutdown被活動的進程阻止了,Ctrl+C無法中斷當前回話,退出重連服務器,打開新的會話:
[oracle@021Y-SH-BKAP ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Tue May 12 09:54:17 2015 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected. SQL> shutdown immediate ORA-24324: service handle not initialized ORA-24323: value not allowed ORA-01089: immediate shutdown in progress - no operations are permitted SQL> startup abort ORA-01031: insufficient privileges
查看報錯信息
oracle@021Y-SH-BKAP ~]$ oerr ora 01089 01089, 00000, "immediate shutdown in progress - no operations are permitted" // *Cause: The SHUTDOWN IMMEDIATE command was used to shut down // a running ORACLE instance, so your operations have been // terminated. // *Action: Wait for the instance to be restarted, or contact your DBA.
退出會話再次重新連接
SQL> exit Disconnected [oracle@021Y-SH-BKAP ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Tue May 12 09:57:24 2015 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected. SQL> shutdown abort ORACLE instance shut down.
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。