PLS-00487: Invalid reference to variable 'string'
Answer / guest
Cause: A variable was referenced in a way that is
inconsistent with its datatype. For example, a scalar
variable might have been mistakenly referenced as a record,
as follows: DECLARE CURSOR emp_cur IS SELECT empno, ename,
sal FROM emp; emp_rec emp_cur%ROWTYPE; my_sal NUMBER(7,2);
BEGIN ... total_sal := total_sal + my_sal.sal; -- invalid ...
Action: Check the spelling of the variable name. Make sure
the variable was declared properly and that the declaration
and reference are consistent regarding datatype.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PLS-00223: paramaterless procedure 'string' used as function
RMAN-06079: database must be mounted to perform recovery
O2F-00341: An error occurred for which no message is available
ORA-14635: only one resulting subpartition can be specified for MERGE SUBPARTITIONS
PLS-00146: duplicate external TRUSTED/UNTRUSTED specification in subprogram expression
RMAN-08506: input filename=string
ORA-16411: ONDEMAND archival requires active managed recovery operation
DRG-11828: Conflict
ORA-40216: feature not supported
ORA-06730: TLI Driver: unable to open clone device
DRG-50600: assertion failed
SQL*Loader-00434: Can not load LOB/XML in a nested table along with the parent table.