Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access to Oracle tables from Sqlserver

Status
Not open for further replies.

hosrow

Programmer
May 18, 1999
16
US
Does anyone know how I could access Oracle tables from SqlServer? Have you done it? Need any specific tools? How is the performance?
 
use ODBC or some other APIs. John Fill
1c.bmp


ivfmd@mail.md
 
JohnFill is right. After you have the ODBC connection set up on your PC, you can simply reference it using the import/export data util in SQL Server. The Oracle ODBC drivers install during the installation of the Oracle software, so just select those drivers, give it the name of the ODBC connection, a username and a password.

I run my whole page off of data pulled from Oracle into SQL, and that's how I do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top