ORA-06562: type of out argument must match type of column or
bind variable
Answer / guest
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.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PCC-02440: This attribute is valid for either internal or external LOBs
ORA-26032: index string.string loading aborted after string keys
RMAN-03008: error while performing automatic resync of recovery catalog
QSM-02012: a CONNECT BY clause is present
PLS-00906: Compilation is not possible
O2I-00119: Warning reported by subsystem:
ORA-04078: OLD and NEW values cannot be identical
PCC-02112: OBJECTS option ignored. OBJECTS=YES is not allowed for DBMS=V6 or V7.
ORA-32639: Aggregate functions on reference MODELs are not allowed
ORA-24355: attempt to store a negative number in an Unsigned Display type.
ORA-14154: only one of STORE IN or <subpartition-description> clause may be specified
ORA-04083: invalid trigger variable 'string'