Hi. I have two instance in rac database and one standby database. I want to change log_archive_dest_1 location to use_db_recovery_file_dest in rac database.
I know that I will use this command.
alter system set log_archive_dest_1='location=use_db_recovery_file_dest' scope=both;
But my question is that "Should I restart the instances after running this command? If yes - how can I do this?"
My database version is 11gR2.