- 论坛徽章:
- 0
|
由于不小心动了一个数据文件,导致数据库启动失败,启动错误如下:
startup mount
ORACLE instance started.
Total System Global Area 303524480 bytes
Fixed Size 735872 bytes
Variable Size 285212672 bytes
Database Buffers 16777216 bytes
Redo Buffers 798720 bytes
Database mounted.
SQL>; recover database until cancel;
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01245: offline file 11 will be lost if RESETLOGS is done
ORA-01110: data file 11: '/oracle9i/app/oracle/oradata/ora9i/hsn.dbf'
SQL>; alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01190: controlfile or data file 11 is from before the last RESETLOGS
ORA-01110: data file 11: '/oracle9i/app/oracle/oradata/ora9i/hsn.dbf'
请各位大哥帮忙解决. |
|