You need to do recovery to recover with whatever archive logs that you have, then you need to cancel the recovery.

recover database until cancel USING BACKUP CONTROLFILE;
AUTO
recover database until cancel USING BACKUP CONTROLFILE;
CANCEL
alter database open resetlogs;