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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle and SQL Server connectivity

Status
Not open for further replies.

teqmem

Programmer
Joined
Nov 26, 2004
Messages
114
Location
US
Hello,

Currently, we use Oracle as our enterprise database. I have a new requirement to develop a new application that must use MS SQL Server which must push and pull data from the Oracle database.

What is the best technical solution to have this communication between Oracle and SQL Server.

Thank you.
 
tegmem,

The esiest way to go about doing this would be to download the Oracle ODBC connector and install it at the SQL SERVER machine, then write your SQL server application to use the Oracle DB as a Linked Server.

AL Almeida
Senior DBA
"May all those that come behind us, find us faithfull"
 
Is there an "easy" way to setup replication between an Oracle Database and a MS SQL Server.

In my planned configuration, the SQL Server (or something I develop) will need to pull qualified new database entries from the Oracle Database and push all its new entries to the SQL Server.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top