Recover Oracle Database until cancel and noresetlogs

oracleoracle-12crecoveryrman

I have to recover an Oracle database from a backup with a controlfile. I want to avoid that archivelogs written after the backup are taken for a recovery. I want to a avoid resetlogs.

I have to switch from rman to sqlplus to issue this statement.

RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE

Is there a way to do this from rman and to avoid resetlogs?

Best Answer

If you want to cancel, you have no way of using noresetlogs. You have create a new incarnation of your database. Ps: I don't know what your problem was with switching to sqlplus, but you can execute sql statements (alter database.....) in rman .