How to Check when Database was Last Cloned or open Resetlog Mode in Oracle.
If we want to find when was my database cloned last time or when you open your database in reset log mode. Here is the demonstration.
Below is the query to find the reset log date and time of the database.
SQL command to get the oracle client version. Click here to get sample output.
select to_char(RESETLOGS_TIME, 'DD-MON-YYYY, hh24:mi:ss') from v$database;
We always encourage the technical person to visit section SCRIPTS to get more daily usage SQL commands.
Hope so you like this script!
Please share your valuable feedback/comments/subscribe and follow us below and don’t forget to click on the bell icon to get the most recent update. Click here to know more about our pursuit.