Hi,
Can Oracle Streams be used to sync two databases which are in different domains ?
TIA,
-Amol
Printable View
Hi,
Can Oracle Streams be used to sync two databases which are in different domains ?
TIA,
-Amol
What is your definition of different domains. If by domains you mean different RDBMS then yes they can be brought in sync provided that the other DB understands Messaging and Queuing.
Hi ,
Thanks for your reply.
Let me explain what I want.
I want to sync two oracle databases .
Both these databases are running on different machines and are located at different location.
Both the machines are connected to the internet.
Can I sync these two databases ?
Please let me know.
-Amol
Yes it is very much possible.
Read this.
http://otn.oracle.com/docs/products/...a96571/toc.htm
But i would suggest you to try replication instead if its just sync of data and nothing else. Streams is some what complicated and is based on technologies like, Adavanced Queuing, Replication, Logminer etc.
Hi adewri,
Thanks a lot for the reply.
-Amol