For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hi ,
I have configured Streams Replication on schema level. I want to remove one table replication.
Is it possible?
Thanks,
In Streams you can specify positive (to be included) and negative (not to be include) rules. With schema level replication, if you want to skip one table, you can add a negative rule for this table (inclusion_rule set to FALSE):
https://docs.oracle.com/database/121/ARPLS/d_streams_adm.htm#ARPLS308
Thanks for reply. Let me know how LCR will be calculated in Streams.
Hi,
What do you mean by lcr calculation in streams.Are you looking for something to check number of lcrs in a message queued in sourec queue?
Thanks