flash_recovery_area空間壓力導致ORA-01033:ORACLE 正在初始化或關閉

來源:互聯網
上載者:User

處理方法如下:

          SQL> conn / as sysdba
          已串連。
          SQL> conn hr/hr
          ERROR:
          ORA-01033: ORACLE 正在初始化或關閉
         
         
          警告: 您不再串連到 ORACLE。
         
          SQL> shutdown immediate
          ORA-01109: 資料庫未開啟
         
         
          已經卸載資料庫。
          ORACLE 常式已經關閉。
          SQL> startup
          ORACLE 常式已經啟動。
         
          Total System Global Area                          612368384 bytes
          Fixed Size                                          1250428 bytes
          Variable Size                                     180358020 bytes
          Database Buffers                                  423624704 bytes
          Redo Buffers                                        7135232 bytes
          資料庫裝載完畢。
          ORA-16038: 日誌 3 序號 108 無法歸檔
          ORA-19809: 超出了恢複檔案數的限制
          ORA-00312: 聯機日誌 3 線程 1:
          'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\ONLINELOG\O1_MF_3_7TQZWZOY_.LOG'
          ORA-00312: 聯機日誌 3 線程 1:
          'D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\ONLINELOG\O1_MF_3_7TQZX11D_.L
          OG'
          SQL> alter system set db_recovery_file_dest_size=5g;
         
          系統已更改。
         
          SQL> archive log start;
          已處理的語句
          SQL> archive log next;
          已存檔一個日誌。
          SQL> alter database open;
         
          資料庫已更改。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.