ORA-27417: BYWEEKNO clause requires YEARLY clause
Cause: A repeat interval or calendar contained a BYWEEKNO clause with a frequency other than yearly.
Action: Remove the BYWEEKNO clause or change the frequency to YEARLY.
。
ORA-27417 是 Oracle 数据库中智能管理器报错信息编码,当运行任何类型的 DBMS_SCHEDULER 作业或程序时,如果存在不支持任何常见参数组合(例如称为 BYWEEKNO ),可能会显示此问题。
1、当试图将一个 BYWEEKNO 参数添加到非 WEEKLY 周期时,可能会出现此错误;
2、当试图将 BYWEEKNO 子句添加到非 YEARLY 时间间隔时,也会出现此错误。