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

Home -> Community -> Usenet -> c.d.o.misc -> Re: JDBC: Protocol-Error ?

Re: JDBC: Protocol-Error ?

From: Steven Hill <stevenhill_at_[no_spam>
Date: Mon, 16 Nov 1998 14:49:24 -0800
Message-ID: <3650ABF4.49340B5E@ibm.net>


7.3.4.0.2 is the latest version of the Oracle7 JDBC driver, but there is an oracle8
driver also. Check out it, it fixed an error for me that's similar to yours.

http://www.oracle.com/products/free_software/

"Michael Skusa (work)" wrote:

> Hi !
>
> What does the Oracle JDBC error "Protocol violation" mean ?
> Sometimes, especially when I am trying to read BLOBs from
> an Oracle database, I get this error. A stack dump of the
> program shows that the error occurs within the JDBC driver
> (Oracle thin driver):
>
> java.sql.SQLException: Protocol violation
> at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:383)
> at oracle.jdbc.ttc7.Oclose.receive(Oclose.java:136)
> at oracle.jdbc.ttc7.TTC7Protocol.close(TTC7Protocol.java:415)
> at oracle.jdbc.driver.OracleStatement.close(OracleStatement.java:1225)
>
> Any ideas ?
>
> Michael Skusa
>
> mailto:2skusa_at_informatik.uni-hamburg.nospam.de
>
> (* remove .nospam when replying through mail *)

--
Steven Hill,
Computer Catalyst, Inc. Received on Mon Nov 16 1998 - 16:49:24 CST

Original text of this message

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