Some Times you need to Restore your Database To Earlier time , and before doing that you have to check weather database have valid to do that or not
Simple Query :
SQL> select resetlogs_change#,to_char(resetlogs_time,
'DD-MON-YYYY HH24:MI:SS') Last_resetlog_time from v$database_incarnation;
RESETLOGS_CHANGE# LAST_RESETLOG_TIME
----------------- --------------------
1 11-SEP-2008 22:57:51
88033 23-MAY-2011 10:12:42
Or Sometimes you could Use
v$restore_point , Such as
SELECT scn, time, database_incarnation#, guarantee_flashback_database from
v$restore_point;
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa