I know its been a while but i'm back to this and still cannot get it to work ..
heres is my oracle db details and you can see i can connect locally ..
C:\Documents and Settings\ehealth>lsnrctl stat
LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 17-OCT-2011 16:08:45
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EHEALTH))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
Start Date 30-SEP-2011 10:00:18
Uptime 17 days 6 hr. 8 min. 28 sec
Trace Level off
Security ON: Password or Local OS Authentication
SNMP OFF
Listener Parameter File D:\oracle\Oracle.10.2\network\admin\listener.ora
Listener Log File D:\oracle\Oracle.10.2\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EHEALTHipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=EH63)(PORT=1521)))
Services Summary...
Service "EHEALTH" has 1 instance(s).
Instance "EHEALTH", status UNKNOWN, has 1 handler(s) for this service...
Service "EHEALTH.ca.com" has 1 instance(s).
Instance "EHEALTH", status READY, has 1 handler(s) for this service...
Service "EHEALTH_XPT.ca.com" has 1 instance(s).
Instance "EHEALTH", status READY, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
C:\Documents and Settings\ehealth>
C:\Documents and Settings\ehealth>
C:\Documents and Settings\ehealth>
C:\Documents and Settings\ehealth>sqlplus ehealth/ehealth
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Oct 17 16:11:01 2011
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
what do i need to connect from a remote Winxp
what i have tried is download a ODBC driver from oracle suppor and add it as a data source but i get the message
WSAECONNREFUSED (10061) Connection refused
do i need to allow remote access on the DB ?