Changing Log Archive Format in Primary & Standby
DGMGRL> edit database <your dbname> set property LogArchiveFormat = 'log%t_%s_%r.arc'
how do you replicate the change to the standby ? I presume it's another edit command but does the standby have to be stopped while the change is made to avoid inconsistencies ?
Thanks in advance.