站内搜索
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?()A All forms in the application. B Any forms opened by the user who initiated the record group. C Only the form issuing the CREATE_GROUP built-in. D Any 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?()A EXIT B EXIT_FORM C DO_KEY('Key-Exit') D DO_KEY('EXIT_FORM')

问题 单选题Which tool in the layout model could you use to create an external boiler plate object?()A Field B Frame C Button D RectangleE Link 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?()A Page break before. B Page break after. C Page protect. D Keep 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? ()A Menu B Plus C MacroD PL/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?()A Two B One C One per report styleD One 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? ()A The report execution will be halted. B The higher_data file will not be displayed. C The record will not be displayed. D Nothing 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?()A Group left. B Form like. C Matrix W/group. D Group above. E Mailing label. F Form 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?()A A table of records is efficient in terms of network traffic. B A table of records improves developer productivity because the database administrator does not have to create a server side view. C A table of records is efficient because the number of records fetched depends on the Array Fetch property value.D Your 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?()A Schedule the report's execution in the queue manager. B Schedule the reports execution using the R30RQM command line with scheduled parameter. C Create a trigger in the application to execute the report every six hours. D You cannot schedule a reports execution.

问题 单选题Which object is added to a form module when you copy the reusable calender class?()A List icon B Object group C PL/SQL library D Key-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?()A Blocks B Visual attributes. C Stacked canvas. D Nothing further needs to be created.