Oracle Interview Questions and Answers
Question - 141 : - What are the vbx controls?
Answer - 141 : - Vbx control provide a simple method of building and enhancing user interfaces. The controls can use to obtain user inputs and display program outputs.vbx control where originally develop as extensions for the ms visual basic environments and include such items as sliders, rides and knobs.
Question - 142 : - What is the use of transactional triggers?
Answer - 142 : - Using transactional triggers we can control or modify the default functionality of the oracle forms.
Question - 143 : - How do you create a new session while open a new form?
Answer - 143 : - Using open_form built-in setting the session option Ex. Open_form('Stocks ',active, session). when invoke the multiple forms with open form and call_form in the same application, state whether the following are true/False
Question - 144 : - What are the ways to monitor the performance of the report?
Answer - 144 : - Use reports profile executable statement. Use SQL trace facility.
Question - 145 : - If two groups are not linked in the data model editor, What is the hierarchy between them?
Answer - 145 : - Two group that is above are the left most rank higher than the group that is to right or below it.
Question - 146 : - An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
Answer - 146 : - True
Question - 147 : - Explain about horizontal, Vertical tool bar canvas views?
Answer - 147 : - Tool bar canvas views are used to create tool bars for individual windows. Horizontal tool bars are display at the top of a window, just under its menu bar. Vertical Tool bars are displayed along the left side of a window
Question - 148 : - What is the purpose of the product order option in the column property sheet?
Answer - 148 : - To specify the order of individual group evaluation in a cross products.
Question - 149 : - What is the use of image_zoom built-in?
Answer - 149 : - To manipulate images in image items.
Question - 150 : - How do you reference a parameter indirectly?
Answer - 150 : - To indirectly reference a parameter use the NAME IN, COPY 'built-ins to indirectly set and reference the parameters value' Example name_in ('capital parameter my param'), Copy ('SURESH','Parameter my_param')