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 -> Re: JDBC Error message: "End of TNS data channel"

Re: JDBC Error message: "End of TNS data channel"

From: Pat Minnis <pminnis_at_maverick.net>
Date: Sat, 10 Jul 1999 02:44:50 GMT
Message-ID: <Csyh3.3354$X4.30323@news.goodnet.com>


Sounds like your connection is being dropped, possibly due to a time-out waiting for a response.

Check your sqlnet client side parameters and possibly even server side. Do sqlnet and listener traces to find out for sure what is happening.

<Ludovic_Brenta_at_i2.com> wrote in message news:7m53qb$cmk$1_at_nnrp1.deja.com...
> Hello,
>
> I'm trying to connect to a remote Oracle 8.0.3 server through Oracle's
> JDBC Thin driver and I get an SQLException doing so. The info in the
> exception is the following:
>
> SQL State = null
> Message = End of TNS data channel
> Error code = 0
>
> This happens even though I can connect to that remote database through
> SQL*Plus.
>
> What does this error message mean? I cannot find it in Oracle doc, nor
> does it have a message number.
>
> Any help is appreciated.
>
> --
> Ludo.
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Fri Jul 09 1999 - 21:44:50 CDT

Original text of this message

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