You are on page 1of 3

1. What is triggers? What are the different types of triggers?

2. What are the different types of joins available in Oracle?

3. What are Indexes? What are the different types of Index? If a


table consists of more than one Index how to enforce the
statement to use the second Index?

4. What is Mutating Table?

5. What is views? What is Inline View??


6. What is a Cursor? When it is used? What are different types of
7. What is for Cursor? When it is used? Is it necessary to write
an explicit exit in case for Cursor?
8. What are Cursor attributes? What is use of FOR UPDATE in Cursor?
9. What is a Package? What is the advantage of using Packages?

10.Name some important Packages provided by Oracle?

11.What is Overloading?

12.What is a Function? Difference between Procedure and Function?

13.What is the Package used in Oracle to do the File Operation?

14.What is Dynamic SQL? How Dynamic SQL can be built?

15.What is an exception? What are the different types of Exception?


How do u
declare a user defined exception?

16.what could happen if we use WHEN OTHERS before any predefined


exceptions

19.What are SQLCODE and SQLERRM and why are they important for
PL/SQL developers?

20.What is the use of Pragma_Init exception

21.What are temporary tables? How many types?

22.Some of the System Tables

How can one see if somebody modified any code?

How can one keep a history of PL/SQL code changes?

How can I protect my PL/SQL source code?

Can one print to the screen from PL/SQL?

Can one read/write files from PL/SQL?


Can one call DDL statements from PL/SQL?
What is the difference between %TYPE and %ROWTYPE?

How does one get the value of a sequence into a PL/SQL variable?

What is a mutating and constraining table?

Can one pass an object/table as an argument to a remote procedure?

Is it better to put code in triggers or procedures? What is the


difference?

Is there a PL/SQL Engine in SQL*Plus?

Is there a limit on the size of a PL/SQL block?

Forms and Reports.

1. How you declare global variables in forms ?

2. What are Table Handlers and Event Handlers?

3. What are new feature in forms 6i compared to forms4.5

4.What is the Difference between callform, Newform, Openform

5.What is the Use of Program Units in form/reports ?

6.How many triggers is there in reports and what are they and what is
the Order of firing

7.Which trigger will get fired while opening an LOV in forms


Key-List-Value

8. How Many Types of reports are there? Name it??

9.What is the Use of Anchors in Reports

10. What is the uses and differences between Summary Column, Formula
column and Place holder column?

11. What is the Difference between Bind parameter and lexical


parameter? Which trigger will be used to specify the conditions for a
lexical parameter.

12. What is the use of Destype, Desname, Desformat in Parameter form.

13.When the Between Pages Trigger will fire?

14. What are the form Modules?

16. What is the difference between Format Triggers and Action Triggers

18. What is the Order of triggers firing


W-N-F-I, Pre-Form, W-N-I-I, W-N-B-I ??

19 What is the Major Differences and uses between Property Class and
Visual Attribute
21. What are the Default triggers will be created when a master-detail
form is created
22. What is the Diiference between .pll, .pls and .plx in Libraries

23. What is Object Library and Attached Library

24 What is the difference between writing code in Programme Unit and


Library Files?

25. When a form is run, which are the triggers fire, and in what
sequence they fire?

2. What is the utility used to call the report from the forms?
RUN_REPORT

4. WHEN-NEW-FORM trigger written at Form Level, Block Level and Item


Level
which one will fire first?

5. In the previous question circumstance, is it possible to change


the order of trigger
Execution? If Yes, where it needs to be changed?

6. What are the different kinds of Parameters available in the


report?

You might also like