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-00123: Unable to perform a listen on configured ADDRESS(es)
ORA-30117: syntax error at 'string' at the start of input
ORA-16810: multiple errors or warnings detected for the database
ORA-36671: (XSDPART09) Leaves of workspace object have different datatypes. A partition dimension cannot have more than one datatype when RANGE partitioning is used.
UDI-00002: invalid username or password
ORA-09774: osnmui: cannot send break message
RMAN-08509: destination for restore of datafile string: string
NNO-00710: server's cache will be dumped to the trace file in number seconds
ORA-01912: ROW keyword expected
ORA-00126: connection refused; invalid duplicity
ORA-06743: TLI Driver: cannot alloc t_bind
PCC-02422: Invalid value specified for the given context option