|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, April 01, 2010 2:49 AM
Points: 10,
Visits: 39
|
|
Hello Everyone,
Here i have Oracle Database 9i and SQL Server 2005 databases. I have some tables in sql server db and i want to access from Oracle.
How to create a link between these two servers please do needful.........
Kindly waiting for the replay...
Thanks,
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 6:50 PM
Points: 259,
Visits: 758
|
|
I did this at my last job. Since I'm no longer there, I don't have complete details, but here are some general steps. And I'm a SQL Server guy, so my Oracle is not exactly the best.
1. download and install the Oracle 9i client. I think it's free from Oracle. 2. configure client using Net Manager. We used the tnsnames.ora file, but there is another way to talk to Oracle. 3. verify your connectivity to Oracle using Net Manager 4. create a linked server in SQL Server (Server Objects - Linked Servers). Not sure what the Provider name will be, since I don't have Oracle drivers installed here.
From there, it's pretty much the same as configuring any other linked server.
Good luck....
Peter
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 12:41 PM
Points: 417,
Visits: 1,122
|
|
Peter Veilleux-436764 (1/25/2010) I did this at my last job. Since I'm no longer there, I don't have complete details, but here are some general steps. And I'm a SQL Server guy, so my Oracle is not exactly the best.
1. download and install the Oracle 9i client. I think it's free from Oracle. 2. configure client using Net Manager. We used the tnsnames.ora file, but there is another way to talk to Oracle. 3. verify your connectivity to Oracle using Net Manager 4. create a linked server in SQL Server (Server Objects - Linked Servers). Not sure what the Provider name will be, since I don't have Oracle drivers installed here.
From there, it's pretty much the same as configuring any other linked server.
Good luck....
Peter
Provider should be Microsoft OLE DB Provider for Oracle.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, April 01, 2010 2:49 AM
Points: 10,
Visits: 39
|
|
Thanks for the reply,
Where i need to install oracle client software ?? in SQL server or Oracle Server
We have both servers & databases...
I need to access the tables of sql server database from oracle......
Thanks,
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 7:43 AM
Points: 350,
Visits: 406
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, July 20, 2010 7:30 PM
Points: 4,
Visits: 11
|
|
Ram,
You should install Oracle Client on your development machine (similar to SQL Native Client installation). One thing to remember is that Oracle Client installation creates system variables and sometimes skips an important BIN folder. Without BIN folder SSIS/SQL Server can't find essential Oracle drivers/DLLs.
Good luck, Steve.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, January 18, 2012 7:43 AM
Points: 350,
Visits: 406
|
|
I thought the question was how to connect to SQL Server From Oracle.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, July 20, 2010 7:30 PM
Points: 4,
Visits: 11
|
|
vstitte,
You're probably right, but I figured they will use SSIS for data-exchange anyway. If that is the case then my post is relevant, otherwise my post was for PR purposes only. 
- Steve.
|
|
|
|