My Oracle Support Banner

ORA-2800: REQUESTS TIMED OUT WHEN USE_CURRENT_SESSION = FALSE (Doc ID 473551.1)

Last updated on FEBRUARY 02, 2022

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.3 [Release 10.2]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

10.2.0.x



Symptoms

After migrating database to a new server, unable to run any dbms_scheduler jobs that contain, use_current_session => FALSE.

All fail with:
.
BEGIN dbms_scheduler.run_job(job_name => 'EXFSYS.RLM$EVTCLEANUP',
use_current_session => FALSE); END;
.
ERROR at line 1:
ORA-2800: Requests timed out
ORA-6512: at "SYS.DBMS_ISCHED", line 150
ORA-6512: at "SYS.DBMS_SCHEDULER", line 441
ORA-6512: at line 1
.

When use_current_session => TRUE it works fine.

Changes

Database was moved to use ORACLE_HOME on a new box.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.