Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hi,
Dennis,
What you probably want is to use Oracle Transparent Gateway for SQL Server. This allows you to create a database link in your Oracle database that connects to SQL Server, and you can use INSERT INTO...SELECT FROM..._at_DBLINK syntax to pull data.
Keep in mind that SQL Server table names are usually lowercase, so you'll have to double-quote them in your SQL.
Paul Baumgartel
CREDIT SUISSE
Information Technology
Securities Processing Databases Americas
One Madison Avenue
New York, NY 10010
USA
Phone 212.538.1143
paul.baumgartel_at_credit-suisse.com
www.credit-suisse.com
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Dennis Cutshall
Sent: Monday, July 16, 2007 12:03 PM
To: oracle-l_at_freelists.org
Subject: Hi,
Hi,
We have a mixed environment of SQL Server and Oracle. Because of this, we now have a need to transfer table data between them. This would be on a continuing basis, probably on off-peak hours. Our preference would be to have the Oracle side drive the process, that is, Oracle pulling table data from SQL Server. Is anyone currently doing this, and would pass on information on how it is done? We know about Migration Workbench, but that is more for a one-time conversion than a scheduled nightly routine. Any information or tips would be appreciated.
Dennis
Dennis Cutshall
Data Base Administrator
University of North Dakota ITSS
Phone: (701) 777-4109
Fax: (701)777-3978
E-Mail: DennisCutshall_at_mail.und.nodak.edu
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jul 16 2007 - 11:43:56 CDT
![]() |
![]() |