javaoracle-databasejdbcojdbc

In Oracle JDBC connections, what do 'connect lapse' and 'authentication lapse' mean?


While trying to connect to an Oracle database, I get the following error:

SQLRecoverableException: ORA-17002: I/O error: Connection reset by peer, connect lapse 3986 ms., Authentication lapse 0 ms.

What do 'connect lapse XXXXms' and 'authentication lapse XXXXms' mean?


Solution

  • the term "connect lapse" and "authentication lapse" are related to the connection establishment between the database server and your application.

    To be very specific,

    My personal recommendation would be to check the configuration of the database on your application side.