ORA-29255: Cursor contains both bind and define arrays which
is not permissible



ORA-29255: Cursor contains both bind and define arrays which is not permissible..

Answer / guest

Cause: Both define_array and bind_array have been called on
this cursor. This is illegal. It is not possible for a
cursor to both contain array binds and array defines. The
semantics of this setting are nonsensical. Array defines are
used to move data from select queries into PL/SQL tables and
array binds to bind PL/SQL tables to non-select queries.

Action: Modify your PL/SQL program to only perform calls to
one of the two functions depending on the kind of cursor at
hand.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00375: illegal GOTO statement; this GOTO cannot branch to label 'string'

1 Answers  


QSM-02115: mv references a remote object and is refreshed ON COMMIT

1 Answers  


KUP-04025: field extends beyond end of record

1 Answers  


PLS-00434: record field has unsupported type: "string"

1 Answers  


ORA-30938: No prefix defined for namespace 'string' (particle string)

1 Answers  






PLS-00135: Pragma string expects 3rd argument to be an identifier, string or numeric literal

1 Answers  


RMAN-06111: changed backup piece unavailable

1 Answers  


QSM-02004: grouping column omitted from SELECT list

1 Answers  


ORA-19625: error identifying file string

1 Answers  


ORA-29390: some resource plans are not part of any top-plan

1 Answers  


ORA-30341: dropped level has references

1 Answers  


ORA-06117: NETTCP: unable to create ORASRV: quota exceeded

1 Answers  


Categories