|
|
|
|
|
|
|
|
Re: create a distributed database on two servers [message #610596 is a reply to message #610593] |
Fri, 21 March 2014 10:44   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
It's somewhat possible of course.
You can create a Link from SQL Server to Oracle via the "Linked Server to Oracle" functionality in SQL Server for one direction.
For the other direction you can create a "Database Link" in Oracle via Oracle "Heterogeneous Services" to connect to the SQL server.
It's not really trivial of course, and you will never really be able to use it "as if it were the same database" It might work for 50% of the "standard" SQLs you can come up with, but most of the time you have to tweak the SQLs you run pretty much so that they work sufficiently over the link. And "running identical queries on both sides" would be really hard to achieve.
[Updated on: Fri, 21 March 2014 10:45] Report message to a moderator
|
|
|
|
|
|