InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 801. |
What Are Modal Windows? |
|
Answer» MODAL windows are usually used as DIALOGS, and have restricted FUNCTIONALITY COMPARED to modalless windows. On some platforms for example operators cannot resize, scroll or iconify a modal WINDOW. Modal windows are usually used as dialogs, and have restricted functionality compared to modalless windows. On some platforms for example operators cannot resize, scroll or iconify a modal window. |
|
| 803. |
Is It Possible To Link Two Groups Inside A Cross Products After The Cross Products Group Has Been Created? |
|
Answer» No. No. |
|
| 804. |
Can You Pass Data Parameters To Forms? |
|
Answer» No. No. |
|
| 805. |
Do User Parameters Appear In The Data Modal Editor In 2.5? |
|
Answer» No. No. |
|
| 806. |
If A Break Order Is Set On A Column Would It Affect Columns Which Are Under The Column? |
|
Answer» No. No. |
|
| 807. |
How Does One Add Users To A Password File? |
|
Answer» One can select from the SYS.V_$PWFILE_USERS view to SEE which users are listed in the password file. New users can be added to the password file by GRANTING them SYSDBA or SYSOPER privileges, or by USING the orapwd utility. GRANT SYSDBA TO scott; One can select from the SYS.V_$PWFILE_USERS view to see which users are listed in the password file. New users can be added to the password file by granting them SYSDBA or SYSOPER privileges, or by using the orapwd utility. GRANT SYSDBA TO scott; |
|
| 808. |
Does A Grouping Done For Objects In The Layout Editor Affect The Grouping Done In The Data Model Editor? |
|
Answer» No. No. |
|
| 809. |
Is It Possible To Modify An External Query In A Report Which Contains It? |
|
Answer» No. No. |
|
| 810. |
What Are The Master-detail Triggers? |
Answer»
|
|
| 811. |
What Are The Two Repeating Frame Always Associated With Matrix Object? |
|
Answer» ONE down REPEATING FRAME below one ACROSS repeating frame. One down repeating frame below one across repeating frame. |
|
| 812. |
What Is An Administrative (privileged) User? |
|
Answer» Oracle DBAs and OPERATORS typically use administrative accounts to MANAGE the database and database instance. An administrative account is a user that is granted SYSOPER or SYSDBA privileges. SYSDBA and SYSOPER ALLOW ACCESS to a database instance even if it is not RUNNING. Control of these privileges is managed outside of the database via password files and special operating system groups. This password file is created with the orapwd utility. Oracle DBAs and operators typically use administrative accounts to manage the database and database instance. An administrative account is a user that is granted SYSOPER or SYSDBA privileges. SYSDBA and SYSOPER allow access to a database instance even if it is not running. Control of these privileges is managed outside of the database via password files and special operating system groups. This password file is created with the orapwd utility. |
|
| 813. |
How Many Windows In A Form Can Have Console? |
|
Answer» Only one WINDOW in a form can DISPLAY the CONSOLE, and you cannot change the console assignment at runtime. Only one window in a form can display the console, and you cannot change the console assignment at runtime. |
|
| 814. |
What Are The Three Types Of User Exits Available ? |
Answer»
|
|
| 815. |
What Are Parameters? |
|
Answer» Parameters PROVIDE a simple MECHANISM for defining and setting the values of inputs that are required by a form at startup. Form parameters are VARIABLES of type CHAR, number, date that you define at design time. Parameters provide a simple mechanism for defining and setting the values of inputs that are required by a form at startup. Form parameters are variables of type char, number, date that you define at design time. |
|
| 816. |
With Which Function Of Summary Item Is The Compute At Options Required? |
|
Answer» PERCENTAGE of TOTAL FUNCTIONS. percentage of total functions. |
|
| 817. |
Which Of The Above Methods Is The Faster Method? |
|
Answer» PERFORMING the CALCULATION in the QUERY is FASTER. performing the calculation in the query is faster. |
|
| 819. |
What Are Difference Between Post Database Commit And Post-form Commit? |
|
Answer» POST-form commit fires once during the post and commit transactions process, after the database commit OCCURS. The post-form-commit trigger fires after inserts, updates and deletes have been POSTED to the database but before the transactions have been finalized in the issuing the COMMAND. The post-database-commit trigger fires after oracle forms issues the commit to finalized transactions. Post-form commit fires once during the post and commit transactions process, after the database commit occurs. The post-form-commit trigger fires after inserts, updates and deletes have been posted to the database but before the transactions have been finalized in the issuing the command. The post-database-commit trigger fires after oracle forms issues the commit to finalized transactions. |
|
| 820. |
From Which Designation Is It Preferred To Send The Output To The Printed? |
|
Answer» Previewer. Previewer. |
|
| 821. |
What Are The Different Types Of Record Groups? |
| Answer» | |
| 822. |
Which Parameter Can Be Used To Set Read Level Consistency Across Multiple Queries? |
|
Answer» READ only. Read only. |
|
| 823. |
What Is The Maximum Allowed Length Of Record Group Column? |
|
Answer» Record group COLUMN NAMES cannot exceed 30 CHARACTERS. Record group column names cannot exceed 30 characters. |
|
| 824. |
Does Oracle Write To Data Files In Begin/hot Backup Mode? |
|
Answer» Oracle will stop updating file headers, but will CONTINUE to WRITE data to the database files even if a tablespace is in backup mode. In backup mode, Oracle will write out complete changed blocks to the REDO log files. NORMALLY only deltas (changes) are logged to the redo logs. This is done to enable reconstruction of a block if only half of it was backed up (split blocks). Because of this, one should notice increased log activity and archiving during on-line BACKUPS. Oracle will stop updating file headers, but will continue to write data to the database files even if a tablespace is in backup mode. In backup mode, Oracle will write out complete changed blocks to the redo log files. Normally only deltas (changes) are logged to the redo logs. This is done to enable reconstruction of a block if only half of it was backed up (split blocks). Because of this, one should notice increased log activity and archiving during on-line backups. |
|
| 825. |
What Is The Basic Data Structure That Is Required For Creating An Lov? |
|
Answer» Record Group. |
|
| 826. |
What Are The Different File Extensions That Are Created By Oracle Reports? |
| Answer» | |
| 827. |
What Is The Difference Between Show_editor And Edit_textitem? |
|
Answer» SHOW EDITOR is the GENERIC built-in which accepts any editor name and takes some input STRING and returns modified output string. Whereas the edit_textitem built-in needs the input focus to be in the text item before the built-in is EXECUTED. Show editor is the generic built-in which accepts any editor name and takes some input string and returns modified output string. Whereas the edit_textitem built-in needs the input focus to be in the text item before the built-in is executed. |
|
| 828. |
Explain About Stacked Canvas Views? |
|
Answer» Stacked canvas view is displayed in a WINDOW on top of, or "stacked" on the content canvas view assigned to that same window. Stacked canvas views obscure some part of the UNDERLYING content canvas view, and or OFTEN shown and hidden PROGRAMMATICALLY. Stacked canvas view is displayed in a window on top of, or "stacked" on the content canvas view assigned to that same window. Stacked canvas views obscure some part of the underlying content canvas view, and or often shown and hidden programmatically. |
|
| 829. |
What Are The Types Of Calculated Columns Available? |
| Answer» | |
| 830. |
State Any Two Mouse Events System Variables? |
Answer»
|
|
| 831. |
What Are The Different Parameter Types? |
Answer»
|
|
| 832. |
How Do You Display Console On A Window? |
|
Answer» The console includes the STATUS line and MESSAGE line, and is displayed at the bottom of the window to which it is assigned.To specify that the console should be displayed, SET the console window FORM PROPERTY to the name of any window in the form. To include the console, set console window to Null. The console includes the status line and message line, and is displayed at the bottom of the window to which it is assigned.To specify that the console should be displayed, set the console window form property to the name of any window in the form. To include the console, set console window to Null. |
|
| 833. |
What Are The Coordination Properties In A Master-detail Relationship? |
|
Answer» The coordination properties are:
These Properties DETERMINE when the population PHASE of block coordination should OCCUR. The coordination properties are: These Properties determine when the population phase of block coordination should occur. |
|
| 834. |
What Are The Default Extensions Of The Files Created By Library Module? |
|
Answer» The default file extensions indicate the library MODULE type and storage format.pll - pl/sql library module BINARY. The default file extensions indicate the library module type and storage format.pll - pl/sql library module binary. |
|
| 835. |
What Is The Maximum No Of Chars The Parameter Can Store? |
|
Answer» The maximum no of chars the parameter can store is only valid for CHAR parameters, which can be upto 64K. No parameters DEFAULT to 23 Bytes and DATE parameter default to 7 Bytes. The maximum no of chars the parameter can store is only valid for char parameters, which can be upto 64K. No parameters default to 23 Bytes and Date parameter default to 7 Bytes. |
|
| 836. |
What Is Pop List? |
|
Answer» The pop list style list item appears initially as a single FIELD (similar to a TEXT item field). When the operator SELECTS the list icon, a list of AVAILABLE choices appears. The pop list style list item appears initially as a single field (similar to a text item field). When the operator selects the list icon, a list of available choices appears. |
|
| 837. |
What Is Use Of Term? |
|
Answer» The TERM file which key is correspond to which ORACLE REPORT FUNCTIONS. The term file which key is correspond to which oracle report functions. |
|
| 838. |
What Is Term? |
|
Answer» The term is terminal definition file that DESCRIBES the terminal FORM which you are using r20run. The term is terminal definition file that describes the terminal form which you are using r20run. |
|
| 839. |
What Is A Text List? |
|
Answer» The text list style list item appears as a rectangular box which displays the fixed NUMBER of VALUES. When the text list contains values that can not be displayed, a vertical SCROLL bar appears, ALLOWING the operator to view and select undisplayed values. The text list style list item appears as a rectangular box which displays the fixed number of values. When the text list contains values that can not be displayed, a vertical scroll bar appears, allowing the operator to view and select undisplayed values. |
|
| 840. |
What Are Most Common Types Of Complex Master-detail Relationships? |
|
Answer» There are three most common TYPES of complex MASTER-DETAIL relationships: There are three most common types of complex master-detail relationships: |
|
| 841. |
What Are The Two Phases Of Block Coordination? |
|
Answer» There are TWO phases of block COORDINATION:
During, the clear phase, Oracle Forms navigates INTERNALLY to the detail block and flushes the obsolete detail records. During the population phase, Oracle Forms issues a SELECT statement to repopulate the detail block with detail records associated with the new master record. These operations are accomplished through the execution of TRIGGERS. There are two phases of block coordination: During, the clear phase, Oracle Forms navigates internally to the detail block and flushes the obsolete detail records. During the population phase, Oracle Forms issues a SELECT statement to repopulate the detail block with detail records associated with the new master record. These operations are accomplished through the execution of triggers. |
|
| 842. |
What Is A Timer? |
|
Answer» TIMER is an "internal TIME CLOCK" that you can programmatically create to perform an ACTION each time the times. Timer is an "internal time clock" that you can programmatically create to perform an action each time the times. |
|
| 843. |
What Is The Use Of Image_zoom Built-in? |
|
Answer» To MANIPULATE IMAGES in IMAGE ITEMS. To manipulate images in image items. |
|
| 844. |
What Is The Purpose Of The Product Order Option In The Column Property Sheet? |
|
Answer» To specify the ORDER of INDIVIDUAL group EVALUATION in a CROSS PRODUCTS. To specify the order of individual group evaluation in a cross products. |
|
| 845. |
Explain About Horizontal, Vertical Tool Bar Canvas Views? |
|
Answer» 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. 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. |
|
| 846. |
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» True. True. |
|
| 847. |
If Two Groups Are Not Linked In The Data Model Editor, What Is The Hierarchy Between Them? |
|
Answer» Two group that is above are the LEFT most RANK HIGHER than the group that is to right or below it. Two group that is above are the left most rank higher than the group that is to right or below it. |
|
| 848. |
What Are The Ways To Monitor The Performance Of The Report? |
|
Answer» USE reports profile executable statement. Use SQL TRACE facility. Use reports profile executable statement. Use SQL trace facility. |
|
| 849. |
How Do You Create A New Session While Open A New Form? |
|
Answer» Using open_form built-in SETTING the session option Ex. Open_form('Stocks', active, session). when invoke the mulitiple forms with OPEN FORM and call_form in the same application, STATE whether the following are true/False Using open_form built-in setting the session option Ex. Open_form('Stocks', active, session). when invoke the mulitiple forms with open form and call_form in the same application, state whether the following are true/False |
|
| 850. |
What Is The Use Of Transactional Triggers? |
|
Answer» Using TRANSACTIONAL triggers we can control or modify the DEFAULT FUNCTIONALITY of the ORACLE forms. Using transactional triggers we can control or modify the default functionality of the oracle forms. |
|