Deciding SCN/Sequence#&Thread# for incomplete recovery in RAC
We have a 4 node RAC and we need to have a in-complete recovery for this DB, So How we can decide Sequence#&Thread# or SCN# for my incomplete recovery based on below information
SEQUENCE# THREAD# FIRST_CHANGE# NEXT_CHANGE#
---------- ---------- ---------------- -----------------
20481 1 28115344328 28117073183
18999 4 28115344285 28117073204
19207 3 28115344018 28117073239
19015 2 28115344272 28117073242
Do we need to choose to max(NEXT_CHANGE#) (ie) 28117073242 ? or
set until sequence 19015 thread 2?