| Error | ORA-16785 |
Description | The database is not in ARCHIVELOG mode | Cause | The database is in NOARCHIVELOG mode, when it is either a primary database or a standby database that is being switched over to be a primary database. | Action | Reset the primary database to ARCHIVELOG mode by issuing ALTER DATABASE ARCHIVELOG command. |