Managing online redo logs on a Physical Standby Database
Oracle 12c - using Dataguard.
My Primary and Standby currently have the online redo logs mapped to similarly named location, eg /dbprd/oracle/mnpprd ...so no log file name convert necessary.
I now want to move online redo logs on my primary database to a different location, but leaving the standby database online redo logs location unchanged.
ie,
Primary redo logs: /redolog/oracle/mnpprd
Standby redo logs: /dbprd/oracle/mnpprd
I set the Log file convert property for the standby database in Dataguard:
DGMGRL: edit database 'mnpdr' set property 'LogFileNameConvert'='/redolog/oracle/mnpprd, /dbprd/oracle/mnpprd';
..restarted the standby for this to take effect.