The following errors are observed when activating a config containing sequences:
Warning 2016-08-25 17:31:14.029566 24228 1 Activation: Replication of sequences is disabled. Skipping ("OWNER"."SEQUENCE_NAME") (activating sid source_SID) [module ocf]
The parameter SP_OCT_REPLICATE_SEQUENCES has been set to 0 on source. To correct the problem, set it to 1, bounce Capture and then activate afresh:
sp_ctrl>set param SP_OCT_REPLICATE_SEQUENCES 1
sp_ctrl>stop capture (make sure it is “stopped by user” and not “stopping”. In case of latter wait till it is stopped by user)
sp_ctrl>start capture
The activate the config once again.