ORA-27351: conflicting values of job attributes string and string
What triggered the Error:
e 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.What should we do to fix it:
solve the conflict by changing the value of one of the attributes and issue the call again.