How to fix the Oracle error PLS-01474: Use of ANY is non_ANSI?
In this post, you’ll learn more about the Oracle ErrorPLS-01474: Use of ANY is non_ANSI with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-01474: Use of ANY is non_ANSI
Reason for the Error PLS-01474: Use of ANY is non_ANSI
Due to the combining of comparison_predicate and quantified_predicate, we may have something like sim_expr = ANY_ sim_expr, which is nonetheless accepted by kernel.
How to fix the Error PLS-01474: Use of ANY is non_ANSI ?
You can fix this error in Oracle by following the below steps
None
Leave Your Comment