Miscellaneous Queries

select flashback_on from v$database;
select * from v$restore_point;

RMAN> LIST RESTORE POINT ALL;

drop restore point Before_GT_conversion_15_dec;

select name, space_used/space_limit*100 perc from v$RECOVERY_FILE_DEST;

SELECT ESTIMATED_FLASHBACK_SIZE FROM V$FLASHBACK_DATABASE_LOG;

select to_char(OLDEST_FLASHBACK_TIME,'DD-MM-YYYY HH24:MI:SS') from V$FLASHBACK_DATABASE_LOG;

set lines 300
select * from V$FLASH_RECOVERY_AREA_USAGE;


CREATE RESTORE POINT RSP_EE_MIG_KEEP GUARANTEE FLASHBACK DATABASE;

Oldest Flashback Time

select to_char(OLDEST_FLASHBACK_TIME,'DD-MM-YYYY HH24:MI:SS') from V$FLASHBACK_DATABASE_LOG;

Limitations of Flashback Database

Because Flashback Database works by undoing changes to the data files that exist at the moment when you run the command, it has the following limitations: