ORA-13761: invalid filter
Cause: The user attempted to select data from a data source using an invalid filter. A filter is a WHERE clause on data source content.
Action: Correct the filter and retry the operation.
ORA-13761:非法过滤器
1、验证参数的正确性和过滤器的正确表达:参数都应该以正确的格式传入,过滤器定义也应该正确可用。
2、重新定义过滤器:检查参数内容,如果这些参数被正确定义,则重新定义过滤器以正确可用。
3、尝试执行语句:重新尝试CONTAINS函数或EXECUTE IMMEDIATE语句,如果没有错误,则代码已正确执行。