Database Error Messages

ORA-01475

must reparse cursor to change bind variable datatype

Cause

After executing a statement, an attempt was made to rebind a bind variable with a datatype different from that of the original bind.


Action

Re-parse the cursor before rebinding with a different datatype.