Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: hsodbc/Merant connection to MSSQL
Hi Ed,
If it helps, I have got hsodbc working under 816 on NT4 going to MSSQL 6.5 also on NT4.
(AFAIK it does not work under 815 on NT.) I have also used HSODBC to connect to Rdb databases running on VMS.
However, this was in a test environment and I have not used it in
production.
I found note 114820.1 helpful - "QUICK START GUIDE: WIN NT - Generic
Connectivity using ODBC"
Also note 109730.1 - How to setup generic connectivity (Heterogeneous
Services) for Windows NT
Excerpts from my config files are below. Also make sure the hsodbc option is installed - check for the existence of oracle_home\bin\hsodbc.exe
tnsnames.ora
For hsodbc, put (HS=OK)
eg:
# MI31 is MSSQL database on host x - but since HS, host set to the node of
the listener
MI31.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP) (Host = nameofmypc) (Port = 1521) )
In my listener.ora, I had (under a sid_list):
(SID_DESC =
(GLOBAL_DBNAME = MI31.WORLD) (SID_NAME = MI31) (PROGRAM = HSODBC)
In my initmi31.ora file (note the domain setting to avoid ora-02085). This file is located at oracle_home\hs\admin
# initmi31.ora
#
#
#
Regards,
Bruce
Anyone succeeded in getting hsodbc working (8.1.x); I need to get this up (Oracle to MSSQL 2K on Win2K);
TG4MSQL is not viable as it isn't supported on W2K; can't wait for 'promised' upgrades. Merant seemed to be the way to go; but I've been unable to get that connection working either through hsodbc; I've been over my listener configs about 200 times already and all appears in order.
Success / Failure stories much welcome.
TIA
Ed Maurer
AcquireX
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Reardon, Bruce (CALBBAY) INET: Bruce.Reardon_at_comalco.riotinto.com.au 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 Thu Mar 01 2001 - 15:46:45 CST
![]() |
![]() |