Error Message :
ORA-20999: General Failure "schedule start from date is null"
After upgrading from version 8.x.x to version 9.x.x, FORECAST Job fails with an error similar to the following:
old 7: start_date := to_date('&start_date','yyyymmddhh24miss');
new 7: start_date := to_date('20170927140319','yyyymmddhh24miss');
old 8: end_date := to_date('&end_date','yyyymmddhh24miss');
new 8: end_date := to_date('20171007235959','yyyymmddhh24miss');
old 9: max_depth := '&max_depth';
new 9: max_depth := '20';
old 10: min_units := '&min_units';
new 10: min_units := 'DAYS';
Start=27 14:03:19 End=07 23:59:59
declare
*
ERROR at line 1:
ORA-20999: General Failure "schedule start from date is null"
ORA-06512: at line 11