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-13251: duplicate entry string in metadata table
TNS-01302: nr err code: number
TNS-00011: INTCTL: error while starting the Connection Manager
ORA-30188: reserved for future use
ORA-29340: export file appears to be corrupted: [string] [string] [string]
ORA-30338: illegal dimension hierachy name
ORA-01159: file is not from same database as previous files - wrong database id
ORA-13204: failed to create spatial index table
ORA-09881: sstasfre/sstasdel: shmdt error, unable to detach tas read page
LFI-00103: Seek operation failed.
PCB-00403: EXEC statement cannot begin in Area A
PLS-00379: CASE statements are not included in this release of PL/SQL