will physical standby recognize archive logs in different format?
We are using Oracle 10.2.0.3 Standard Edition on Linux, so we manually move and apply the archivwe logs to our physical standby.
Now we are in the process to upgrade our 10.2.0.3 to 11.2.0.2, one of the requirement is to change the archive log format to
(11G log_archive_format requires ) : %s, %t, and %r. But we are using this format now: log_archive_format='log_%S_%T_%R.arc'.
So the question is if the standby will recognize the archive logs in new format? What I need to do if not?
Thanks
George