SQL exception : java.sql.SQLRecoverableException: No more data to read from socket
0 We are using Oracle as the database for our application. The application runs well after 12 PM , but before 12 PM we get this "No more data to read from socket" error. org.springframework.dao.RecoverableDataAccessException: PreparedStatementCallback; SQL [Here my sql query ....]; No more data to read from socket; nested exception is java.sql.SQLRecoverableException: No more data to read from socket at org.springframework.jdbc.support.SQLExceptionSubclassTranslator.doTranslate(SQLExceptionSubclassTranslator.java:98) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:660) at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:695) at org.springframework.jdbc.c