Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.