Oracle Solution for Error ora-16178

Solution for Oracle Error ORA-16178

ORA-16178: Cannot specify remote destinations in archivelog manual mode

What triggered the Error:

The database is operating in ARCHIVELOG MANUAL mode. Remote archivelog destinations are not allowed in this mode.

What should we do to fix it:

Use the ALTER DATABASE ARCHIVELOG command to place the database in automatic archivelog mode, or defer the archivelog destinations that specify the SERVICE= attribute.