ORA-01033: Oracle initialization or shutdown in progress solution!

Source: Internet
Author: User

Once the Oracle system was started when the system was started, an error message was prompted when connecting with the client tool: Oracle startup error. ORA-01033: Oracle initialization or shutdown in progress, and then enter the console to find that the database is not open, in the service, oraclesid Database Service display start (Note: generally successful start should be started ), it is found that you cannot start/pause/restart, and other services are started, by logging into the OEM to open the database, the error message: ora-01154: Database busy. open, close, mount, and dismount not allowed now, set the oraclesid service to start manually and restart the machine. The startup function is available, but the system still prompts that the startup information is unavailable, you can only log on to the Oracle console. Run the following command to successfully open the database:

1. sqlplusw/As sysdba;
2. Shutdown abort;
3. startup Mount;
4. Recover database;
5. Alter database open;

 

Note: The above only applies to some Windows operating systems!

 

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.