PLS-00357: Table,View Or Sequence reference 'string' not
allowed in this context
Answers were Sorted based on User's Feedback
Answer / guest
Cause: A reference to database table, view, or sequence was
found in an inappropriate context. Such references can
appear only in SQL statements or (excluding sequences) in
%TYPE and %ROWTYPE declarations. Some valid examples follow:
SELECT ename, emp.deptno, dname INTO my_ename, my_deptno,
my_dept .FROM emp, dept WHERE emp.deptno = dept.deptno;
DECLARE last_name emp.ename%TYPE; dept_rec dept%ROWTYPE;
Action: Remove or relocate the illegal reference.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 2 No |
TNS-00109: Message could not be printed; not enough memory
O2I-00112: Unable to write to the HFILE file
TNS-12672: Database logon failure
ORA-12549: TNS:operating system resource quota exceeded
ORA-23310: object group "string"."string" is not quiesced
ORA-22904: invalid reference to a nested table column
ORA-13182: failed to read element string.string.string
QSM-02183: Expression to enable PCT not in PARTITION BY of analytic function or SPREADSHEET
ORA-26713: remote object does not exist or is inaccessible
ORA-01567: dropping log string would leave less than 2 log files for instance string (thread string)
ORA-07415: slpath: allocation of memory buffer failed.
ORA-06503: PL/SQL: Function returned without value