ORA-04092 From a Trigger that calls DBMS_SCHEDULER.RUN_JOB
(Doc ID 2954649.1)
Last updated on JUNE 09, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
A trigger that calls dbms_scheduler.RUN_JOB to execute a script generates an ORA-04092.
Below is a simple testcase that reproduces the issue in 12.1 up to 19c:
------ mytestscript.sh script ---
#!/bin/ksh
date >> /tmp/mytestoutput.log 2>&1
------ end of shell script -----
#!/bin/ksh
date >> /tmp/mytestoutput.log 2>&1
------ end of shell script -----
Changes
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 |