Re: RMAN recover
Posted by ErmanArslansOracleBlog on Apr 01, 2021; 7:44am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-recover-tp9555p9558.html
That feature is for 12.2.
find highest log sequence of each thread.
You decice the log sequence that you will use for the until clause.
Recover until (that sequence+1)
You use the following syntax for this type of a recover in RAC ->
SET UNTIL SEQUENCE m THREAD n;
For instance; SET UNTIL SEQUENCE 232 THREAD 1;
Please see "RMAN: RAC Backup, Restore and Recovery using RMAN (Doc ID 243760.1)" for more details. Read Section 7 and later sections.
Bytheway, I didn't understand you actual purpose.. What is the actual recovery need here?