5. 恢复完成后,用SYS用户以sysdba身份连接到数据库,将数据库加载到mount阶段:startup mount + < enter >。
6. 数据库mount完成后,执行recover过程:recover database using backup controlfile + < enter>。
数据库会提示你需要哪些日志:
ORA-00279: Change 36579 generated at needed for thread 1
ORA-00289: Suggestion : \Oracle_Home\Oradata\\%SID%T00036579.ARC
ORA-00280: {=Suggested filename AUTO FROM logsource CANCEL}
ORA-00308: cannot open archived log
E:\ORACLE\ORADATA\KIMSTAD\ARCHIVE\KIMSTADT00036949.ARC'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
为此输入以下命令(until cancel参数使我们可以在需要的时候中止恢复过程):
recover database until cancel using backup controlfile + 。