ORA-16055: FAL request rejected
PURPOSE: All documents are provided on this Blog just for educational purposes only. Please make sure that you run it in your test environment before to move on to production environment.
On standby DB:
rman target /
show all;
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO
APPLIED ON STANDBY;
RMAN> exit
On
Primary:
If you have you
already enabled log_archive_dest_state_2 enabled
or defer do again as follow.
SQL> ALTER SYSTEM SET
log_archive_dest_state_2='DEFER' SCOPE=BOTH;
SQL> alter system switch logfile;
SQL> ALTER SYSTEM SET log_archive_dest_state_2='ENABLE'
SCOPE=BOTH;
Or Check following parameter
show parameter log_archive_dest_2;
The SERVICE name must be correct and same as it is defined in your tnsnames.ora file.
Check the alert Log file. The error should be resolved.