“Cannot create an instance of OLE DB provider” error as Windows Authentication user

后端 未结 7 1285
借酒劲吻你
借酒劲吻你 2020-12-24 02:47

I am trying to run openrowset from MS SQL Server on an Oracle server.

When i execute the following command:

select * from
OPENROWSET(\'OraOLEDB.Oracl         


        
7条回答
  •  我在风中等你
    2020-12-24 03:33

    Aside from other great responses, I just had to give NTFS permissions to the Oracle installation folder. (I gave read access)

提交回复
热议问题