How far we can flashback
--How Far Back Can We Flashback To (Time)
oracle configurationintermediate
by OracleDba
12 views
--How Far Back Can We Flashback To (Time)
1234
select to_char(oldest_flashback_time,’dd-mon-yyyy hh24:mi:ss’) “Oldest Flashback Time”
from v$flashback_database_log;
col oldest_flashback_scn format 99999999999999999999999999
select oldest_flashback_scn from v$flashback_database_log;Please to add comments
No comments yet. Be the first to comment!