Database Error Messages

ORA-41460

Transparent Application Continuity cannot enable replay because unrestorable session state exists.

Cause

This is an ACCHK message. Transparent Application Continuity could not enable replay because the session contained an unrestorable session state. Examples are session-duration temporary tables or LOBs, PL/SQL global variables, or Oracle Java Virtual Machine (OJVM).


Action

Consider enabling RESET_STATE on your service. RESET_STATE restores session state at the end of requests. You may also consider using Application Continuity (FAILOVER_TYPE = TRANSACTION).