Hello,

- The Primary site is a RAC with two servers.
- The Standby is a logical Standby database with two servers as RAC as well.
- Dataguard broker is used
- Both servers of the Primary have one log_archive_dest parameter that is wronly configured because it is pointing to another IP of a Standby server that is not used anymore.

I think I can delete it by running the following in both Primary servers:

SQL> alter system set log_archive_dest_4='' scope=memory sid='*';

But, does the database keep the update after, for example, rebooting the instances?

Thank you!