ora-02095 when trying to change log_file_name_convert
788967Aug 4 2011 — edited Aug 4 2011Hi all,
Iv'de just rebuilt a standby database 11gR2 under HP-UX (Physical standbyData Guard)
In the alert I see some errors related to the location of the online redo logs.
I think is has to do with LOG_FILE_NAME_CONVERT parameter
I have redo logs in two locations so I should use 2 pairs of parameters to convert path from primary to standby.
When I execute: alter system set LOG_FILE_NAME_CONVERT='/oradata/primary','/oradata/standby','/FRA/primary','/FRA/standby' scope = both; it returns:
ORA-02095 specified initialization parameter cannot be modified.
How can I tell to Oracle that redo log are in a different location at standby site?
If I query v$log in standby, location is wrong, for some redo logs it displays /FRA/primary and it shoud be /FRA/standby
Thanks a lot