How to fix the Oracle error ORA-19379: invalid time_limit or repeat_interval?
In this post, you’ll learn more about the Oracle ErrorORA-19379: invalid time_limit or repeat_interval with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-19379: invalid time_limit or repeat_interval
Reason for the Error ORA-19379: invalid time_limit or repeat_interval
The user specified a NULL value for either the time_limit or the repeat_interval, or a repeat_interval that is greater than the time_limit
How to fix the Error ORA-19379: invalid time_limit or repeat_interval ?
You can fix this error in Oracle by following the below steps
Provide a non-null value and make sure time_limit >= repeat_interval
Leave Your Comment