Category Archives: RMAN Database Error Messages

RMAN-06188: cannot use command when connected to a mounted target database

oracle

RMAN-06188: cannot use command when connected to a mounted target database
Cause: An attempt was made to issue a command that can be used only when there is no connection to the target database or when the target database is not mounted.
Action: Dismount the database or restart RMAN and use the command before connecting to the target database.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06187: controlfile copy string not found or out of sync with catalog

oracle

RMAN-06187: controlfile copy string not found or out of sync with catalog
Cause: The indicated file is not found, or is found but is not the same file that the recovery catalog thinks it is. It is likely that some operation outside of Recovery Manager has altered the file, or that Recovery Manager has not resynchronized with the target database.
Action: Re-catalog the file and retry the operation.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06186: PL/SQL package string.string version string in string database is too old

oracle

RMAN-06186: PL/SQL package string.string version string in string database is too old
Cause: The specified PL/SQL package is a version that is too old to work with this version of the Recovery Manager (RMAN).
Action: If the database indicated is RCVCAT, then you can use the UPGRADE CATALOG command to upgrade the recovery catalog to the most current version. If the database is TARGET or AUXILIARY, then you must either upgrade the specified database or use an older version of RMAN.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06185: Recovery Manager incompatible with string database: RMAN number.number.number to number.number.number required

oracle

RMAN-06185: Recovery Manager incompatible with string database: RMAN number.number.number to number.number.number required
Cause: This version of Recovery Manager is incompatible with the indicated database or the DBMS_BACKUP_RESTORE package installed in the indicated database.
Action: If the database has been upgraded from an earlier version, ensure that the CATXXXX.SQL script has been run successfully. Re-install DBMSBKRS.SQL and PRVTBKRS.PLB if necessary. Otherwise, use a version of RMAN within the range specified in the error message.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06184: duplicate object in backup specifier: string string

oracle

RMAN-06184: duplicate object in backup specifier: string string
Cause: A backup command specifies the same datafile or copy of a datafile multiple times.
Action: Eliminate the duplicates.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06183: datafile or datafilecopy larger than SETSIZE: file# string string

oracle

RMAN-06183: datafile or datafilecopy larger than SETSIZE: file# string string
Cause: A BACKUP DATAFILE(copy) command specified the SETSIZE operand too low. The specified datafile is larger than SETSIZE will allow.
Action: Increase the SETSIZE limit.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06182: archivelog larger than SETSIZE: thread string seq string string

oracle

RMAN-06182: archivelog larger than SETSIZE: thread string seq string string
Cause: A BACKUP ARCHIVELOG command specified the SETSIZE operand too low. The specified archive log is larger than SETSIZE will allow.
Action: Increase the SETSIZE limit.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06181: multiple channels require Enterprise Edition

oracle

RMAN-06181: multiple channels require Enterprise Edition
Cause: Attempt to allocate more than one channel in a job.
Action: Remove all except one ALLOCATE CHANNEL command.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06180: incremental backups require Enterprise Edition

oracle

RMAN-06180: incremental backups require Enterprise Edition
Cause: A BACKUP command with INCREMENTAL LEVEL > 0 was specified.
Action: Use FULL or INCREMENTAL LEVEL=0.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

RMAN-06179: datafile number not processed because file is read only

oracle

RMAN-06179: datafile number not processed because file is read only
Cause: A RESTORE DATABASE or RECOVER DATABASE command omitted processing the indicated datafile because it is part of a read-only tablespace at the desired point in time. This is an informational message.
Action: No action required.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/