High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

change the value of log_archive_format

in a 10.2.0.4 dataguard setup, the primary has: ------------------------------
log_archive_format                   string     %t_%s_%r.arc


and the standby has:
log_archive_format                   string      %t_%s_%r.dbf

how can i change the standby so it's .arc also?

On the standby I ran:

SQL> alter system set log_archive_format='%t_%s_%r.arc' scope=spfile;

System altered.

But, in fact, nothing changed. I think i read that this parameter is not modifiable, so how do i proceed?

Thanks

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