ORA-01033: ORACLE initialization or shutdown in progress Problems

Source: Internet
Author: User


ORA-01033: ORACLE initialization or shutdown in progress problem ORA-01033: ORACLE initialization or shutdown in progress solution: Command Line: sqlplus "/as sysdba" entering sqlpluswww.2cto.com SQL> shutdown normalORA-01109: the database has not been opened and has been detached. The ORACLE routine has been disabled. SQL> start mountSP2-0310: Unable to open file "mount. SQL" SQL> startup mountORACLE routine started. Total System Global Area 612368384 bytesFixed Size 1332348 bytesVariable Size 183151492 bytesDatabase Buffers 423624704 bytesRedo Buffers 4259840 bytes database loaded. SQL> alter database open; row 1st error: ORA-01157: unable to identify/lock Data File 5-see DBWR trace file ORA-01110: Data File 5: 'f: \ database \ oracle \ namespace \ 01. DBF 'SQL> alter database datafile 5 offline drop; [5 is in the data file] www.2cto.com continue to execute SQL> alter database open; if Error 6 appears again, execute the statement again until the database is changed. SQL> shutdown normal database has been disabled. The database has been detached. The ORACLE routine has been disabled. The SQL> startupORACLE routine has been started. Www.2cto.com Total System Global Area 612368384 bytesFixed Size 1332348 bytesVariable Size 187345796 bytesDatabase Buffers 419430400 bytesRedo Buffers 4259840 bytes the database has been loaded. The database has been opened. Connect pl \ SQL again.
 

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.