Replacing DBMS_REPUTIL.FROM_REMOTE call for Streams
Hello,
We are in process of migration from Advanced Replication to Streams.
Can anybody give me a clue how to replace the check
IF DBMS_REPUTIL.FROM_REMOTE = TRUE THEN
<do_something>
END IF;
in table triggers using Streams functionality?
Thanks,
-Eugene