DROP_SCHEDULE Fails With ORA-6544/PLS-801/ORA-1405 Errors
(Doc ID 2094885.1)
Last updated on FEBRUARY 25, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5.0 and laterInformation in this document applies to any platform.
Symptoms
Unable to drop a schedule. Below errors are thrown while trying to execute DROP_SCHEDULE:
BEGIN
exec DBMS_SCHEDULER.drop_schedule( 'TEST_SCHD1');
END;
exec DBMS_SCHEDULER.drop_schedule( 'TEST_SCHD1');
END;
ORA-6544: PL/SQL: internal error, arguments: [pef.c:pefccal1()],
[4294967295], [], [], [], [], [], []
ORA-6553: PLS-801: internal error [pef.c:pefccal1()]
ORA-1405: fetched column value is NULL
ORA-6512: at "SYS.DBMS_ISCHED", line 1028
ORA-6512: at "SYS.DBMS_SCHEDULER", line 1555
ORA-6512: at line 2
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 |