Hi,
I recover a DB on 10g. DB is mounted but not open. The following query say that all datafile are FUZZY :
SQL> SELECT DISTINCT (FUZZY) FROM V$DATAFILE_HEADER;
FUZ
---
YES
Does it mean that all my backup files are not good to restore/recover my DB ?
Thank you.