-
PL/SQL table vs Global Temporary Table
Difference between PL/SQL table and Global Temporary Table. why we use Global Temporary Table without using PL/SQL Table.
-
-
-
Reference table from inside a procedure
How do you reference a (updated) table from procedure A which is being updated by another procedure B?
-
COLLECTIONS
1-WHAT IS DIFF BETWEEN VARRAY AND TABLE?2-WHAT IS SQL SUPPORT FOR NESTED TABLE?3-WHAT IS INLINE STORAGE AND OUT OF LINE STOGARE OF THE NESTED TABLE?4-WHAT ARE COMMON EXCEPTION RELATED WITH COLLECTION?5-CAN U DECLARE VARRAY OF VARRAY OF VARRAY OF TABLE?6-GIVE SAMPLE DEFINATION OF VARRAY OF OBJECT AND TABLE OF OBJECT?7-WHAT ARE COMMON METHODS OF HANDLING EXCEPTIONS?
-
Reference cursor from a procedure & pass cursor as a paramater
How to call/reference a cursor defined in a procedure A from another procedure B?
How to pass a cursor as a parameter of a cursor? -
Bind variabales
What are bind variables in sql? explain in detail?
-
-
FLASHBACK concept ? What is it?
Can any one help me on FLASHBACK concept ? What is it?
-
What is the main purpose of RETURN in functions?
What is the main purpose of RETURN in functions when we can calculate a value and pass it through using OUT mode in procedure or functions?
-
Debugging PL/SQL programs
How can we debug stored procedures in PL/SQL?
-
-
When use Before and After Trigger?
When use Before and After Trigger? Please any help for this one
-
Why we have to perform calculation part in Functions?
Procedure also written the values using out parameter than why we need functions?
-
-
-
-
Call External Procedure
How to call an external-procedure from a package?
-
Function purity
What is function purity level and why we need it in PL/SQL function?
-
Recursive function
What is recursive function, explain with example?
PL/SQL Interview Questions
Ans