Oracle Error RMAN-05004: target database log mode is NOARCHIVELOG

Oracle Error Message

RMAN-05004: target database log mode is NOARCHIVELOG

Reason for the Error

An attempt was made to apply Tablespace Point-in-Time Recovery to a database that is in NOARCHIVELOG mode.

Solution

If all required archived log files are available for Tablespace Point-in-Time Recovery, alter the target database log mode to ARCHIVELOG and retry the Tablespace Point-in-Time Recovery operation. Otherwise, Tablespace Point-in-Time Recovery cannot be applied to this database.