ERROR: ORA-01033: ORACLE initialization or shutdown in progress Oracle沒法啓動的解決

錯誤如圖:sql

第一步輸入:C:\Users\asus>sqlplus/nolog數據庫

SQL*Plus: Release 11.2.0.1.0 Production on 星期六 3月 4 09:04:15 20173d

Copyright (c) 1982, 2010, Oracle. All rights reserved.orm

SQL>blog

第二步輸入:conn sys/changge_on_install as sysdba;//管理用鏈接io

第三步:SQL> shutdown normalfile

ORA-01109: 數據庫未打開im


已經卸載數據庫。
ORACLE 例程已經關閉。
第四步:SQL> startup mount
ORACLE 例程已經啓動。數據

Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 213909968 bytes
Database Buffers 314572800 bytes
Redo Buffers 5804032 bytes
數據庫裝載完畢。
第五步:SQL> alter database open;
alter database open
*
第 1 行出現錯誤:
ORA-01157: 沒法標識/鎖定數據文件 6 - 請參閱 DBWR 跟蹤文件
ORA-01110: 數據文件 6: 'F:\TABLESPACE\TS1.DBF'db

第六步:alter database datafile 19 offline drop;//將剛纔的6文件drop

第七步:繼續輸入shutdown normal,startup mount,alter database open;

這個時候就鏈接成功了。

相關文章
相關標籤/搜索