Database Error Messages

OCI-32612

invalid use of FOR loop

Cause

The MODEL FOR loop was used where it is not allowed. FOR loops are not allowed in complex dimensional predicates, on the right hand side of rules, or in the until condition.


Action

Check the SQL statement and rewrite if necessary.