aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-27351: conflicting values of job attributes string and string

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

请先 登录 后评论

1 个回答

小智
ORA-27351:作业属性字符串和字符串的冲突值,
.原因:传递给CREATE_JOBS调用或JOB对象构造函数的两个属性的值彼此冲突。这通常是因为两个属性不能同时为非NULL。,
.操作:通过更改其中一个属性的值来解决冲突,然后再次发出调用。,
.
请先 登录 后评论