-
What is folder form?
Definitions, Usage and its Information in Oracle forms 9i
-
What is a Trigger ?
A piece of logic that is executed at or triggered by a SQL *forms event.
-
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....
-
What ERASE package procedure does ?
Erase removes an indicated global variable.
-
-
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
PRE-QUERY fires once. POST-QUERY fires 10 times.
-
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.
-
Convert rdf data into excel format
How to convert rdf data into excel format directly report builder when the report is initialized then output of this report into excel?
-
List system variables available in forms 4.0, and not available in forms 3.0?
System.cordination_operation System Date_threshold System.effective_Date System.event_window System.suppress_working
-
Give built-in routine related to a record groups?
Create_group (Function) Create_group_from_query(Function) Delete_group(Procedure) Add_group_column(Function) Add_group_row(Procedure) Delete_group_row(Procedure) Populate_group(Function) Populate_group_with_query(Function) Set_group_Char_cell(procedure)
-
What are the different types of windows?
Root window, secondary window.
-
What are the types of canvas-views?
Content View, Stacked View.
-
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
Add_parameter Create_Parameter_list Delete_parameter Destroy_parameter_list Get_parameter_attr Get_parameter_list set_parameter_attr
-
-
-
-
-
Report 6i Object Anchoring
What do you mean by anchoring on object?
-
-
Using data source as procedure.
Why do we use data source as procedure in Oracle forms? What is the use of taking procedure as Data Source?
Oracle Forms Interview Questions
Ans