<P></P><P>Applies to: Oracle Server - Enterprise Edition - Version: 8.1.7.4 to 11.1.0.7 This problem can occur on any platform. Symptoms Getting ORA-1152 trying to open the database after incomplete recovery. Cause 当一个文件 的SCN比停止恢复的时间点提前那么将会提示错误: This error occurs when a file is ahead in time (SCN) than the stopping point of recovery. 执行以下步骤来实施解决方案: 1. 确定哪个文件是比较新的 a: startup mount b: issue the following queries: select file#, status, checkpoint_change# from v$datafile; select file#, status, fuzzy, checkpoint_change# from v$datafile_header; c:对checkpoint_change#进行审查确定哪个文件是最新的。 2. 从之前的备份中恢复该文件 3. 重新进行不完全恢复 Errors ORA-1152</P><P></P>
|