ORACLE關閉啟動的詭異錯誤

來源:互聯網
上載者:User

標籤:複製   bsp   abort   環境   securecrt   導致   查看   啟動   value   

在自己虛擬機器搭建的ORACLE資料庫環境下,折騰搗鼓做實驗時,不知道什麼特殊的改動、操作導致從SQL*PLUS裡啟動資料庫執行個體時,報如下錯誤:

然後用startup nomout啟動時,任然報ORA-10997,ORA-09968等錯誤,於是查看了一下ora相關進程,探索資料庫的進程都在,也就是說

在某次關閉資料庫時,出現了異常導致資料庫執行個體根本沒有關閉的情況下出現了該錯誤((期間我使用shutdown immediate後,還沒看到出結果,一不小心點錯了,就將SecureCRT關閉了)),於是出現了下面一幕:

於是使用 shutdown immediate 命令關閉資料庫,結果報ORA-24324、ORA-24323、ORA-01089等錯誤

SQL> shutdown immediate;

ORA-24324: service handle not initialized

ORA-24323: value not allowed

ORA-01089: immediate shutdown in progress - no operations are permitted

於是使用shutdown abort命令來關閉資料庫,結果報ORA-01031: insufficient privileges

於是通過CRT複製一個會話後,重新登入資料庫,然後使用shutdown abort將資料庫關閉。

SQL> shutdown abort

ORACLE instance shut down.

SQL>

 

ORACLE關閉啟動的詭異錯誤

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.