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-54518shared edge of composite surface not oriented correctly
ORA-47181Integration Policy for OLS Policy string not found
ORA-01415too many distinct aggregate functions
KUP-11010unable to open at least one dump file for fetch
DRG-12400template string is empty
ORA-36035(XSMHIERCKREL) One or more loops have been detected in workspace object. number items involved are number.
ORA-38750FLASHBACK DATABASE may not be performed using a dispatcher.
OCI-31023Index size error
ORA-38439invalid operation "string"
ORA-29345cannot plug a tablespace into a database using an incompatible character set
SQL*Loader-00120Invalid _synchro option string
ORA-55613Invalid Flashback Archive quota size
ORA-25022cannot reference a trigger of a different type
ORA-25200invalid value string, QUEUE_NAME should be [SCHEMA.]NAME
CLST-02108missing required parameter -q with path to the voting device
DRG-51028unexpected error in fuzzy match expansion: %(1)
ORA-02714osnpwr: message send failure
ORA-15215missing or invalid user name
ORA-13757"SQL Tuning Set" "string" owned by user "string" is active.
ORA-36622(XSAGMODLIST00) workspace object cannot be added to the AGGMAP workspace object because it is not a valid MODEL.




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