With which function of summary item is the compute at options required?

1 Answer

Answer :

ummary item is the compute at
options required?

Related questions

Description : If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?

Last Answer : Only for 10 records.

Description : which one of the following is least required during the preparation of lecture? Options: A) Clear introduction and summary B) Time and control unit C) Examples for better explanation and understanding. D) Factual materials in indirect way

Last Answer : D) Factual materials in indirect way

Description : what is a display item?

Last Answer : Display items are similar to text items but store only fetched or assigned values. Operators cannot navigate to a display item or edit the value it contains.

Description : If you have property class attached to an item and you have same trigger written for the item . Which will fire first?

Last Answer : Item level trigger fires , If item level trigger fires, property level trigger won't fire. Triggers at the lowest level are always given the first preference. The item level trigger fires first and then the block and then the Form level trigger.

Description : What are the types of triggers and how the sequence of firing in text item

Last Answer : Triggers can be classified as Key Triggers, Mouse Triggers ,Navigational Triggers. Key Triggers :: Key Triggers are fired as a result of Key action.e.g :: Key-next-field, Key-up,Key-Down Mouse Triggers :: Mouse ... :: a) pre - text b) when new item c) key-next d) when validate e) post text

Description : What is a Navigable item?

Last Answer : A navigable item is one that operators can navigate to with the keyboard during default navigation, or that Oracle forms can navigate to by executing a navigational built-in procedure.

Description : What is a list item?

Last Answer : It is a list of text elements.

Description : What are the triggers associated with the image item?

Last Answer : When-Image-activated(Fires when the operator double clicks on an image Items) When-image-pressed(fires when the operator selects or deselects the image item)

Description : What are the difference between lov & list item?

Last 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.

Description : What are the built-ins that are used to Attach an LOV programmatically to an item?

Last Answer : set_item_property get_item_property (by setting the LOV_NAME property)

Description : What is the "LOV of Validation" Property of an item? What is the use of it?

Last Answer : When LOV for Validation is set to True, Oracle Forms compares the current value of the text item to the values in the first column displayed in the LOV. Whenever the validation event occurs. If ... the LOV and uses the text item value as the search criteria to automatically reduce the list.

Description : Mention what are the networking options used in OpenStack a. Flat Network Manager: IP addresses for VM instances are fetched from the subnet, and then injected into the image on launch b. Flat DHCP Network ... is started for each VLAN to pass out IP addresses to VM instances. d. All of the above

Last Answer : All of the above

Description : Mention what are the networking options used in OpenStack a. Flat Network Manager: IP addresses for VM instances are fetched from the subnet, and then injected into the image on launch b. Flat DHCP Network ... is started for each VLAN to pass out IP addresses to VM instances. d. All of the above

Last Answer : All of the above

Description : What is strip sources generate options?

Last Answer : The main reason for running in archivelog mode is that one can provide 24-hour availability and guarantee complete data recoverability. It is also necessary to enable ARCHIVELOG mode before one can start ... (RAC), you need to shut down all nodes before changing the database to ARCHIVELOG mode.

Description : What are the options available to refresh snapshots ?

Last Answer : COMPLETE - Tables are completely regenerated using the snapshots query and the master tables every time the snapshot referenced. FAST - If simple snapshot used then a snapshot log can be used to ... Default value. If possible it performs a FAST refresh; Otherwise it will perform a complete refresh.

Description : What are the benefits of distributed options in databases?

Last Answer : Database on other servers can be updated and those transactions can be grouped together with others in a logical unit. Database uses a two phase commit.

Description : Which model is used to compute the effort required to  integrate reusable components or program code that is  automatically generated by design or program translation  tools? a) An application-composition model b) A post-architecture model c) A reuse model d) An early design model

Last Answer : c) A reuse model

Description : A helical spring is fabricated by wrapping wire 19.05 mm in diameter around a forming cylinder 203.2 mm in diameter. Compute the number of turns required to permit an elongation of 101.6 mm. without exceeding a shearing ... G = 82737 N/mm2. a. 10 turns b. 20 turns c. 25 turns d. 30 turns

Last Answer : a. 10 turns

Description : How many minimum groups are required for a matrix report

Last Answer : The minimum number of groups in matrix report are 4

Description : How does one give developers access to trace files (required as input to tkprof)? (for DBA)

Last Answer : The "alter session set sql_trace=true" command generates trace files in USER_DUMP_DEST that can be used by developers as input to tkprof. On Unix the default file mask for these files are "rwx r-- -- ... = true Include this in your INIT.ORA file and bounce your database for it to take effect.

Description : What are the minimum number of groups required for a matrix report

Last Answer : The minimum of groups required for a matrix report are 4 e

Description : How you open and close a cursor variable.Why it is required?

Last Answer : OPEN cursor variable FOR SELECT...Statement CLOSE cursor variable In order to associate a cursor variable with a particular SELECT statement OPEN syntax is used. In order to free the resources used for the query CLOSE statement is used.

Description : What is a cursor ? Why Cursor is required ?

Last Answer : Cursor is a named private SQL area from where information can be accessed. Cursors are required to process rows individually for queries returning multiple rows.

Description : How will you estimate the space required by a non- clustered tables?

Last Answer : Calculate the total header size Calculate the available dataspace per data block Calculate the combined column lengths of the average row Calculate the total average row size. Calculate the average number rows ... add 10 % additional space to calculate the initial extent size for a working table.

