A.The time when the last flashback operation in your database was performed
B.The time when the first flashback operation in your database was performed
C.The approximate time and the lowest system change number (SCN) to which you can flash back your
database 你可以返回你数据库大概最近的时间点和最早的SCN时间点
D.The system change number (SCN) and the time when the Flashback Database was enabled in the
database instance
Answer:C
Flashback Database 相关的2个视图:
1. V
YES
OS OT RT FS ES
———- —————– ———- ———- ———-
946088 09-10-14 13:49:59 1440 16384000 350920704
SQL> alter session set nls_date_format=’hh24:mi:ss’;
会话已更改。
SQL> select *from v$flashback_database_stat;
BEGIN_TI END_TIME FLASHBACK_DATA DB_DATA REDO_DATA ESTIMATED_FLASHBACK_SIZE
14:43:10 15:15:28 6455296 29310976 3898368
原文地址:http://blog.csdn.net/xuejiayue1105/article/details/48608701