Oracle Forms 3.0 Interview Questions
- What is an User Exits?
- What is an SQL *FORMS?
- What is a Package Procedure?
- What are the types of User Exits?
- What are the types of TRIGGERS?
- When does an on-lock trigger fire?
- What is the maximum size of a form?
- What Enter package procedure does?
- What ERASE package procedure does?
- What are the types of Pop-up window?
- What SYNCHRONIZE procedure does?
- When is PRE-QUERY trigger executed?
- How do you trap the error in forms 3.0?
- What do you mean by a pop-up window?
- What does an on-clear-block Trigger fire?
- How many pages you can in a single form?
- What are the different types of key triggers?
- How do you control the constraints in forms?
- What is the significance of PAGE 0 in forms 3.0?
- When will ON-VALIDATE-FIELD trigger executed?
- What are the different types of Package Procedure?
- State the order in which these triggers are executed?
- What is the difference between NAME_IN and COPY?
- How does the command POST differs from COMMIT?
- Committed block sometimes refer to a BASE TABLE?
- Can we use GO-BLOCK package in a pre-field trigger?
- What is the difference between key startup and pre-form?
- What package procedure is used for calling another form?
- Can we create two blocks with the same name in form 3.0?
- How can you execute the user defined triggers in forms 3.0?
- What package procedure used for invoke Sql *plus from Sql *forms?
- Deleting a page removes information about all the fields in that page?
- Is a Key startup trigger fires as result of a operator pressing a key explicitly?
- What is the difference between system.current_field and system.cursor_field?
- What is the difference between restricted and unrestricted package procedure?
- What is the difference between a Function Key Trigger and Key Function Trigger?
- What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger?
- Name the two files that are created when you generate the form give the filex extension?
- What are the unrestricted procedures used to change the popup screen position during run time?
- While specifying master/detail relationship between two blocks specifying the join condition is a must? True or False?