ORA-16785: the database is in NOARCHIVELOG mode

ORA-16785: 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.

About