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

ORA-08460: invalid environment clause in environment parameter

1 Answers  


SQL-02135: Unable to initialize date format using supplied mask

1 Answers  


ORA-07286: sksagdi: cannot obtain device information.

1 Answers  


ORA-01060: array binds or executes not allowed

1 Answers  


PCC-00062: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL

1 Answers  






ORA-16587: Ambiguous object specified to Data Guard broker

1 Answers  


ORA-09769: osnmbr: cannot send break message

1 Answers  


PCB-00100: Unable to reopen temporary file string

1 Answers  


ORA-27510: IPC error waiting for a request to complete

1 Answers  


RMAN-06095: a backup controlfile must be restored to recover datafile string

1 Answers  


NCR-03020: NCRO: Invalid call context

1 Answers  


AMD-00131: dimension #string: RDBMS parent column data type not specified

1 Answers  


Categories