Database Error Messages

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.