Hi,
I need to transfer data from one database to another, whenever a table in the first database get inserted with a value from UI.
Can somebody explain me way to do this (Both databases are not identical).
I have an idea like selecting required row data from first table and putting it in generic temp table. And then using DBLINK inserting the same to the second database.
Do anybody have any nice and easy way to do the same.
Thanks in advance.
Software/Hardware used:
ASKED:
February 4, 2013 8:29 AM
UPDATED:
February 4, 2013 1:05 PM
DBLINK can mean Oracle or Postgres SQL or perhaps other DBMSs. Can you at least tell what DBMS your two databases are built over? What versions? Are they on the same systems? The same platforms? What OSs are you using? How are the database systems connected? — Tom