如果想以read only打开可以做如下偿试:1、SQL> recover database using backup controlfile until cancel;指定相应日志后cancel返回2、SQL> alter database open read only;看现在是否可以打开了?