Database Error Messages

ORA-19379

invalid time_limit or repeat_interval

Cause

Either a NULL value was specified for the time_limit or the repeat_interval value, or the repeat_interval value was greater than the time_limit value.


Action

Provide a non-NULL value and ensure that time_limit value is greater than or equal to the repeat_interval value.