- 
                    Is the order in which the conditions are given in the 'WHERE' clause are important?Mean I heard from Oracle 8i onwards the order of where clause condition does not matter which oracle creates the explain plan...and execute..Is it true? 
- 
                    Call PL/SQL functionHow to call a PL/SQL function in another PL/SQL function? Is it possible? Give example? 
- 
                    
- 
                    
- 
                    Send Email from Oracle ProcedureHow to send Email via PL/SQL Procedure? 
- 
                    
- 
                    BulkBindWhat Is BulkBind? When it is used? 
- 
                    
- 
                    
- 
                    Passing the parameter to TOP keywordHi All,I want create a stored procedure by passing the parameter to top nth recordfor Excreate proc test1(@x integer)asbeginselect top @x empid from emp order by empid descendwhen iam executing iam getting error .Please let me know any other alternative way 
- 
                    About dbms_output.put_line( ) packageWhat is the maximum size of the message that we can give in dbms_output.putline(); 
- 
                    Debug PL SQLHow can we generate debugging output from PL/SQL? 
- 
                    
- 
                    Auto CommitWhen we insert new values into the table using loops. Is it going to be auto commit or do we need to commit manually? 
- 
                    
- 
                    
- 
                    Procedure ParametersWhat is call by value and call by reference in parameters (IN, OUT, INOUT)? 
- 
                    What is an Exception ? What are types of Exception ?Exception is the error handling part of PL/SQL block. The types are Predefined and user defined. Some of Predefined exceptions are. CURSOR_ALREADY_OPEN DUP_VAL_ON_INDEX NO_DATA_FOUND TOO_MANY_ROWS INVALID_CURSOR ... 
- 
                    
- 
                    
PL/SQL Interview Questions

 
  
  
  Read Best Answer
                        Read Best Answer 
		
Ans