Database Error Messages

RMAN-06149

cannot BACKUP DATABASE in NOARCHIVELOG mode

Cause

A BACKUP DATABASE command was issued, but the target database was in NOARCHIVELOG mode and was open in READ/WRITE mode.


Action

Mount the target database control file by issuing ALTER DATABASE ARCHIVELOG using the Enterprise Manager or Server Manager.