Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DB link for nonoracle databases
You have to setup heterogeous services.
Check in the Net8 guide under Configuring connections
to non-Oracle Databases Services.
Here what I've done to have a dblink between Oracle 816/Solaris and SQLServer 6.5 via ODBC MERANT.
Modify listener.ora to listen to hsodbc. Add en entry in tnsnames.ora to point on hsodbc.
Create a dblink on hsodbc.
I was able to read/write on tables on SQLServer.
Even if it's not support, I was able to run a stored
proc on SQLServer with
dbms_hs_passthrough.execute_immediate.
The only bad thing is that all processes were frozen on SQLServer until I log out.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?paquette=20stephane?= INET: stephane_paquette_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed May 02 2001 - 07:11:34 CDT