Description : What is the basic data structure that is required for creating an LOV?

Last Answer : Record Group.

Description : The Scope Statement should contain which of the following? 1. Project schedule  2. Project budget constraints  3. Summary of project tasks , deliverables and resources required  4. Project objectives

Last Answer : 4. Project objectives

Description : Which of the following is the machinery for interacting with Amazon’s vast product data and eCommerce catalog function? a) Amazon Elastic Compute Cloud b) Amazon Associates Web Services c) Alexa Web Information Service d) All of the mentioned

Last Answer : Amazon Associates Web Services

Description : Consider a hash table of size m=100 and the hash function h(k) = floor(m(kA mod 1)) for A = (√5 − 1)/2 = 0.618033. Compute the location to which the key k = 123456 is placed in hash table. (A) 77 (B) 82 (C) 88 (D) 89

Last Answer : (C) 88

Description : Use the add_group_column function to add a column to record group that was created at a design time?

Last Answer : False

Description : What is the function of Optimizer ?

Last Answer : The goal of the optimizer is to choose the most efficient way to execute a SQL statement.

Description : Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.

Last Answer : A function and procedure are the same in that they are intended to be a collection of PL/SQL code that carries a single task. While a procedure does not have to return any ... functions and procedures that are grouped together based on their commonality to a business function or application.

Description : What is the function of redo log?

Last Answer : The primary function of the redo log is to record all changes made to data.

Description : How is mapping of name of DLL and function done?

Last Answer : The dll can be created using the Visual C++ / Visual Basic Tools and then the dll is put in the path that is defined the registery.

Description : Can you pass values to-and-fro from foreign function ? how ?

Last Answer : Yes . You obtain a return value from a foreign function by assigning the return value to an Oracle Forms variable or item. Make sure that the Oracle Forms variable or item is the same data type as ... SQL data type; it must also be the appropriate parameter type as defined in the PL/SQL interface.

Description : Use the ADD_GROUP_COLUMN function to add a column to a record group that was created at design time? I) TRUE II)FALSE

Last Answer : II) FALSE

Description : What is the maximum buffer size that can be specified using the DBMS_OUTPUT.ENABLE function?

Last Answer : 1,000,00

Description : What is syntax for dropping a procedure and a function .Are these operations possible?

Last Answer : Drop Procedure procedure_name Drop Function function_name

Description : Difference between procedure and function.?

Last Answer : Functions are named PL/SQL blocks that return a value and can be called with arguments procedure a named block that can be called with parameter. A procedure all is a PL/SQL statement by itself, while a Function call is called as part of an expression.

Description : What is difference between a PROCEDURE & FUNCTION ?

Last Answer : A FUNCTION is always returns a value using the return statement. A PROCEDURE may return one or more values through parameters or may not return at all.

Description : Give the structure of the function ?

Last Answer : FUNCTION name (argument list .....) Return datatype is local variable declarations Begin executable statements Exception execution handlers End;

Description : What is the built-in function used for finding the alert?

Last Answer : Find_alert Editors

Description : Identify package function from the following ?

Last Answer : 1. Error- Code 2. Break 3. Call 4. Error-text 5. Form-failure 6. Form-fatal 7. Execute-query 8. Anchor View 9. Message_code? 1. Error_Code 2. Error_Text 3. Form_Failure 4. Form_Fatal 5. Message_Code

Description : What is the difference between a Function Key Trigger and Key Function Trigger ?

Last Answer : Function key triggers are associated with individual SQL*FORMS function keys You can attach Key function triggers to 10 keys or key sequences that normally do not perform any SQL * FORMS operations. These keys referred as key F0 through key F9.

Description : What are the built-ins used for finding Object ID function?

Last Answer : FIND_GROUP(function) FIND_COLUMN(function)

Description : What is the function of summary attribute? -Technology

Last Answer : The summary attribute of the tag is used to provide the detailed information about a table. It enables a user to know the type of information that a table contains. It is useful to provide access to non-visual browsers, which are used by users with visual impairment,e.g.

Description : The menu item in dim color (gray) indicates that the menu is: a) Unavailable for current context b) Not much required menu c) Over - used Menu d) None of The Above

Last Answer : a) Unavailable for current context

Description : A cylindrical cable of core radius 1.25cm and impregnated paper insulation of thickness 2.13cm and relative permittivity 3.5. Compute the capacitance of the cable/km (in nF

Last Answer : To calculate the capacitance of the cable per kilometer, you can use the following formula: C = ε * ε0 * A / d where: C is the capacitance of the cable per kilometer (in farads) ε is ... * 10^9 = 644 nF/km So the capacitance of the cable per kilometer would be approximately 644 nanofarads.

Description : How do I compute sales tax for purchases made from another state?

Last Answer : answer:You might not need to charge any tax. The old rule was to tax only if the business had a store in the state being shipped to. The tax charged would be the ship to state's tax. So for ... books for the business and inform you what to keep track of, how to pay any required quarterly taxes, etc.

Description : How do I correctly compute startup valuation?

Last Answer : pallen123 That is how I know valuation to work. Yes, the investor would own 10%.

Description : Why is there no formula to compute the half-life of any given radioisotope?

Last Answer : I don’t think the theories contain enough information about what is actually going on with subatomic particles that leads to those results.