Results 1 to 4 of 4

Thread: Can we connet between Oracle and MSSQL?

  1. #1
    Join Date
    Dec 2006
    Posts
    1

    Can we connet between Oracle and MSSQL?

    Hi Expertises,

    I am having question would like to know the answer:
    Can we connect 02 DB Oracle and MSSQL then get data from both of them?
    Thanks,

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You can create linked server on MS sql to point to Oracle.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    You could use the following in sql server to connect to oracle and get data.
    Linked server and openquery
    or
    openrowset
    or
    opendatasource
    or
    DTS

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can do other way around too. You can use Heterogenous services setup to connect to SQL Server from Oracle. It involves modifying odbc file under hs folder in oracle home, then creating a dblink.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •