ORA-13912: Critical threshold value is less than warning threshold value.
Cause: An attempt was made to call SET_THRESHOLD procedure with the critical threshold value less than the warning threshold value.
Action: Check the threshold values and reissue the statement.
ORA-13912错误表示临界阈值值小于警告阈值值的情况,这是不允许的。
这是一个完全一提示的错误,表明临界值小于警告值,失败更新或插入。
常见的错误是数据库管理员在设置资源管理配置时使用了错误的参数。 例如,管理员可能会将临界阈值值设置为小于警告阈值值。
1.确保已使用正确的参数设置进行修改、插入操作,使critical_threshold >= warning_threshold。
2.检查系统中是否有其他错误,并考虑进行调整以解决所有错误。
3.重新运行操作语句,以确保参数更新或插入正确。