Please connect as sysdba using SQL Plus and issue
archive log list
Put the output here
Issue
select file#,name,CHECKPOINT_CHANGE#,status from v$datafile
where status='RECOVER'
and put the results here
Issue
select CHECKPOINT_CHANGE# from v$database
and put the results here

Then we will know where we are and what the options are

Regards