文档解释
ORA-13411: subset results in null data set
Cause: The intersection of cropArea and source GeoRaster object was null.
Action: Check the documentation, and make sure the cropArea parameter is correct.
ORA-13411:此错误表明用户在应用统计信息函数SUBSET_STATS或流程快照函数当中使用了一个空集合(null data set)。
官方解释
常见案例
正常处理方法及步骤
1. 确认是否过程有null值
2. 检查向SUBSET_STATS或dbms_xplan.display_cursor函数的变量的值
3. 修改变量的值,使其不为null
4. 再次执行SUBSET_STATS或dbms_xplan.display_cursor函数