export and import data from different applications [message #73572] |
Tue, 25 May 2004 04:26 |
arun
Messages: 67 Registered: January 2000
|
Member |
|
|
Hi,
I am having two applications, one built with vb and oracle as backend and other with java and also oracle as backend. I want both these applications exchange data with one another.
Please let me know the possible ways. I greatly appreciatte your assistance.
Thanks and regards
Arun.
|
|
|
Re: export and import data from different applications [message #73579 is a reply to message #73572] |
Tue, 25 May 2004 05:35 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
wat do u mean by exchange data?
if both the databases are treated primary then you must look into replication (multimaster?).
Else if one datbase is treated as primary and changes made to this database are pushed to the other, just do export and import or duplicate using RMAN
|
|
|