PLS-00405: subquery not allowed in this context
Answer / guest
Cause: A subquery was used in an inappropriate context, such
as: if (SELECT deptno FROM emp WHERE ... ) = 20 then ...
Subqueries are allowed only in SQL statements.
Action: The same result can be obtained by using a temporary
variable, as in: SELECT deptno INTO temp_var FROM emp WHERE
...; IF temp_var = 20 THEN ...
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 1 No |
ORA-09944: Password entry is corrupt.
ORA-09956: scgcm: unexpected lock status condition
LSX-00102: duplicate element "~S"
RMAN-20230: datafile copy not found in the recovery catalog
PCB-00007: %s
ORA-25222: enqueue failed, complete sender info. not provided for a queue supporting non-repudiation
NCR-03002: NCRO: Maximum number of contexts has been reached
RMAN-08070: deleted datafile copy
ORA-27047: unable to read the header block of file
ORA-25436: invalid table alias: string
ORA-15048: ASM internal files cannot be deleted
ORA-01530: a database already mounted by the instance