數(shù)據(jù)庫啟動(dòng)報(bào)錯(cuò):ORA-01157,ORA-01110
2021-08-10 17:57 作者:夜灬長夢(mèng)多 | 我要投稿
數(shù)據(jù)庫啟動(dòng)時(shí)報(bào)錯(cuò):
SQL> startup
oracle例程已經(jīng)啟動(dòng)
......
ORA-01157:無法識(shí)別/鎖定數(shù)據(jù)文件 6 - 請(qǐng)參閱DBWR跟蹤文件
ORA-01110:數(shù)據(jù)文件6 'D:\oradata\user.dbf'
處理方法:
SQL> shutdown
SQL> startup mount
在mount狀態(tài)下,將異常的數(shù)據(jù)文件進(jìn)行offline
SQL> alter database datafile 6 offline drop;
SQL> shutdown immediate
SQL> startup
oracle例程已經(jīng)啟動(dòng)
......
數(shù)據(jù)庫裝載完畢
數(shù)據(jù)庫已經(jīng)打開

標(biāo)簽: