Database Error Messages

RMAN-06069

the file name for datafile string is missing in the control file

Cause

Media recovery of a backup control file added this data file to the control file, but it does not set the file name because that is unsafe.


Action

If the data file is on disk, then issue ALTER DATABASE RENAME to correct the control file. Otherwise, RESTORE the data file, and then use SWITCH to make it known to the control file. If the tablespace containing this data file will be dropped, then reissue the RECOVER command with a SKIP clause to skip recovery of this tablespace.