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

Connecting Oracle on Sun to MS SQL Server

Status
Not open for further replies.

mrdenny

Programmer
May 27, 2002
11,595
Does anyone know of a way to connect an Oracle DB Server running on Sun to a Microsoft SQL Server. The Oracle DB needs to be able to pull directly from the SQL Server.

Yes I know it would be easier to DTS the data from the SQL Server to Oracle but that's not an option.

Thanks,
Denny
 
Hi,

U can create a linked server in SQL Server 7/2000 under security tree in Enterprise Manager and get the data from Oracle to SQL Server. i.e. Pulling Data from Oracle and u can update in SQL Server.

Yours,
Sankar.B
 
I'm trying to go the other direction. I need the Oracle server to connect to the SQL Server. I own the Oracle box, but the SQL Servers I'm trying to connect to belong to another department, so the SQL can't push.

Thanks,
Denny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top