11gR1
OL5
Hi ALL,
We are restoring our RMAN backup to our DR server.
First we copied our Full and incremental backup + plus succeeding achive logs to the DR server.
Then we issue the ff. commands:
rman> restore database;
rman> recover database;
Below is the output recovery log screenshot

I am planning to recover more archivelogs to capture latest data from the source PROD database.
So I copied more archivelogs fron source PROD to target DR.
The DR database is not yet opened and it continuous recovery for succeeding archive logs.
I login to the mounted database and check the latest log sequence:

I can see that the last applied log is 35299 and it is asking for next log 35300.
I can also see below file list that the logs are present and available in the cataloged backup folder.

But when I run recover database again, it shows below process:

Why is it asking for log sequence 1? when it should be asking log sequence 35300?
I also tried recovery using sqplus / as sysdba, but still it is not asking for log sequence 35300.

Please help what have I missed....
Kind regards,
jc