Oracle Database startup reports ORA-03113 error resolution, oracleora-03113

Source: Internet
Author: User

Oracle Database startup reports ORA-03113 error resolution, oracleora-03113

Scenario:

Previously, a simple statement for database query was slow, and the file status may be inconsistent when the machine is restarted, because the database is shut down and the files are verified synchronously, so that the file time points are consistent during the restart. As a result, the database cannot be started normally. After the machine is restarted, the database is started as follows:

The solution found on the internet is as follows:

SQL> conn/as sysdba

Already connected to the idle routine.

SQL> startup mount

The ORACLE routine has been started.

SQL> select * from v $ log;

SQL> recover database until time '2017-07-18 23:12:12 '-- this time point selects a normal working time point based on the time shown in the preceding log for recovery.

Media recovery is completed.

SQL> alter database open resetlogs;

The database has been changed.

SQL> shutdown

SQL> startup

Now the database has started properly and data can be backed up normally.

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.