Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> JDBC: Protocol-Error ?
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 *)
Received on Thu Oct 22 1998 - 06:55:30 CDT