Oracle ORA-03137: TTC protocol internal error : [12333] 故障分析(三)
of the driver, nor versions 11.2.0.2 or above
2) You are using end-to-endmetrics in your Java code
3) The server side ORA-3137[12333] error is accompanied by the client side Java exception "No moredata to read from socket"
This bug is fixed in the11.2.0.2 version of the JDBC driver and above.
而当前版本的JDBC Driver 也是:11.2.0.1.0。 所以将JDBC DRIVER升级到11.2.0.2 之后,故障解决。