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.
| 751. |
Where Is The External Query Executed At The Client Or The Server? |
|
Answer» At the SERVER. At the server. |
|
| 752. |
Why Is It Preferable To Create A Fewer Number Of Queries In The Data Model? |
|
Answer» Because for each query, report has to open a SEPARATE cursor and has to REBIND, execute and fetch DATA. Because for each query, report has to open a separate cursor and has to rebind, execute and fetch data. |
|
| 753. |
Give The Sequence Of Execution Of The Various Report Triggers? |
|
Answer» Before FORM , After form , Before REPORT, Between PAGE, After report. Before form , After form , Before report, Between page, After report. |
|
| 754. |
What Is Bind Reference And How Can It Be Created? |
|
Answer» Bind reference are USED to replace the single VALUE in SQL, pl/sql statements a bind reference can be created using a (:) before a COLUMN or a PARAMETER name. Bind reference are used to replace the single value in sql, pl/sql statements a bind reference can be created using a (:) before a column or a parameter name. |
|
| 755. |
Does One Need To Drop/ Truncate Objects Before Importing? |
|
Answer» Before one import rows into already populated tables, one needs to truncate or drop these tables to get rid of the old data. If not, the new data will be appended to the existing tables. One must always DROP existing SEQUENCES before re-importing. If the sequences are not DROPPED, they will generate numbers inconsistent with the rest of the DATABASE. Before one import rows into already populated tables, one needs to truncate or drop these tables to get rid of the old data. If not, the new data will be appended to the existing tables. One must always DROP existing Sequences before re-importing. If the sequences are not dropped, they will generate numbers inconsistent with the rest of the database. |
|
| 756. |
How Can A Button Be Used In A Report To Give A Drill Down Facility? |
|
Answer» By setting the ACTION associated with BUTTON to Execute pl/sql OPTION and USING the SRW.Run_report function. By setting the action associated with button to Execute pl/sql option and using the SRW.Run_report function. |
|
| 757. |
How Can I Message To Passed To The User From Reports? |
|
Answer» By USING SRW.MESSAGE FUNCTION. By using SRW.MESSAGE function. |
|
| 758. |
How Can A Text File Be Attached To A Report While Creating In The Report Writer? |
|
Answer» By USING the LINK file property in the layout BOILER PLATE property sheet. By using the link file property in the layout boiler plate property sheet. |
|
| 759. |
How Can A Square Be Drawn In The Layout Editor Of The Report Writer? |
|
Answer» By using the rectangle TOOL while pressing the (CONSTRAINT) key. By using the rectangle tool while pressing the (Constraint) key. |
|
| 760. |
How Can Values Be Passed Between Precompiler Exits & Oracle Call Interface? |
|
Answer» By USING the STATEMENT EXECIAFGET & EXECIAFPUT. By using the statement EXECIAFGET & EXECIAFPUT. |
|
| 761. |
How Is It Possible To Select Generate A Select Set For The Query In The Query Property Sheet? |
|
Answer» By USING the tables/columns BUTTON and then SPECIFYING the table and the COLUMN NAMES. By using the tables/columns button and then specifying the table and the column names. |
|
| 762. |
What Is A User_exit? |
|
Answer» CALLS the user exit named in the user_exit_string. Invokes a 3Gl program by name which has been properly linked into your CURRENT oracle FORMS executable. Calls the user exit named in the user_exit_string. Invokes a 3Gl program by name which has been properly linked into your current oracle forms executable. |
|
| 763. |
What Is Relation Between The Window And Canvas Views? |
|
Answer» Canvas views are the back ground objects on which you PLACE the interface ITEMS (Text items), check BOXES, radio GROUPS etc., and boilerplate objects (boxes, lines, images etc.,) that OPERATORS interact with us they run your form . Each canvas views displayed in a window. Canvas views are the back ground objects on which you place the interface items (Text items), check boxes, radio groups etc., and boilerplate objects (boxes, lines, images etc.,) that operators interact with us they run your form . Each canvas views displayed in a window. |
|
| 764. |
What Are The Different Types Of Delete Details We Can Establish In Master-details? |
| Answer» | |
| 765. |
What Are Different Types Of Canvas Views? |
| Answer» | |
| 766. |
What Are The Built-in's Used For Creating And Deleting Groups? |
| Answer» | |
| 767. |
What Are The Various Sub Events A Mouse Double Click Event Involves? |
|
Answer» DOUBLE CLICKING the mouse consists of the mouse down, mouse up, mouse click, mouse down & mouse up events. Double clicking the mouse consists of the mouse down, mouse up, mouse click, mouse down & mouse up events. |
|
| 768. |
What Is The Use Of Hidden Column? What Are The Various Sub Events A Mouse Double Click Event Involves? |
|
Answer» A HIDDEN COLUMN is USED to when a column has to EMBED into BOILERPLATE text. A hidden column is used to when a column has to embed into boilerplate text. |
|
| 769. |
What Is The Use Of Place Holder Column? What Are The Various Sub Events A Mouse Double Click Event Involves? |
|
Answer» A placeholder COLUMN is used to hold calculated values at a SPECIFIED place rather than ALLOWING is to appear in the ACTUAL row where it has to appear. A placeholder column is used to hold calculated values at a specified place rather than allowing is to appear in the actual row where it has to appear. |
|
| 770. |
How Can A Break Order Be Created On A Column In An Existing Group? What Are The Various Sub Events A Mouse Double Click Event Involves? |
|
Answer» By DRAGGING the COLUMN OUTSIDE the GROUP. By dragging the column outside the group. |
|
| 771. |
Use The Add_group_row Procedure To Add A Row To A Static Record Group 1. True Or False? |
|
Answer» False. False. |
|
| 772. |
Any Attempt To Navigate Programmatically To Disabled Form In A Call_form Stack Is Allowed? |
|
Answer» False. False. |
|
| 773. |
What Are The Built-in's Used For Finding Object Id Function? |
Answer»
|
|
| 774. |
What Are The Built-in's Used For Finding Object Id Functions? |
Answer»
|
|
| 775. |
What Are Built-in's Associated With Timers? |
Answer»
|
|
| 776. |
What Is A Difference Between Pre-select And Pre-query? |
|
Answer» FIRES during the execute query and count query PROCESSING after ORACLE forms constructs the select statement to be issued, but before the statement is ACTUALLY issued. The pre-query trigger fires just before oracle forms issues the select statement to the database after the operator as define the example records by entering the query criteria in enter query mode.Pre-query trigger fires before pre-select trigger. Fires during the execute query and count query processing after oracle forms constructs the select statement to be issued, but before the statement is actually issued. The pre-query trigger fires just before oracle forms issues the select statement to the database after the operator as define the example records by entering the query criteria in enter query mode.Pre-query trigger fires before pre-select trigger. |
|
| 777. |
What Is The Remove On Exit Property? |
|
Answer» For a modelless WINDOW, it DETERMINES whether oracle FORMS hides the window automatically when the operators NAVIGATES to an item in the another window. For a modelless window, it determines whether oracle forms hides the window automatically when the operators navigates to an item in the another window. |
|
| 778. |
What Are Different Types Of Modules Available In Oracle Form? |
|
Answer» Form module - a collection of objects and code routines. Form module - a collection of objects and code routines. |
|
| 779. |
To Execute Row From Being Displayed That Still Use Column In The Row Which Property Can Be Used? |
|
Answer» Format trigger. |
|
| 780. |
Atleast How Many Set Of Data Must A Data Model Have Before A Data Model Can Be Base On It? |
|
Answer» Four. Four. |
|
| 781. |
What Are The Built-in's Used For Getting Cell Values? |
Answer»
|
|
| 782. |
What Are The Built-in Used For Getting Cell Values? |
Answer»
|
|
| 783. |
What Are Built-in's Used For Processing Rows? |
| Answer» | |
| 784. |
What Are The Built-in's Used For Processing Rows? |
| Answer» | |
| 785. |
What Are The Built-in's That Are Used For Setting The Lov Properties At Runtime? |
Answer»
|
|
| 786. |
Name Of The Functions Used To Get/set Canvas Properties? |
Answer»
|
|
| 787. |
What Is The Difference Between Object Embedding & Linking In Oracle Forms? |
|
Answer» In ORACLE forms, EMBEDDED objects BECOME part of the form MODULE, and linked objects are references from a form module to a linked SOURCE file. In Oracle forms, Embedded objects become part of the form module, and linked objects are references from a form module to a linked source file. |
|
| 788. |
How Do You Reference A Parameter? |
|
Answer» In Pl/Sql, You can reference and SET the values of form PARAMETERS USING bind VARIABLES syntax. In Pl/Sql, You can reference and set the values of form parameters using bind variables syntax. |
|
| 789. |
How Is Link Tool Operation Different Between Reports 2 & 2.5? |
|
Answer» In REPORTS 2.0 the link tool has to be selected and then two FIELDS to be LINKED are selected and the link is AUTOMATICALLY created. In Reports 2.5 the first field is selected and the link tool is then used to link the first field to the SECOND field. In Reports 2.0 the link tool has to be selected and then two fields to be linked are selected and the link is automatically created. In Reports 2.5 the first field is selected and the link tool is then used to link the first field to the second field. |
|
| 790. |
What Is Forms_ddl? |
|
Answer» Issues dynamic Sql STATEMENTS at RUN time, including server SIDE pl/SQl and DDL Issues dynamic Sql statements at run time, including server side pl/SQl and DDL |
|
| 791. |
What Is A Text_io Package? |
|
Answer» It ALLOWS you to read and WRITE INFORMATION to a file in the file system. It allows you to read and write information to a file in the file system. |
|
| 792. |
What Use Of Command Line Parameter Cmd File? |
|
Answer» It is a command line ARGUMENT that ALLOWS you to specify a file that CONTAIN a set of ARGUMENTS for r20run. It is a command line argument that allows you to specify a file that contain a set of arguments for r20run. |
|
| 793. |
What Is Synchronize? |
|
Answer» It is a terminal screen with the internal state of the FORM. It updates the screen DISPLAY to reflect the INFORMATION that oracle forms has in its internal REPRESENTATION of the screen. It is a terminal screen with the internal state of the form. It updates the screen display to reflect the information that oracle forms has in its internal representation of the screen. |
|
| 794. |
What Is System.coordination_operation? |
|
Answer» It represents the COORDINATION CAUSING event that occur on the MASTER block in master-detail relation. It represents the coordination causing event that occur on the master block in master-detail relation. |
|
| 795. |
What Is Lexical Reference? How Can It Be Created? |
|
Answer» Lexical reference is place_holder for TEXT that can be embedded in a SQL STATEMENTS. A lexical reference can be CREATED using & before the column or PARAMETER name. Lexical reference is place_holder for text that can be embedded in a sql statements. A lexical reference can be created using & before the column or parameter name. |
|
| 796. |
What Is The Advantage Of The Library? |
|
Answer» Libraries provide a CONVENIENT means of storing client-side program units and sharing them among multiple applications. Once you create a library, you can attach it to any other form, menu, or library MODULES. When you can call library program units from triggers menu items commands and user named routine, you WRITE in the modules to which you have attach the library. When a library attaches another library, program units in the FIRST library can reference program units in the attached library. Library support dynamic loading-that is library program units are loaded into an application only when needed. This can significantly reduce the run-time memory requirements of applications. Libraries provide a convenient means of storing client-side program units and sharing them among multiple applications. Once you create a library, you can attach it to any other form, menu, or library modules. When you can call library program units from triggers menu items commands and user named routine, you write in the modules to which you have attach the library. When a library attaches another library, program units in the first library can reference program units in the attached library. Library support dynamic loading-that is library program units are loaded into an application only when needed. This can significantly reduce the run-time memory requirements of applications. |
|
| 797. |
What Are The Difference Between Lov & List Item? |
|
Answer» LOV is a PROPERTY where as list item is an item. A list item can have only ONE COLUMN, lov can have one or more COLUMNS. Lov is a property where as list item is an item. A list item can have only one column, lov can have one or more columns. |
|
| 798. |
What Are The Different Default Triggers Created When Master Deletes Property Is Set To Cascade? |
|
Answer» MASTER Deletes Property RESULTING TRIGGERS
Master Deletes Property Resulting Triggers |
|
| 799. |
What Are The Different Default Triggers Created When Master Deletes Property Is Set To Isolated? |
|
Answer» Master Deletes PROPERTY RESULTING TRIGGERS
Master Deletes Property Resulting Triggers |
|
| 800. |
What Are The Different Default Triggers Created When Master Deletes Property Is Set To Non-isolated? |
|
Answer» Master DELETES Property RESULTING TRIGGERS
Master Deletes Property Resulting Triggers |
|