ORA-01157: cannot identify/lock data file 13 - see DBWR trace file

作者:outlela  来源:本站原创   发布时间:2024-4-8 11:27:11

oracle数据库 执行 

alter database open;

报错:ORA-01157: cannot identify/lock data file 13 - see DBWR trace file

1-用sys连接到Oracle
sqlplus / as sysdba

2-MOUNT
startup mount;

3- 重新指定文件
alter database datafile 'D:\T1.dbf' offline drop;

--'D:\T1.dbf'替换成你的目录.

4-再次执行验证没有问题
alter database open;

image.png


*本文最后修改于:2024-4-8 11:35:56
本文标签: oracle 报错 ORA-01157
本文由本站原创发布, 本文链接地址:https://outlela.com/share/188.html
转载或引用请保留地址并注明出处:outlela.com