sqlplus recover to sequence
Hi Experts,
Does anyone know the equivalent sqlplus commands for the following RMAN script
run {
set until sequence 100;
recover database;
}
I know sqlplus does have the recover command "RECOVER AUTOMATIC DATABASE USING BACKUP CONTROLFILE UNTIL CHANGE/TIME" to recover to specific SCN or time. But I cannot find the available sqlplus command to recover to sequence number. Thanks in advance.