Connecting to MSSQL Server [message #651811] |
Wed, 25 May 2016 09:46 |
|
tony_soprano786
Messages: 5 Registered: November 2015
|
Junior Member |
|
|
Hi
I want to be able to query data in my 2008 MSSQL server, from my Oracle 11gR2 instance. I'm trying to achieve this by using FreeTDS/unixODBC
I've got as far as installing/configuring FreeTDS and unixODBC in my Oracle environment, which has been successful; I'm able to connect to my MSSQL Server using isql.
Now, I'm a little lost with installing/configuring things from Oracles perspective. I understand that I need to use Oracle Heterogeneous services? is there much left to configure/set-up to get this working?
|
|
|
|
|
|
Re: Connecting to MSSQL Server [message #651883 is a reply to message #651851] |
Thu, 26 May 2016 13:35 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
tony_soprano786 wrote on Thu, 26 May 2016 07:12Appreciate the reply. Nice article too.
The tools I've mentioned that I've used are all free, and looking at your article, they work fundamentally the same as the mechanisms you mention.
"Fundamentally the same" is not the "same" as "same". Why do you need/want any third-party components at all? MS already supplies the odbc driver for MSSQL. Who better to supply and odbc driver for ANY database, than the vendor of that database? And the other side of the equation is Oracle Transparent Gateway. Who better to supply the gateway from Oracle than Oracle? Where, exactly, does this third-party FreeTDS fit in?
I've never seen the error you report, but then I've never tried to connect Oracle to MSSQL with unnecessary third-party products.
|
|
|