Database Error Messages

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

DIA-27351

conflicting values of job attributes string and string

Cause

The values of two attributes passed in to the CREATE_JOBS call or the JOB object constructor conflicted with each other. This is usually because both attributes cannot be non-NULL at the same time.


Action

Resolve the conflict by changing the value of one of the attributes and issue the call again.