there is a simpler way

fake a database recovery and open with resetlogs option

startup mount
recover database until cancel, after this command immediately it should say media recovery successful then issue

alter database open resetlogs;

regards