站内搜索
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?()A Select file--Administration--Convert B Select file--Administration--Execute C Select file--Administration--Compile FileD No 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? ()A The report will not execute. B The report will only accept destination type of previewer or printer. C Printer codes will be ignored. D Only 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?()A It is created as a nondisplay item. B The Lock Record property is set to Yes. C It cannot be referenced in item level triggers. D It is placed on the canvas with the highest sequence number.

问题 单选题How would you default the layout of a parameter form? ()A Use the default layout tool in the parameter form editor. B Select menu item tool-parameter form builder. C Open the parameter form editor and select menu items tool-default layout. D You cannot default the layout of the parameters.

问题 单选题Which built-in copies values from a list item into a record group? ()A RETRIEVE_LIST B RETRIEVE_GROUP C RETRIEVE_LIST_ITEM D RETRIEVE_GROUP_FROM_LIST E RETRIEVE_GROUP_FROM_LIST_ITEM 

问题 单选题Which setting change would you allow to make a child object to be moved out of a parent object?()A Flex mode on. B Flex mode off. C Confined mode on. D Confined 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?()A In the layout model increase the size of the employee record fields. B In the report wizard increase the display width values of the employee record fields. C In the property palette increase the size of the repeating frame surrounding the employee records. D In 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? ()A Invoke the Chart Wizard and create a chart based on the ORDER block. B Create 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. C Invoke 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. D Select 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?()A First 15 dept_no values. B Last 20 ID_no and quantity values with the first 15 dept_no values for each work_in_progress value. C First 15 dept_no values with the last 20 ID_number and quantity values for each total_inventory value. D First 15 dept_no values and the last 20 ID_no and quantity values. E The 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?()A GET_GROUP_ROW_COUNT B GET_GROUP_SELECTION_COUNT C GET_GROUP_SELECTION D FIND_GROUP E FIND_COLUMN F ADD_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?()A In the template used. B In the data model. C In the life previewer. D In 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?()A Generate the menu module executable. B Save the menu module as custmenu.mmx. C In the Property Sheet for the form, set the Starting Menu property to custmenu. D In 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.