manohar143
Programmer
I am Using OLE DB for Oracle (MSDAORA) for connecting to Oracle Database form SQL Server.
I followed the steps given below for same:
1) Created Linked Server with sp_addlinkedserver
2)Created mapping between logins on the local server running MS SQL Server and remote logins on the linked (Oracle) server.
After Configuring logged into MS SQL server and executed the following query
select * from OrclDB..SCOTT.EMP
and then SQL Server throws following error
*****1MS SQL Server Error******
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDAORA' reported an error.
[OLE/DB provider returned message: Oracle error occurred, but error message could not be retrieved from Oracle.]
If anybody have done this and faced the same problem, please share there experiences.
Thanks in Advance,
Manohar