Oracle Forms 3.0 Interview Questions

Oracle Forms 3.0 Interview Questions

  1. What is an User Exits?
  2. What is an SQL *FORMS?
  3. What is a Package Procedure?
  4. What are the types of User Exits?
  5. What are the types of TRIGGERS?
  6. When does an on-lock trigger fire?
  7. What is the maximum size of a form?
  8. What Enter package procedure does?
  9. What ERASE package procedure does?
  10. What are the types of Pop-up window?
  11. What SYNCHRONIZE procedure does?
  12. When is PRE-QUERY trigger executed?
  13. How do you trap the error in forms 3.0?
  14. What do you mean by a pop-up window?
  15. What does an on-clear-block Trigger fire?
  16. How many pages you can in a single form?
  17. What are the different types of key triggers?
  18. How do you control the constraints in forms?
  19. What is the significance of PAGE 0 in forms 3.0?
  20. When will ON-VALIDATE-FIELD trigger executed?
  21. What are the different types of Package Procedure?
  22. State the order in which these triggers are executed?
  23. What is the difference between NAME_IN and COPY?
  24. How does the command POST differs from COMMIT?
  25. Committed block sometimes refer to a BASE TABLE?
  26. Can we use GO-BLOCK package in a pre-field trigger?
  27. What is the difference between key startup and pre-form?
  28. What package procedure is used for calling another form?
  29. Can we create two blocks with the same name in form 3.0?
  30. How can you execute the user defined triggers in forms 3.0?
  31. What package procedure used for invoke Sql *plus from Sql *forms?
  32. Deleting a page removes information about all the fields in that page?
  33. Is a Key startup trigger fires as result of a operator pressing a key explicitly?
  34. What is the difference between system.current_field and system.cursor_field?
  35. What is the difference between restricted and unrestricted package procedure?
  36. What is the difference between a Function Key Trigger and Key Function Trigger?
  37. What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger?
  38. Name the two files that are created when you generate the form give the filex extension?
  39. What are the unrestricted procedures used to change the popup screen position during run time?
  40. While specifying master/detail relationship between two blocks specifying the join condition is a must? True or False?