Oracle DBA, How To, Error, Cause and Action

ORA-01060: array binds or executes not allowed

ORA-01060: array binds or executes not allowed


Cause:


The client application attempted to bind an array of cursors or attempted to repeatedly execute against a PL/SQL block with a bind variable of type cursor.



Action:


Bind a single cursor or execute the PL/SQL block once.

No comments:

Post a Comment

Thanks for your comment.