oracle - Write a database change to another database via JMS -


is there anyway write 1 database(oracle) change database(oracle) via jms?

thanks

you can write java program uses "database change notification" notified when db1.tb1 changed apply same change db2.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -