Messages messages “Cop: Initiating recovery activation” and “Capture: In point-in-time recovery” are seen in event log.
Here is the event log portion covering the start of activation:
Notice 2017-10-17 17:16:57.975190 13186 1 Activation: Replicating according to target compatibility of "9.0.0" (activating datasource o.SOURCESID) [module sys]
Notice 2017-10-17 17:16:57.976161 13186 1 Activation: Activation for recovery to SCN 2720178914 started (activating datasource o.SOURCESID) [module ocf]
Here is the event log portion covering the start of Capture:
Notice 2017-10-17 17:17:16.313337 13232 1 Capture: Point-in-time recovery: recover from SCN 2720178914 (capturing from o.SOURCESID) [module oct]
The messages log the fact that the activation is using the Resume Replication feature, where the activation starts processing the changes after a SCN # or a given log sequence #. This SCN or SEQNO (log sequence #) happens to be from a point in time in the past and not the current redolog. This is not the default behavior of activation process.
The syntax for such activation is:
sp_ctrl>activate config SCN=<SCN number from which the activation should start> (if activating after a particular SCN)
OR
sp_ctrl>activate config SEQNO=<log sequence number from which the activation should start> (if activating after a particular log sequence #)