053-602

On Friday at 11:30 am you decided to flash back the database because of a user error that occurred at 8:30 am.
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

  V$RECOVERY_FILE_DEST 是磁盘信息和当前快速恢复区使用情况。
  V$FLASHBACK_DATABASE_STAT 这个视图显示监控 闪回数据日志的 I/O 开销(数据量)。这个视图也根据以往的工作负载评估闪回空间的需求。和是否能闪回无关
   V$FLASHBACK_DATABASE_LOG 视图显示了闪回数据的信息。 使用此视图可以帮助估计当前工作负荷所需的闪回空间量。 还可以查出能闪回的最下近似 SCN(OLDEST_FLASHBACK_SCN 字段)



原文地址:https://www.cnblogs.com/Babylon/p/7839282.html