Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help - JDBC thin driver and Oracle8 On NT
If you are using Oracle 8.0.3 then you need to get the SQL*Net patch to
bring
your SQL*Net version up to 8.0.3.0.2 or higher.
That will get rid of the "No data to read on socket" error message.
Second, the JDBC thin driver does NOT use the SQLNET.ORA file in any way (It's all Java designed for applets, and installations without a local Oracle Client installation, therefore there might NOT be a SQLNET.ORA file for it to read from.
So you can just ignore the settings in that file when using the Type-4 JDBC driver.
Take Care,
Robert Clevenger
FurmahTech wrote in message <01bd3972$2523a570$9e895ad1_at_bighorn>...
>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
Received on Tue Feb 17 1998 - 00:00:00 CST
![]() |
![]() |