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
ORA-54524inner ring cannot be inside another inner ring of same outer ring
ORA-14636only 2 resulting subpartition can be specified for SPLIT SUBPARTITION
NNL-01073Administrative region description: string
KUP-04019illegal length found for VAR record in file string
PGU-35003failure to parse SQL statement string for cursor string: rc string
RMAN-06740database name is not specified
ORA-19184FOTY0021: invalid node type
DRG-50958Missing quote in transform clause string
ORA-01294error occurred while processing information in dictionary file string, possible corruption
LSX-00260unexpected end of pattern
ORA-16210Logical standby coordinator process terminated with error
ORA-13861Statistics aggregation for client identifier string is already enabled
ORA-30731scope constraint not allowed on nested table column when the nested table is being created
SQL*Loader-00708Internal error: unknown status number returned from sllf layer
DRG-10842invalid NUMRESULTS argument supplied to FUZZY
ORA-02302invalid or missing type name
ORA-29740evicted by member string, group incarnation string
PLS-00622range constraints must be between -2147483647 and 2147483647
ORA-02162invalid value for MAXDATAFILES
DRG-12226a field section named string already exists in this section group




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