Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to access an SQL server Database thru Oracle

Status
Not open for further replies.

isonlyme

Programmer
Apr 20, 2002
171
PR
Hi all,

I have Oracle 8i and Sql server 2000, the user needs to to querys on both databases. Question:

How can I merge or combine the 2 databases so the user can do queries as if there were only one database but accessing tables on both Databases?

Is this possible?

Thanks in advance
 
Hi,

To access an SQLServer DB from your oracle DB you have to implement heterogeneous services on your oracle serveur.
For more information, read the oracle doc.
I never tried it so I can't help you more.
Rgds,
Did02
 
thanks for pointing me to the right direction!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top