Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-41470

fetch tried on dead connection

Cause

A fetch was attempted on a dead connection.


Action

Check for a failed error on previous call. Discard the connection and reconnect. 41471 and 41472 both indicate that client receives unexpected replay context in function kpuxcAppContCtlRecv. The difference is that: 41471 is for standard case which is what we expect since it is raised by unsupported metadata call to OCIAttrGet and we could ignore it while 41472 is for non-standard case which means client receives unexpected replay context but the reason is not clear.