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 |
TNS-12681: Login failed: the SecurID card does not have a pincode yet
ORA-07272: spwat: invalid semaphore set id.
PCB-00005: Command line option MODE=ANSI required with option NLS_LOCAL=YES
EXP-00104: datatype (string) of column string in table string.string is not supported, table will not be exported
ORA-38728: Cannot FLASHBACK DATABASE to the future.
ORA-19587: error occurred reading string bytes at block number string
QSM-02104: aggregate function in a filter condition in the HAVING clause
O2I-00133: An error occurred for which no message is available
ORA-00723: Initialization parameter COMPATIBLE must be explicitly set
ORA-13239: sdo_dimensionality not specified during n-d R-tree creation
LSX-00121: value is not valid restriction of parent's length
ORA-13052: unsupported geometric type for geometry string.string