Fuzzy files
Hi,
Currently while working on our production database we noticed one thing
The following query gave us about more than 100 data files with status of FUZZY='YES'
select file#, substr(name, 1, 65) NAME,substr(tablespace_name, 1, 15) TS_NAME,undo_opt_current_change# from v$datafile_header where fuzzy='YES'
Here is a trimmed down version of the output...
FILE# NAME TS_NAME UNDO_OPT_CURRENT_CHANGE#
===========================================================================================
1 /u02/oracle/oradata/prod/system01.dbf SYSTEM
2 /u02/oracle/oradata/prod/sysaux01.dbf SYSAUX
3 /u09/oracle/oradata/prod/undotbs01.dbf UNDOTBS1
4 /u02/oracle/oradata/prod/users01.dbf USERS
5 /u04/oracle/oradata/prod/app_data01.dbf app_DATA