SQLRecoverableException: I/O Exception: Connection reset

后端 未结 8 1324
太阳男子
太阳男子 2020-12-07 19:06

Yesterday evening I left the office with a running Java program written by me. It should insert a lot of records into our company database (Oracle) using a JDBC connection.

8条回答
  •  遥遥无期
    2020-12-07 19:46

    I had a similar situation when reading from Oracle in a Spark job. This connection reset error was caused by an incompatibility between the Oracle server and the JDBC driver used. Worth checking it.

提交回复
热议问题