Oracle 10g 報 ORA-00313 錯誤的解決

來源:互聯網
上載者:User

最近由於清理系統,最佳化軟體把 oralce 的記錄檔誤刪除了,結果啟動的時候 Oracle 報 ORA-00313 和 ORA-00312 錯誤。

在“運行”中執行命令:sqlplusw /nolog
SQL> conn / as sysdba
已串連。
SQL> select status from v$instance;
STATUS
------------
MOUNTED
SQL> recover database until time '2011-10-01 00:00:00';
完成介質恢複。
SQL> alter database open resetlogs;
資料庫已更改。

啟動成功,看來以後清理系統要小心啦。

相關文章

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.