In case when all setting of your primary and standby database (10gR2) related to detecting gaps are correct, the following might help you. I made it after learning info from enabling log_archive_trace.
Due to bugs if value of log_archive_max_processes>1 it's possible to trap into such situation. Resolution is set
alter system set log_archive_max_processes=1 sid='*'
In my case all standbies started to resolving gaps.
No comments:
Post a Comment