ORA-22165: given index [string] must be in the range of [string] to [string]
Cause: Given index is not in the required range.
Action: Ensure that the given index is in the required range.
ORA-22165 错误代表给定的索引必须在范围内。
ORA-22165 由Oracle返回,指出在查询或索引访问时提供的索引值不在指定的范围内。
当试图访问越界索引时,会导致此错误发生。
1.请检查索引值是否正确。
2.检查索引起始值和终止值是否属于指定范围。
3.检查数据库中有效索引区间是否正确。