Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help - JDBC thin driver and Oracle8 On NT

Help - JDBC thin driver and Oracle8 On NT

From: FurmahTech <PaulFurmah_at_hotmail.com>
Date: 1998/02/14
Message-ID: <01bd3972$2523a570$9e895ad1@bighorn>#1/1

Hi

        I have installed Oracle8 on NT4 and all my client machines can access the database using Sql*Net and ODBC successfully except the client machines using JDBC thin driver supplied by Oracle.

When connect using the Thin JDBC driver, with the connect string like

                  ... scott/tiger_at_liquid:1521:ORCL
I get the following message:

        "No data to read on socket..."

Any help will be appreciated
Thanks in advance

HERE Is the sample of my initorcl.ora, Listener.ora and Sqlnet.ora =========== INITORCL.ORA ===========
db_name = ORCL
global_names = TRUE
db_domain = LIQUID
......... etc ..

===============SQLNET.ORA ============
NAME.DEFAULT_ZONE=LIQUID
NAMES.DEFAULT_DOMAIN=LIQUID

SQLNET.AUTHENTICATION_SERVICES=(NTS)
SQLNET.EXPIRE_TIME=0
SQLNET.ENCRYPTION_SERVER=REQUESTED
SQLNET.ENCRYPTION_CLIENT=REQUESTED

NAMES.DIRETORY_PATH=(TNSNAMES,HOSTNAME) Received on Sat Feb 14 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US