PLS-00428: an INTO clause is expected in this SELECT statement
Answer / guest
Cause: The INTO clause of a SELECT INTO statement was
omitted. For example, the code might look like SELECT
deptno, dname, loc FROM dept WHERE ... instead of SELECT
deptno, dname, loc INTO dept_rec FROM dept WHERE ... In
PL/SQL, only a subquery is written without an INTO clause.
Action: Add the required INTO clause.
Please add more information about this Error
| Is This Answer Correct ? | 3 Yes | 5 No |
ORA-16057: DGID from server not in Data Guard configuration
DRG-12501: null stoplist is not allowed
ORA-31164: cannot load object-relational XML attribute using direct path
EXP-00041: INCTYPE parameter is obsolete
ORA-18015: invalid source outline signature
ORA-08006: specified row no longer exists
ORA-25307: Enqueue rate too high. Enable flow control
ORA-31053: The value of the depth argument in the operator cannot be negative
SQL*Loader-00909: Loader views must be loaded (as SYS) for direct path to be used
LPX-00122: undefined ID "~S" in IDREF
PLS-00403: expression 'string' cannot be used as an INTO-target of a SELECT/FETCH statement
PCC-00073: Cursor is declared but never OPENed at line number in file string.