Receive Updates



Sponsors

Keep in touch

About me

Forms Interview Questions

  1. What is Data Block?
  2. What triggers are available in Forms?
  3. How do you attach a library to a form?
  4. What are Object Groups?
  5. How do you build a popup menu?
  6. What are program units in forms? How to do you use them?
  7. What are different Visual Attributes in Forms?
  8. What is difference between PL/SQL library and object library in Forms?
  9. Give some Built in Package Names?
  10. Can you issue DDL in forms? If so how do you?
  11. What is SECURE property?
  12. What are the types of triggers and how the sequence of firing in text item
  13. Can you store pictures in database? How?
  14. What are property classes? Can property classes have trigger?
  15. If you have property class attached to an item and you have same trigger written for the item .Which will fire first?
  16. What are record groups?
  17. Can record groups created at run-time?
  18. What is ALERT?
  19. Can a button have icon and lable at the same time?
  20. What is mouse navigate property of button?
  21. What is FORMS_MDI_WINDOW?
  22. Can object group have a block?
  23. How many types of canvases are there?
  24. What are user-exits?
  25. Can you call WIN-SDK thruo' user exits?
  26. Does user exits supports DLL on MSWINDOWS ?
  27. What is path setting for DLL?
  28. what are key-mode and locking mode properties? level ?
  29. What are savepoint mode and cursor mode properties ? level?
  30. What are OPEN_FORM,CALL_FORM,NEW_FORM? diff?

 

 

Oracle Forms Personalization Interview Questions

 

  1. What is Forms Personalization? Where it is used? What For?
  2. What can be implemented through Forms Personalization?
  3. What are the advantages/disadvantages of Forms Personalization when compared to CUSTOM.pll?
  4. At what level you can restrict personalization code?
  5. How to do implement ZOOM Functionality using personalization?
  6. Can you hide a text field using personalization? How?
  7. What are different triggers that can be used in personalization?
  8. Can you transfer the data from one form to another form using personalization?
  9. Can you use global variables in forms personalization? If so How?
  10.  How do you display messages, warnings, errors through personalization?
  11. When you display a error message at WHEN-VALIDATE Trigger will the data will be saved into database?
  12. How to do you make a field mandatory or not mandatory using Forms Personalization?
  13.  Can you default a value in a text filed through personalization? How?
  14.  What is the difference between having personalization at function level rather than form level?
  15. How do you move personalization from one instance/database to other?