-
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.
-
-
-
-
-
-
-
-
-
-
-
Log File Information
How can we get information about log files in the database?
-
What is a property clause?
A property clause is a named object that contains a list of properties and their settings. Once you create a property clause you can base other object on it. An object based on a property can inherit the setting of any property in the clause that makes sense for that object.
-
What are different types of canvas views?
Content canvas views Stacked canvas views Horizontal toolbar vertical toolbar.
Oracle Concepts Interview Questions
Ans