ERROR: ORA-01033: ORACLE initialization or shutdown in progress Oracle无法启动的解决
錯誤如圖:
第一步輸入:C:\Users\asus>sqlplus/nolog
SQL*Plus: Release 11.2.0.1.0 Production on 星期六 3月 4 09:04:15 2017
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL>
第二步輸入:conn sys/changge_on_install as sysdba;//管理用連接
第三步:SQL> shutdown normal
ORA-01109: 數(shù)據(jù)庫未打開
已經(jīng)卸載數(shù)據(jù)庫。
ORACLE 例程已經(jīng)關(guān)閉。
第四步:SQL> startup mount
ORACLE 例程已經(jīng)啟動。
Total System Global Area 535662592 bytes
Fixed Size 1375792 bytes
Variable Size 213909968 bytes
Database Buffers 314572800 bytes
Redo Buffers 5804032 bytes
數(shù)據(jù)庫裝載完畢。
第五步:SQL> alter database open;
alter database open
*
第 1 行出現(xiàn)錯誤:
ORA-01157: 無法標(biāo)識/鎖定數(shù)據(jù)文件 6 - 請參閱 DBWR 跟蹤文件
ORA-01110: 數(shù)據(jù)文件 6: 'F:\TABLESPACE\TS1.DBF'
第六步:alter database datafile 19 offline drop;//將剛才的6文件drop
第七步:繼續(xù)輸入shutdown normal,startup mount,alter database open;
這個時候就連接成功了。
?
轉(zhuǎn)載于:https://www.cnblogs.com/void-m/p/6500546.html
總結(jié)
以上是生活随笔為你收集整理的ERROR: ORA-01033: ORACLE initialization or shutdown in progress Oracle无法启动的解决的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: WAMPServer自定义网站根目录
- 下一篇: weblogic自带的jdk是在工程的包