We are running an Oracle 8.1.7.4 EE instance on a server which lost its data RAID partition. I restored all the datafiles from an old backupset and upon applying the archivelogs (svrmgrl>>recover database until cancel using backup controlfile). I recieved the following:

ORA-00300: cannot open archived log 'nameoflogfile'
ORA-27047: unable to read the header block of file
OSD-04001: invalid logical block size (OS 47608)

Upon inspection we concluded that the archive log is corrupt and we have no other copies of it.

Is there a way I can skip this log file and apply the next 50 or so archivelogs I still have?

thanks in advance