原文:ORA-01157報錯"cannot identify/lock data file"解決

sqlplus以管理員方式接入 數據庫,啟動時出現報錯,如下: gt sqlplus as sysdba SQL gt startup ...... ORA : cannot identify lock data file see DBWR trace file ORA : data file : tmp test.dbf 查看數據庫日志文件alert ORACLE SID.log,存在對應報錯 ...

2016-12-08 20:14 0 1825 推薦指數:

查看詳情

ORA-01157 & ORA-01110

/epps_j000_12672.trc: ORA-01157: cannot identif ...

Sat Apr 18 00:32:00 CST 2015 2 5341
OSError: cannot identify image file

OSError: cannot identify image file <_io.BytesIO object at 0x00000236DD598BF8> 說一下為什么會出現OSError 操作系統不能執行指定的任務(如打開文件)時引發的,有多個子類。 我出現的原因是 ...

Mon Jan 14 06:56:00 CST 2019 1 4443
ORA-01157:無法標識/鎖定數據文件,ORA-01110:表空間丟失錯誤

先說明,我出現此錯誤的原因是:刪除的表空間,而表空間的文件datafile還在,在startup Oracle例程時,根據這個datafile找不到對應的表空間,所以會報錯解決方法: num為ORA-01110后面的錯誤信息,例如 6即為num。 然后在進行 ...

Wed Jun 12 18:52:00 CST 2019 0 777
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM