Database Administration (MOSC)

MOSC Banner

Managing online redo logs on a Physical Standby Database

edited Jul 6, 2016 5:04AM in Database Administration (MOSC) 3 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center