IN YOUR RMAN SESSION, EXECUTE THIS RUN BLOCK TO RESTORE THE CONTROL...

8. In your RMAN session, execute this run block to restore the controlfile,

substituting the time you noted in Step 5 for that shown, and using a suitable

name for the restored controlfile:

run {shutdown abort;startup mount;set until time = '26-10-08 15:35:33';restore controlfile to '/u01/app/oracle/oradata/orcl/control04.ctl';}

It is not possible to restore the controlfile over the current controlfile copies,

because they are already in use to mount the database.