Category Archives: RMAN Database Error Messages

RMAN-06077: datafile string is a different version than contained in the controlfile

oracle

RMAN-06077: datafile string is a different version than contained in the controlfile
Cause: The control file entry for this datafile specifies a different version of this datafile. Different versions of a datafile can exist when a tablespace is dropped, and a new tablespace is created which reuses the same datafile numbers.
Action: If the datafile is correct, the fix the control file by using the SWITCH command. Otherwise, RESTORE the correct version of this datafile and retry the RECOVER command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06076: datafile string contains wrong datafile

oracle

RMAN-06076: datafile string contains wrong datafile
Cause: The datafile header indicates the file contains a different datafile number.
Action: RESTORE the datafile, and then retry the RECOVER command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06075: datafile string does not belong to this database

oracle

RMAN-06075: datafile string does not belong to this database
Cause: The file header indicates that this file belongs to some other Oracle database.
Action: RESTORE the datafile to a new location, then do a SWITCH, and then retry the RECOVER command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06074: file string is not an ORACLE datafile

oracle

RMAN-06074: file string is not an ORACLE datafile
Cause: The file header indicates that this file is not a datafile. The file may have been overlaid or corrupted.
Action: RESTORE the datafile to a new location, then do a SWITCH, and then retry the RECOVER command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06073: file header is corrupt for datafile string

oracle

RMAN-06073: file header is corrupt for datafile string
Cause: Oracle detected a corruption in the file header. A media failure has probably occurred.
Action: RESTORE the datafile to a new location, then do a SWITCH, and then retry the RECOVER command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06071: could not open datafile string

oracle

RMAN-06071: could not open datafile string
Cause: An error was encountered when trying to open the specified datafile.
Action: Ensure that the datafile exists and is accessible.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06070: DBWR could not identify datafile string

oracle

RMAN-06070: DBWR could not identify datafile string
Cause: DBWR could not find the specified datafile.
Action: Check the location of your datafile.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06069: controlfile is missing the filename for datafile string

oracle

RMAN-06069: controlfile is missing the filename for datafile string
Cause: Media recovery of a backup control file added this datafile to the control file, but it does not set the file name 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.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06068: recovery aborted because of missing datafiles

oracle

RMAN-06068: recovery aborted because of missing datafiles
Cause: This error should be accompanied by one or more instances of message RMAN-06094.
Action: Refer to message RMAN-06094.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06067: RECOVER DATABASE required with a backup or created controlfile

oracle

RMAN-06067: RECOVER DATABASE required with a backup or created controlfile
Cause: The control file has been restored from a backup or was created via ALTER DATABASE CREATE CONTROLFILE.
Action: Use the RECOVER DATABASE command to perform the recovery.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/