Hi, we are actually worked on Oracle Streams .so we have PROD and test . first i stopped replicating process from PROD to test . In My case I export Some tables and imported in target .once its done I re-enable replication Both prod .but some tables are getting error like this .
“ORA-25307: Enqueue rate too high”
I get some Research on this its displaying like need set alter system set “_buffered_publisher_flow_control_threshold”=500000 scope=both; but before also its run as normal
Thank you !!