ORA-06562: type of out argument must match type of column or bind variable
Cause: Attempting to get the value of a column or a bind variable by calling procedure COLUMN_VALUE or VARIABLE_VALUE of package DBMS_SQL but the type of the given out argument where to place the value is different from the type of the column or bind variable that was previously defined by calling procedure DEFINE_COLUMN (for defining a column) or BIND_VARIABLE (for binding a bind variable) of package DBMS_SQL.
Action: Pass in an out argument of the correct type when calling procedure COLUMN_VALUE or VARIABLE_VALUE. The right type is the type that was provided when defining the column or binding the bind variable.
ORA-06564
Custom Search


More Oracle errors
RMAN-08544channel string: specifying archived log(s) for proxy restore
ORA-15078ASM diskgroup was forcibly dismounted
ORA-47104error updating Command Rule string for string.string, string
ORA-01677standby file name convert parameters differ from other instance
ORA-16217prepare to switchover has not completed
ORA-32330invalid operation on online redefinition interim table "string"."string"
DRG-11620URL store: thread operation error
DRG-11619URL store: row in table is empty
DRG-11618URL store: document identified by string is too large
ORA-23433executing against wrong master site string
ORA-31639unexpected data found
OCI-30158The OCIFileWrite causes the file to exceed the maximum allowed size
ORA-24798cannot resume the distributed transaction branch on another instance
DRG-10858SDATA operator is not allowed in WITHIN
DRG-10840CONTAINS predicate including 0 is not supported by FIRST_ROWS hint
DRG-11621URL store: socket open error for string
OCI-31182Too many PL/SQL DOM handles specified
QSM-02132agg(expr) requires correspondng COUNT(expr) function
RMAN-06407auxiliary instance file string deleted
ORA-39174Encryption password must be supplied.




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-06562type of out argument must match type of column or bind variable