Results 1 to 2 of 2

Thread: Read tables from Oracle to SQL Server

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2001
    Posts
    1,384

    Read tables from Oracle to SQL Server

    Hi all,

    I have Oracle on an XP machine, and use the 'Oracle in OraDB10g_home1' driver to read the data. I have another Windows Server 2008 R2 machine on the same network, with SQL Server 2012 on it. What is the best way to read Oracle Tables in SQL Server? Can I setup an ODBC link from my Windows Server machine to the Oracle Database (which would require me to download an Oracle ODBC driver)? Or is the best way to export the required tables from Oracle (e.g. into csv format) and import them into SQL?

    Thanking you in advance,
    Imelda.
    Mel

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Re: Read tables from Oracle to SQL Server

    There are many ways of doing that.
    • You can link an oracle server/db in the SQL Server then do a select from the linked server and insert into sql server table(s).
    • You can import the data using sql server management studio
    • Or you can just write your own code to do it.

Posting Permissions

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



Click Here to Expand Forum to Full Width