- 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?
log_archive_dest_n parameter is modifiable, so if you want the change takes effect immediately and persists after the database shutdown and start up you must use scope=both
scope=spfile will be used for static parameters. changes will effect after shutdown and start up the database only.
Thanks,
Vijay Tummala
Try hard to get what you like OR you will be forced to like what you get.
Bookmarks