Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 6th, 2007, 05:08 PM
Authorized User
 
Join Date: Mar 2007
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do I connect to Oracle with MS SQL?

Sorry about this but after seeing the forum names, my request better fits here then in the SQL 2000 forum.

I need to copy a bunch of tables from a Oracle DB to a SQL 2000 DB. My problem is is that I can't figure out how to make a connection to the Oracle DB. I'm trying to use the DTS Import/Export Wizard in Enterprise Manager with Microsoft OLE DB Provider for Oracle.

Could someone lead me or tell me how this is done? Here's the TNS name that I use with Toad if it helps..

========
ORACWEB.WAFLINK.COM =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = titan.waflink.com)(PORT = 3500))
    )
    (CONNECT_DATA = (SID = ORACWEB)(SERVER = DEDICATED))
  )
=========

 BTW, no matter what I try for the server name, I get the error "ORA-125641: TNS:no listener"

Thanks!!

 
Old April 23rd, 2007, 11:35 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

try creating a linkserver to oracle using the oracle provider.


Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
connect jdbc/odbc bridge to ms- sql server 2000 sushant2002 SQL Server 2000 0 July 3rd, 2007 08:28 PM
how to connect the oracle with c# .net bhasker_braj121 General .NET 1 June 19th, 2007 10:34 AM
How do I connect to Oracle with MS SQL? crabjoe SQL Server 2000 1 March 6th, 2007 05:06 PM
how to connect to ms sql 2000 via ip address indraneel ASP.NET 2.0 Professional 1 October 18th, 2006 02:13 AM
Trying to connect to an oracle database aviand VS.NET 2002/2003 0 August 23rd, 2006 12:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.