Ora-01033:oracle initialization or shutdown in progress

Source: Internet
Author: User

Refer to Article http://www.cnblogs.com/wangsaiming/p/3688141.html

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\administrator>sqlplus/nolog

Sql*plus:release 9.2.0.1.0-production on Monday May 4 10:29:31 2015

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Sql> connect Sys/change_on_install as SYSDBA;
is connected.
sql> shutdown normal;
ORA-01109: Database is not open


The database has been uninstalled.
The ORACLE routine has been closed.
sql> startup Mount;
The ORACLE routine has been started.

Total System Global area 126950220 bytes
Fixed Size 453452 bytes
Variable Size 109051904 bytes
Database buffers 16777216 bytes
Redo buffers 667648 bytes
The database is loaded.
sql> ALTER DATABASE open;
ALTER DATABASE Open
*
ERROR on line 1th:
ORA-01113: File 11 requires media recovery
ORA-01110: Data File One by one: ' F:\ORACLE\ADMIN\ZY. DBF '


Sql> ALTER DATABASE datafile one offline drop;

The database has changed.

sql> ALTER DATABASE open;

The database has changed.

sql> shutdown normal;
The database is closed.
The database has been uninstalled.
The ORACLE routine has been closed.
sql> startup Mount;
The ORACLE routine has been started.

Total System Global area 126950220 bytes
Fixed Size 453452 bytes
Variable Size 109051904 bytes
Database buffers 16777216 bytes
Redo buffers 667648 bytes
The database is loaded.
sql> ALTER DATABASE open;

The database has changed.

Sql>

Ora-01033:oracle initialization or shutdown in progress

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.