So we have situation which oracle can't resolve gap automatically. In alert log a lot of messages like this:
Fetching gap sequence in thread 2, gap sequence 3886-3888
We just connecting with rman to primary and standby:
rman target 'sys/'@primary auxiliary 'sys/ '@standby
and then run:
backup as copy archivelog sequence between 3886 and 3889 thread 2 auxiliary format '+DATA';
That's all. :)