DataGuard and log_archive_dest_n parameters
edited Nov 7, 2012 7:37AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered
I am running 10g R2 DataGuard set up.
When I change log_archive_dest_1 to a new directory, then restart the server. The server reverts back to the old setting.
I created a pfile from the spfile and found two entries for log_archive_dest_1.
<instance name>.log_archive_dest_1='/u01/log_archive' -- the old setting.
and
*.log_archive_dest_1='/u02/log_archive -- the new setting.
What can I do to get this to stop reverting when the database is restarted?
0