We use oracle 7.3.2 on sco
We have an identical backup server that we are trying to replicate oracle data onto.

We have the source machine in Archivelog mode. We run a hot backup and are then trying to restore this onto the backup server.

We start by restoring the datafiles and control file onto the second server.
We then run 'recover database using backup controlfile until change XXXX'
This completes with Media recovery complete.

Then we run 'alter database open resetlogs' and we get error.
ORA-001194: File 2 needs more recovery to be consistent
ORA-01110: data file 2: '/db/xxxxx.dbf'

What should we do? This file is already in the location, but it may not be up to date - we thought it would be updated by recover command?