May 14, 2004 at 9:19 am
How do you create a linkserver between Oracle and SQL server?
I did this.
sp_addlinkedserver @server = 'Oracle', @provider = 'MSDAORA'
It returned '(null)' is an invalid product name.
I want to access Oracle in a stored procedure that is why I need to create a link server between Oracle and SQL Server.
Thanks
May 14, 2004 at 10:06 am
You should also add the @srvproduct = 'Oracle' parameter.
May 14, 2004 at 12:30 pm
1. install oracle client in the server where your sql server is
2. configure oracle client
3. set up the linked server (if you cannot set it up using sp_???, use the EM. It works)
May 17, 2004 at 8:05 am
Thanks
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy