Which option must you use to check whether a flashback operation can recover the database to the specified time?
A. Check the alert log file
B. Query the V$FLASHBACK_DATABASE_LOG view
C. Query the V$RECOVERY_FILE_DEST_SIZE view
D. Query the V$FLASHBACK_DATABASE_STAT view
E. Check the value assigned for the UNDO_RETENTION parameter
答案:(B)
解析:
我们在做闪回数据库的时候,查询V$FLASHBACK_DATABASE_LOG判定你可以闪回的数据库最早的时间,查询v$restore_point;可以查看你有没有还原点,也有可能成为考点
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1326744/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17013648/viewspace-1326744/
本文介绍了如何通过查询V$FLASHBACK_DATABASE_LOG视图来确定是否可以将数据库闪回到指定时间点,以解决用户错误问题。此外,还提到了查询V$RESTORE_POINT视图以检查是否存在还原点。
151

被折叠的 条评论
为什么被折叠?



