文档解释
ORA-38621: Decision Tree maximum depth setting not between [2, 20]
Cause: The user specified a max tree depth not in the range of [2, 20].
Action: The user should adjust the input value to be in the range of [2, 20].
ORA-38621错误是一种由Oracle数据库引擎抛出的错误,指出决策树的最大深度设置不在[2,20]之间。
官方解释
ORA-38621:选项“decision_tree_max_depth”的设置不在合理范围[2, 20]之间。更正设置并重试操作。
常见案例
在操作Oracle时,系统抛出错误提示:ORA-38621错误。
一般处理方法及步骤
1、检查决策树最大深度设置是否满足一个为2,另一个为20的范围。
2、如果不满足,调整设置使其满足要求,并重试操作。