Using 12.5.1.1 Oracle Professional Edition on Windows 7 64 bit
When accessing a schema’s Scheduled Jobs then selecting Scheduled Run Times, nothing is displayed and the following error is shown in the status line:
ORA-06550: line 13, column 64:
PLS-00201: identifier ‘DBMS_LOB’ must be declared
ORA-06550: line 13, column 3:
PL/SQL: Statement ignored
ORA-06550: line 14, column 27:
PLS-00201: identifier ‘DBMS_LOB’ must be declared
ORA-06550: line 14, column 3:
PL/SQL: Statement ignored
ORA-06550: line 21, column 7:
PLS-00201: identifier ‘DBMS_LOB’ must be declared
ORA-06550: line 21, column 7:
PL/SQL: Statement ignored
ORA-06550: line 27, column 5:
PLS-00201: identifier ‘DBMS_LOB’ must be declared
ORA-06550: line 27, column 5:
PL/SQL: Statement ignored
ORA-06550: line 30, column 3:
PLS-00201: identifier ‘DBMS_LOB’ must be declared
ORA-06550: line 30, column 3:
PL/SQL: Statement ignored
This information comes from DBMS_SCHEDULER.EVALUATE_CALENDAR_STRING,
which sometimes fails in evaluating valid calendar strings,
especially when referencing other schedules. When doing so,
it helps to include the schema name.