I am performing a DB copy to another node (Unix, 8.1.6). In the process of starting the DB, I issued a Recover command and the following errors occur.
ORA-01547 warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194 file string needs more recovery to be consistent
ORA-01110 data file 1: '/u03/oradata/prod/system01.dbf'

If I open DB with resetlogs, what will happen to the DB. There are about 47 files that the system says need recovery. Thanks guys.

Oisaya