Re: Oracle & SQL Server

From: Nils Magnus Englund (nils.magnus.englund_at_orkfin.no)
Date: 03/18/04


Date: Thu, 18 Mar 2004 18:41:03 +0100

Great, thanks to both of you! :)

"Jens K Jensen" <jensk2@hotmail.com> wrote in message
news:OOs8mE4CEHA.2620@TK2MSFTNGP12.phx.gbl...
> Sure! Look up sp_addlinkedserver in BOL:
>
> EXEC sp_addlinkedserver
> @server = 'LONDON Mktg',
> @srvproduct = 'Oracle',
> @provider = 'MSDAORA',
> @datasrc = 'MyServer'
> GO
>
> Then consider to create Views to make it easy to access the remote Oracle
> tables. Oracle connectivity has even been tested:
>
> Microsoft® SQL ServerT 2000 distributed queries have been tested with
> several OLE DB providers. Some of the tested OLE DB providers are
installed
> with SQL Server 2000:
> a.. Microsoft OLE DB Provider for SQL Server
>
>
> b.. Microsoft OLE DB Provider for ODBC
>
>
> c.. Microsoft OLE DB Provider for Jet
>
>
> d.. Microsoft OLE DB Provider for DTS Packages
>
>
> e.. Microsoft OLE DB Provider for Oracle
> regards
> jensk
>
>
>
> "Nils Magnus Englund" <nils.magnus.englund@orkfin.no> wrote in message
> news:%23s4wGz1CEHA.2576@TK2MSFTNGP11.phx.gbl...
> > Is it possible to create a view in SQL Server which incorporates tables
> from
> > an Oracle database? It can be a ODBC connection, I don't care much about
> > speed etc. Just is it possible? :) Any tips/suggestions/links to more
> > information etc. would be great!
> >



Relevant Pages

  • Re: Oracle Database Access via IIS 6.0 ASP Pages on Windows 2003 S
    ... >Oracle 10g Client is installed on the Windows Server. ... >This is my standard DSN Less connection. ... >Microsoft OLE DB Provider for ODBC Drivers error '80004005' ...
    (microsoft.public.inetserver.iis)
  • Error 80040e14
    ... I have a simple Stored Procedure and all it does is it adds 4 ... Microsoft OLE DB Provider for SQL Server ...
    (microsoft.public.sqlserver.programming)
  • VSS Errors using NTBackup
    ... Microsoft OLE DB Provider for SQL Server ... Error message: ...
    (microsoft.public.windows.server.sbs)
  • Re: Oracle Linked Servers
    ... To use distributed transactions with the Oracle OLE DB Provider in your ... I created a blank database in sql server ...
    (microsoft.public.sqlserver.server)
  • Re: Can you use the OleDb classes for SQL Server?
    ... No. Oracle uses different syntax, data flow and other methodologies in their ... that uses the OracleClient .NET data provider to access Oracle. ... Hitchhiker's Guide to Visual Studio and SQL Server ... I agree that it would be neat to just call a stored procedure for the ...
    (microsoft.public.dotnet.framework.adonet)