1Z0-132 题目列表
单选题You created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()ASelect file--Administration--Convert BSelect file--Administration--Execute CSelect file--Administration--Compile FileDNo further step is necessary.

单选题You creating a report that will run in both character mode and bitmapped environments. You include some printer codes in your report. What will happen when you run the report in bitmapped mode? ()AThe report will not execute. BThe report will only accept destination type of previewer or printer. CPrinter codes will be ignored. DOnly the printer codes that apply will be processes.

单选题You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()AIt is created as a nondisplay item. BThe Lock Record property is set to Yes. CIt cannot be referenced in item level triggers. DIt is placed on the canvas with the highest sequence number.

单选题How would you default the layout of a parameter form? ()AUse the default layout tool in the parameter form editor. BSelect menu item tool-parameter form builder. COpen the parameter form editor and select menu items tool-default layout. DYou cannot default the layout of the parameters.

单选题Which built-in copies values from a list item into a record group? ()ARETRIEVE_LIST BRETRIEVE_GROUP CRETRIEVE_LIST_ITEM DRETRIEVE_GROUP_FROM_LIST ERETRIEVE_GROUP_FROM_LIST_ITEM

单选题Which setting change would you allow to make a child object to be moved out of a parent object?()AFlex mode on. BFlex mode off. CConfined mode on. DConfined mode off.

单选题You create a tabular employee report and are concerned about readability because the employee records are very close together. What is the best way to increase the amount of white space between the records?()AIn the layout model increase the size of the employee record fields. BIn the report wizard increase the display width values of the employee record fields. CIn the property palette increase the size of the repeating frame surrounding the employee records. DIn the life previewer, high light a field, click on the parent frame icon and make the frame bigger verticall.

单选题A sales analyst reviews the first draft on your Sales application, and requests that the application graphically represent revenue generated for each sales representative, in addition to the textual data currently displayed for the ORDER block. How would you incorporate this graphic in your form? ()AInvoke the Chart Wizard and create a chart based on the ORDER block. BCreate a chart using Graphics Builder and then select File Import Chart in Form Builder, positioning the new chart with the text items in the ORDER block. CInvoke the Data Block Wizard in reentrant mode, select the Charts tab, and specify the chart type and column sources for the X and Y axes. DSelect the Chart node in the Object Navigator, Click the Create icon, and specify the details of the chart in the chart's Property Palette.

单选题For an inventory report, you created a work_in_progress that contains two columns, ID_number and quantity. The parent group of the work_in_progress is in_inventory which contains one column, dept_no. You added a filter of fist fifteen to total_inventory and a filter of last 20 for work_in_progress. Which records will the report return?()AFirst 15 dept_no values. BLast 20 ID_no and quantity values with the first 15 dept_no values for each work_in_progress value. CFirst 15 dept_no values with the last 20 ID_number and quantity values for each total_inventory value. DFirst 15 dept_no values and the last 20 ID_no and quantity values. EThe last 20 ID_number and quantity values.

单选题The record group in the EMP form is populated using a SELECT statement that is constructed programmatically at runtime. Five employee records are displayed at one time, and a user chooses item two from the record group. Which built-in would you use to determine which rows were flagged in the record group?()AGET_GROUP_ROW_COUNT BGET_GROUP_SELECTION_COUNT CGET_GROUP_SELECTION DFIND_GROUP EFIND_COLUMN FADD_GROUP_ROW

多选题What are three uses for record groups?()ATo pass data to a pop-up menu.BTo populate a base table block.CTo pass data to other form modules.DTo pass data to other Oracle products.ETo dynamically construct SELECT statements.FTo server as the source for a FROM clause query.

单选题The order entry department requested a report to display the average time to enter an order from each order entry clerk sorted by supervisor with a group average after viewing the report users requested to bold the value for each supervisors group average. Where would you make this change?()AIn the template used. BIn the data model. CIn the life previewer. DIn the field property palette.

单选题You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()AGenerate the menu module executable. BSave the menu module as custmenu.mmx. CIn the Property Sheet for the form, set the Starting Menu property to custmenu. DIn the Property Sheet for the form, set the Menu Module property to custmenu.mmb.

单选题You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/SQL constricts you created for the inventory report. For which file extension should you reach?()A .SQL B .PLL C .PLDD .PRT

多选题Which three scenarios describe appropriate uses for key triggers?()AAlter data in a database table.BAdd custom item validation code.CDisable the Next Block key and menu item.DDisplay a custom form in place of a List of Values.EChange the navigational order of the blocks in a form.FPerform a complex calculation each time the F10 key is pressed.