Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Connecting SQL Server from Oracle
Gateways from Oracle are licensed separately. $15K per server (Oracle) =
if I remember correctly.
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Darrell Landrum [mailto:darrell_at_landrum.com]
Sent: Monday, July 26, 2004 12:53 AM
To: oracle-l_at_freelists.org
Subject: Re: Connecting SQL Server from Oracle
Jagadish,
I've written a step by step document for this for use in my office.
Unfortunately it is there where I can't access it right now (on vac.).
However, I think there was an Oracle-L thread about that a while back. =
A
search for tg4msql might point you that direction.
All in all, the concept is pretty simple. What you want to do is =
install
Tranparent Gateway for Sql Server from the Oracle Server CD on your Sql
Server host (It doesn't have to be on the same machine, but is easier to
configure that way).
There is a document you should read (on metalink):
How to Setup TG4MSQL (Transparent Gateway for MS SQL Server) 231458.1
and on otn.oracle.com:
http://otn.oracle.com/pls/db92/db92.show_toc?partno=3Da96544&remark=3Ddri=
lldown&word=3Dtg4msql
Now, all that said, if you're just wanting to do simple data transfers
between the 2 systems, perhaps like a snapshot, driving this from the =
Sql
Server side is much easier. My recommendation there is to:
1) Install the Oracle client software on the Sql Server host. Configure
tnsnames.ora, etc.
2) Use dts packages to push or pull data. (And when creating dts =
packages,
use Microsoft's OLE DB driver for Oracle, it seems to be the most =
stable.
This is as apposed to the ODBC driver from either vendor.)
So, if it is simple data copy transfers dts is one way, but if you need =
to
use complex sql or even pl/sql, you might need the gateway because
procedural programming is 1000% more robust from the Oracle side.
Good luck!
> May I know how to connect SQL Server 2000 from Oracle..in a step by =
step
> manner..any link is also appreciated..thank you
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Jul 26 2004 - 08:56:16 CDT