Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


PLS-00405: subquery not allowed in this context



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

Post New Answer

More Oracle Errors Interview Questions

ORA-14082: new partition name must differ from that of any other partition of the object

1 Answers  


ORA-01763: update or delete involves outer joined table

1 Answers  


TNS-01049: %s (string) has string service handler(s)

1 Answers  


LFI-00132: Record length string is greater than max length of string.

1 Answers  


NCR-01009: NCRS: Record handling error.

1 Answers  


PCB-00578: Variable "string" must be a table

1 Answers  


ORA-10645: Recursive Extension in SYSTEM tablespace during migration

1 Answers  


ORA-03251: Cannot issue this command on SYSTEM tablespace

1 Answers  


ORA-04033: Insufficient memory to grow pool

1 Answers  


NNO-00850: Error: LDAP query returns string

1 Answers  


EXP-00035: QUERY parameter valid only for table mode exports

1 Answers  


NPL-00304: uninitialized ASN.1 tag attribute

1 Answers  


Categories