Database Error Messages

OCI-46243

The RAS dispatcher session has timed out and does not exist anymore.

Cause

The Oracle Database Real Application Security (RAS or XS) dispatcher session timed out due to inactivity. The dispatcher session is a connection between the Java application and the database used to attach and detach RAS sessions to the connection pool.


Action

Increase the inactivity timeout for the dispatcher session by modifying the timeout on the XSSessionManager class with the setInactivityTimeout method.