How to exclude Sequence replication when Sequences are explicitly defined or match a wildcard in an active configuration,
Sequences that match a wildcard will be included in replication.
This article explains how to exclude Sequences from replication.
Sequences that match an explicit or wildcard configuration are automatically replicated.
To turn off Sequence replication, use the SP_OCT_REPLICATE_SEQUENCES parameter.
This is on by default with a value of 1.
Set it to 0 to disable the replication of Sequences, as follows:
sp_ctrl> stop capture
sp_ctrl> show -- repeat until Capture displays 'stopped by user'
sp_ctrl> set param SP_OCT_REPLICATE_SEQUENCES 0
sp_ctrl> start capture