-
What are visual attributes?
Visual attributes are the font, color, pattern proprieties that you set for form and menu objects that appear in your application interface.
-
Name of the functions used to get/set canvas properties?
Get_view_property, Set_view_property
-
What is an user exit used for?
A way in which to pass control (and possibly arguments ) form Oracle report to another Oracle products of 3 GL and then return control ( and ) back to Oracle reports.
-
What is forms_DDL?
Issues dynamic Sql statements at run time, including server side pl/SQl and DDL
-
-
What is the Maximum allowed length of Record group Column?
Record group column names cannot exceed 30 characters.
-
What are the default extensions of the files created by forms modules?
.fmb - form module binary .fmx - form module executable
-
How do you reference a Parameter?
In Pl/Sql, You can reference and set the values of form parameters using bind variables syntax. Ex. PARAMETER name = '' or :block.item = PARAMETER Parameter name
-
What are the different Parameter types?
Text ParametersData Parameters
-
What is the diff. when Flex mode is mode on and when it is off?
When flex mode is on, reports automatically resizes the parent when the child is resized.
-
At what point of report execution is the before Report trigger fired?
After the query is executed but before the report is executed and the records are displayed.
-
What is a combo box?
A combo box style list item combines the features found in list and text item. Unlike the pop list or the text list style list items, the combo box style list item will both display fixed values and accept one operator entered value.
-
-
-
-
-
-
-
-
Oracle Concepts Interview Questions
Ans