ERROR | parse expected before a bind or execute |
CAUSE | The client application attempted to bind a variable or execute a cursor opened in a PL/SQL block before the statement was parsed. |
ACTION | Ensure the statement is parsed before a bind or execute. |
ERROR | parse expected before a bind or execute |
CAUSE | The client application attempted to bind a variable or execute a cursor opened in a PL/SQL block before the statement was parsed. |
ACTION | Ensure the statement is parsed before a bind or execute. |