Restoring to old inarnation
SQL> select distinct dbid,name,resetlogs_time from rc_database where name like '%AUSTN3%' order by 3
2 /
DBID NAME RESETLOGS_T
---------- -------- -----------
4125926716 AUSTN3 06-JUL-2010
954590487 AUSTN3 30-JAN-2013
959717178 AUSTN3 27-MAR-2013
971209093 AUSTN3 05-AUG-2013
We want to restore as of 4th Aug 2013. Could you please provide steps for that?
Thanks