-
What is the difference between a Function Key Trigger and Key Function Trigger ?
Function key triggers are associated with individual SQL*FORMS function keysYou can attach Key function triggers to 10 keys or key sequences that normally do not perform any SQL * FORMS operations. These keys referred as key F0 through key F9.
-
State the order in which these triggers are executed ?
POST-FIELD,ON-VALIDATE-FIELD,POST-CHANGE and KEY-NEXTFLD.KEY-NEXTFLD,POST-CHANGE, ON-VALIDATE-FIELD, POST-FIELD.
-
What is the usage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
These triggers are executes when inserting, deleting and updating operations are performed and can be used to change the default function of insert, delete or update respectively. For Eg, instead of inserting a row in a table an existing row can be updated in the same table.
-
-
What are the two ways to incorporate images into a oracle forms application?
Boilerplate Images Image_items
-
-
-
-
-
Valid settings for the Initial Value property
In an Order Entry form, the Order_Items block has a text item called Shipping_Date, which is of the Date data type The Lowest Allowed Value and the Highest Allowed Value properties are not defined for this item.Assuming that all of the following are defined, which three are valid settings for the Initial Value property of the Shipping_Date item? (Choose three)A. $$DBDATE$$B. :Orders.Order_date+3C....
-
Name the two files that are created when you generate the form give the filex extension ?
INP (Source File) FRM (Executable File)
-
-
How do you trap the error in forms 3.0 ?
using On-Message or On-Error triggers.
-
When will ON-VALIDATE-FIELD trigger executed ?
It fires when a value in a field has been changed and the field status is changed or new and the key has been pressed. If the field status is valid then any further change to the value in the field will not fire the on-validate-field trigger.
-
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
When you changes the Existing value to null, the On-validate field trigger will fire post change trigger will not fire. At the time of execute-query post-change trigger will fire, on-validate field trigger will not fire.
-
When is PRE-QUERY trigger executed ?
When Execute-query or count-query Package procedures are invoked.
-
-
What ERASE package procedure does ?
Erase removes an indicated global variable.
-
How does the command POST differs from COMMIT ?
Post writes data in the form to the database but does not perform database commitCommit permanently writes data in the form to the database.
-
What are the type of User Exits ?
ORACLE Precompliers user exitsOCI (ORACLE Call Interface)Non-ORACEL user exits. Page :
Oracle Forms Interview Questions
Ans