The oracle-streams tag has no wiki summary.
5
votes
0answers
101 views
9i streams capture doesn't evaluate rules
I have a streams replication set up between two oracle 9.2.0.8 instances as sources and an 11g instance as a destination, processing a small subset of data from each database (let it be one table ...
2
votes
1answer
50 views
Transaction stays in capture queue
I set up simple bidirectional db replication using Oracle Streams. I used enterprise manager for this. Streams are active and their status is ok. The problem is that the replication is very slow. What ...
1
vote
1answer
141 views
Oracle Streams Setup Error
I am running Oracle 11g on a Linux box. I am trying to run the following command to set my streams user grants and other authorizations:
BEGIN
DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE(
grantee ...
1
vote
1answer
142 views
oracle streams apply: how to get a reason why LCR message was not applied
I've set up bidirectional oracle streams replication (11gR1) using identical scripts on both machines (DB1 and DB2). Although changes from DB1 are being applied to DB2, changes from DB2 to DB1 aren't.
...
1
vote
1answer
191 views
oracle streams - how to get last successfully applied scn for crashed apply?
I have a downstream Streams replication set up between Oracle 9i (source) and Oracle 11g (destination). The process is still in developlment stage, so the whole setup is not stable yet.
Sometimes my ...