Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-17143

Invalid or stale connection found in the connection cache.

Cause

The program attempted was to use a connection that's no longer valid (not connected to the database).


Action

Verify that connection is still valid using isValid method of OracleConnection or create a new connection.