1Z0-132 题目列表
单选题You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()AAll forms in the application. BAny forms opened by the user who initiated the record group. COnly the form issuing the CREATE_GROUP built-in. DAny forms referenced by the form that contains the procedure.

单选题The telesales force requested additional ways to terminate the automated polling questionnaire. In addition to the default functionality, you provide a menu item and a button for this purpose. Adhering to efficient coding practices, which PL/SQL code do you use for the menu item and the button?()AEXIT BEXIT_FORM CDO_KEY('Key-Exit') DDO_KEY('EXIT_FORM')

单选题Which tool in the layout model could you use to create an external boiler plate object?()AField BFrame CButton DRectangleELink file

单选题You are developing an inventory report to list the item number, description price and picture of all inventory items. The layout of each item is a repeating frame that contains three fixed fields and a image. When possible you want all objects in the repeating frame to appear on the same logical page without creating blank pages between instances. Which pagination property would you alter to achieve these results?()APage break before. BPage break after. CPage protect. DKeep with anchoring object.

单选题You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()AMenu BPlus CMacroDPL/SQL

多选题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.

单选题You want to create a template to be used as a standard for all company reports, which are many different styles. How many different templates must you have if you plan to use multiple report styles?()ATwo BOne COne per report styleDOne per report style + one more

单选题The human resources department requested an employee report to high light those employees who are due for 30 days 6 months and 1 year evaluation. The higher_data field should display blue text for 30 days employee, a red text for 6 months employees and a green text for one year employees. You created a format trigger on the higher_data field to handle this task. What will happen if the format trigger returns a false value? ()AThe report execution will be halted. BThe higher_data file will not be displayed. CThe record will not be displayed. DNothing will happen.

多选题You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()ABFILEBREF columnCObject tableDColumn objectEINSTEAD-OF trigger

多选题Which two chart base types can you select using the Chart Wizard?()ALineBColumnCBubbleDFlowchartEOHLC candle stock

单选题Which report style would you use to create a report listing each department and including a listing of employees beneath their respective department?()AGroup left. BForm like. CMatrix W/group. DGroup above. EMailing label. FForm letter.

单选题You are creating the CUST_PREMIUM data block in the AUTO_INSURANCE form. A new state law requires that premiums be lowered for drivers with a good driving history. Because this could potentially affect a large number of records, you want to base the data block on a stored procedure returning a table of records. Which statement supports this approach?()AA table of records is efficient in terms of network traffic. BA table of records improves developer productivity because the database administrator does not have to create a server side view. CA table of records is efficient because the number of records fetched depends on the Array Fetch property value.DYour coding effort is simplified since DML operations are handles by setting form module properties.

单选题Using the reports server how would you force the orders report in the orders entry application to run every six hours?()ASchedule the report's execution in the queue manager. BSchedule the reports execution using the R30RQM command line with scheduled parameter. CCreate a trigger in the application to execute the report every six hours. DYou cannot schedule a reports execution.

单选题Which object is added to a form module when you copy the reusable calender class?()AList icon BObject group CPL/SQL library DKey-Listval trigger

单选题You include the calendar class in your Hotel Booking application. Which additional form level objects will you need to create to implement this reusable component fully?()ABlocks BVisual attributes. CStacked canvas. DNothing further needs to be created.