GeekInterview.com
Submitted Questions

What steps should a programmer should follow for better tunning of the PL/SQL blocks?Difference between procedure and function?What is the use of ref cursor return type?

Asked By: aseemnaithani | Asked On: Mar 15th, 2006

Answered by: Aniruddha Das on: Jun 11th, 2012

If you want to take care of performance tuning you need to take care of sub-queries as they takes a lot of time to executing in side the pl-sql blocks.

Answered by: ptmich on: May 28th, 2012

Ref cursor is used to declare a pointer variable. When you return a ref cursor, you are returning a pointer variable.

How to return more than one value from a function?What are the types of triggers?What are the features of Oracle 9i

Asked By: aseemnaithani | Asked On: Mar 15th, 2006

Answered by: RJ on: Oct 17th, 2011

There are five types of Triggers 1) Data Definition Language triggers: These triggers fire when you make changes to the objects in the database like create, update or delete. They can be implemented...

Answered by: Art11 on: Sep 27th, 2011

The function always return a SINGLE value, which includes arrays. Check out the table functions (pipelined), BULK_COLLECT, arrays etc... You can find plenty of examples. "plsql set...

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: