ERROR | the database is in NOARCHIVELOG mode |
CAUSE | The database was in NOARCHIVELOG mode when it was either a primary database or when it was a standby database that was being switched over to be a primary database. |
ACTION | Set the database to ARCHIVELOG mode by issuing the ALTER DATABASE ARCHIVELOG command. |