- 
                    
- 
                    
- 
                    How do you update the table implicitly using Triggerwe have a PRIMARYKEY field with auto generation in sequence of a table of records. If we delete any one of records from the table, how can we update the table implicitly using Trigger? 
- 
                    Convert SQL to Oracle Procedure using cursorSELECT APE.DAT_INSERT_DATE as "Payment Entry Date", Case when APE.TXT_INTERMEDIARY_CD is null or APE.TXT_PAYER_CUSTOMER_ID APE.TXT_INTERMEDIARY_CD then (Select TXT_CUSTOMER_NAME from GENMST_CUSTOMER where TXT_CUSTOMER_CD = APE.TXT_PAYER_CUSTOMER_ID) else(Select TXT_INTERMEDIARY_NAME from GENMST_INTERMEDIARY where TXT_INTERMEDIARY_CD = APE.TXT_PAYER_CUSTOMER_ID) End as "Payer Name" , APE.TXT_PAYER_CUSTOMER_ID... 
- 
                    
- 
                    
- 
                    
- 
                    Oracle refcursor and procedureHow to pass result set using refcursor from one package procedure to another package procedure? and code also 
- 
                    Difference between Oracle 8i and Oracle 9i as a DeveloperWhat are the diffrences between Oracle 8i and Oracle 9i as a Developer, not as a DBA?? 
- 
                    Difference between 'TABLE OF' and 'REF CURSOR'What exactly the difference between 'TABLE OF' and 'REF CURSOR' in PL/SQL?For what purposes these both might be used? 
- 
                    Package and ModuleWhat is the difference between a package and a module? 
- 
                    Nested and Normal TableWhat is the difference between Nested Table and Normal Table? 
- 
                    Analytical functionsWhat are analytical functions and how are they used? 
- 
                    Skip Columns with SQLLDRHow to skip columns while loading data with SQLLDR 
- 
                    Problem with Utl_file.fopenHi,There is problem with ult_file.fopen. When I run from the server side, there is no issue with utl_file and it is working fine.If I run the same procedure from Client machine, I am facing problem. It throws an exception Invalid_operation.I am using Oracle 8.2 and Unix server.Can you please let me know what change needs to be done? Is this related to permission issue.Thanks & Regards,Ananth P 
- 
                    Job schedulingHow can i schedule a procedure every day at 10 pm 
- 
                    How do you Optimize queryHow can i choose which query is best?i.e On which factors i can choose the best query? 
- 
                    Filling a ref cursorHow to fill a refcursor with dataset in C#.i want to pass a dataset as parameter and fill a refcursor with the same dataset. 
- 
                    Load White Space Delimited DataHow to load whitespace delimited data using SQL*Loader? 
- 
                    External TableDefine External Table 
PL/SQL Interview Questions

 
  
  
  
		
Ans