Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 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, 04:40 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?

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))
  )
=========

Thanks!!

 
Old March 6th, 2007, 05:06 PM
Authorized User
 
Join Date: Mar 2007
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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

Thanks.






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 DTS 1 April 23rd, 2007 11:35 AM
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.