Database Error Messages

ORA-24255

implementation restriction: bind variables cannot change in the translated SQL statement

Cause

An attempt to register or use a translated SQL statement failed because the number or the order of bind variables were changed in the statement.


Action

Do not change the number or the order of bind variables in the translated SQL statement.