Oracle:ORA-01219:database not open:queries allowed on fixed tables/views only


Oracle:ORA-01219:database not open:queries allowed on fixed tables/views only

問:

解決 ORA-01219:database not open:queries allowed on fixed tables/views only 需要幾步?

答:

4 步

第一步:打開 SQL Plus 連接數據庫;

第二步:嘗試執行:

alter database open;

肯定沒這么簡單,查看報錯,拷貝報錯文件地址。

第三步:干掉這個文件(其實你可能沒有這個文件):

alter database datafile '文件地址' offline drop;

第四步:再次執行:

alter database open;

成功:


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM