-
What are the different windows events activated at runtimes?
When_window_activated When_window_closed When_window_deactivated When_window_resized Within this triggers, you can examine the built in system variable system. event_window to determine the name of the window for which the trigger fired.
-
-
-
What are different types of canvas views?
Content canvas views Stacked canvas views Horizontal toolbar vertical toolbar.
-
-
-
What are the default extensions of the files created by forms modules?
.fmb - form module binary .fmx - form module executable
-
-
-
-
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.
-
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 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.
-
What are the different Parameter types?
Text ParametersData Parameters
-
-
-
Is it possible that we can make a query to search the data
Umair Tariq">Hello,I need some info, that is it possible to find or make query ,that if we know the data stored in a table but don't know the field name in which the required data is stored.ExampleTable having fields like columnA, columnB, columnC, columnD,..........columnN and all have the same dataType. and you dont know in which field your data exists.suppose some data like e.g. "BackMan" exists in any Field of the table but we don't know in which Field this information is store.Is it possible that we can make a query to search the dataUmair Tariq
-
Name of the functions used to get/set canvas properties?
Get_view_property, Set_view_property
-
What is forms_DDL?
Issues dynamic Sql statements at run time, including server side pl/SQl and DDL
Oracle Concepts Interview Questions
Ans