Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help - JDBC thin driver and Oracle8 On NT
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
![]() |
![]() |