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-12926FORCE LOGGING option already specified
EVM-00021Failed to create filter
ORA-19551device is busy, device type: string, device name: string
ORA-01513invalid current time returned by operating system
ORA-27190skgfrd: sbtread2 returned error
ORA-17628Oracle error string returned by remote Oracle server
NNL-00263Request forwarding is now enabled
ORA-24169rule condition has unrecognized variables
ORA-06706TLI Driver: service not found
ORA-42021partition cannot be redefined online because of incompatible row dependencies
ORA-27465invalid value string for attribute string
QSM-00750the specified value string for parameter string is invalid or contains an invalid item
ORA-19570file number string is outside valid range of 1 through string
RMAN-08046channel string: starting compressed full datafile backup set
ORA-01128cannot start online backup - file string is offline
ORA-60007adding (string) blocks to index string.string subpartition string with MAXSIZE (string)
PCB-00627Host variable is not of character type
ORA-10660Segment is a shared lob segment
DIA-48209Relation Already Exists
RMAN-03090Starting string at string




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