how to move the archivelogs sent from the primary to the standby to a different location
we're using dataguard physical standby, and the logs being sent from the primary to the standby are being stored in /u02/fra/LCCSTBY/archivelog on the standby.
I would like to move them to a different directory. when I looked up the command to do this
alter system set log_archive_dest_1='LOCATION=/u10/backup/fra/LCCCSTBY/archivelog' scope=spfile;
instead of the archivelogs from /u02/fra/LCCSTBY/archivelog now showing up in =/u10/backup/fra/LCCCSTBY/archivelog' I see files like this in
=/u10/backup/fra/LCCCSTBY/archivelog' 1_50579_782914020.dbf ?? (I's assuming these are the local archivelog files ?)
how do I get the archivelogs that are building up in /u02/fra/LCCSTBY/archivelog to change to /u10/backup/fra/LCCCSTBY/archivelog'