Connecting Oracle to SQL Server via database link

前端 未结 2 474
孤城傲影
孤城傲影 2020-12-10 15:11

I am trying to connect from Oracle 10G(on UNIX) to a SQL Server database (On windows). I have looked at the manual and i will admit that i am finding the documentation quite

2条回答
  •  天命终不由人
    2020-12-10 15:27

    I used Data Direct drivers which had to be configured on the Oracle UNIX machine. You must create the ODBC connection in UNIX in order to be able to see SQL Server. (At least that has always been how I have done it)

提交回复
热议问题