RMAN-06069: the filename for datafile string is missing in the control file

RMAN-06069: the filename for datafile string is missing in the control file

Cause: Media recovery of a backup control file added this datafile to the control file, but it does not set the filename because that is unsafe.

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

No comments:

Post a Comment