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

TNS-00123: Unable to perform a listen on configured ADDRESS(es)

1 Answers  


ORA-30117: syntax error at 'string' at the start of input

1 Answers  


ORA-16810: multiple errors or warnings detected for the database

1 Answers  


ORA-36671: (XSDPART09) Leaves of workspace object have different datatypes. A partition dimension cannot have more than one datatype when RANGE partitioning is used.

1 Answers  


UDI-00002: invalid username or password

1 Answers  


ORA-09774: osnmui: cannot send break message

1 Answers  


RMAN-08509: destination for restore of datafile string: string

1 Answers  


NNO-00710: server's cache will be dumped to the trace file in number seconds

1 Answers  


ORA-01912: ROW keyword expected

1 Answers  


ORA-00126: connection refused; invalid duplicity

1 Answers  


ORA-06743: TLI Driver: cannot alloc t_bind

1 Answers  


PCC-02422: Invalid value specified for the given context option

1 Answers  


Categories