Processing of Oracle database startup times ORA-03113

Source: Internet
Author: User
Occurrence: Previously because the database query a simple statement is very slow, and then restart the machine resulting in file state may be inconsistent, because the normal shutdown database in conjunction with the verification of files, so that the time to restart the file point of view consistent. As a result, the database does not start properly, the machine restarts and the database starts as follows:

The solution found on the Web is as follows: Sql> Conn/as SYSDBA is connected to an idle routine. The Sql> startup Mount ORACLE routine has started. Sql> select * from V$log;

sql> recover database until time ' 2014-07-18 23:12:12 '-this point is based on the above log, select a normal working point in time to restore
Complete media recovery. sql> ALTER DATABASE open resetlogs;
The database has changed.

sql> Shutdown sql> Startup
The database has been started normally, and the data can be backed up properly.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.