I have 2 dbs and use replication between them to replicate one schema. (Oracle Streams)
Is it possible to add on one table trigger or smthing like this to be invoked after new data added in remote db (better for each row)?
I try triggers on update and insert - they are not fired.