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 |
ORA-12214: TNS:missing local communities entry in TNSNAV.ORA
NNL-00918: Time until server restart: string
SQL*Loader-00408: Physical record stack overflow
DRG-11532: error reading through end of line string for file string
ORA-28274: No ORACLE password attribute corresponding to user nickname exists.
ORA-01486: size of array element is too large
ORA-14053: illegal attempt to modify string in string statement
ORA-16717: clearing parameter LOG_ARCHIVE_DUPLEX_DEST failed
ORA-13705: There was a instance shutdown/startup between the snapshots in the range [string, string].
ORA-24160: name string already exists in the name value pair list
PCC-02416: The Object in an OBJECT GET or SET must not be an array
TNS-12681: Login failed: the SecurID card does not have a pincode yet