Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to see SQL server from Oracle
Firstly, make sure you read the "Oracle9i Heterogeneous Connectivity
Administrator's Guide" if you haven't already. According to this guide
there are two main options:
Extract from Oracle9i Database Administrators Guide
Alternatively, you can use generic connectivity to access non-Oracle data stores so long as the non-Oracle system supports the ODBC or OLE DB protocols.
Generic connectivity enables you to connect to non-Oracle data stores by using either a Heterogeneous Services ODBC agent or a Heterogeneous Services OLE DB agent - both are included with your Oracle product as a standard feature.
The advantage to generic connectivity is that it may not be required for you to purchase and configure a separate system-specific agent. You use an ODBC or OLE DB driver that can interface with the agent. However, some data access features are only available with transparent gateway agents.
I haven't personally installed ODBC on UNIX before.
I would suggest trying to get the Generic Connectivity option working. It is probably more cost effective from a licensing perspective. Received on Mon Feb 14 2005 - 23:37:59 CST