ORA-29255: Cursor contains both bind and define arrays which is not permissible
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.
ORA-29256
Custom Search


More Oracle errors
ORA-00026missing or invalid session ID
RMAN-06522KEEP FOREVER option is not supported without the recovery catalog
ORA-38434could not evaluate expression "string"
PCC-00019Unable to obtain bind variables at line number in file string
ORA-38411invalid datatype for the column storing expressions
ORA-13378invalid index for element to be extracted
QSM-02024no GROUP BY clause
ORA-27030skgfwrt: sbtwrite2 returned error
ORA-25014cannot change the value of a PARENT reference variable
IMG-00213xmlData does not contain an <RDF> element
ORA-12926FORCE LOGGING option already specified
NNL-00234Auto-refresh failure-retry expiration period is currently string
ORA-00379no free buffers available in buffer pool string for block size stringK
RMAN-08104input backup set count=string STAMP=string creation_time=string
ORA-26701STREAMS process string does not exist
ORA-19124FORG0004: fn:one-or-more() called with a sequence containing no items
ORA-00058DB_BLOCK_SIZE must be string to mount this database (not string)
ORA-13068wrong table or column name in SDO_TOPO_GEOMETRY constructor
ORA-41636invalid duration specification at the primitive event level
ORA-15082ASM failed to communicate with database instance




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
ORA-29255Cursor contains both bind and define arrays which is not permissible