当前分类: 1Z0-132
问题:单选题What does the term application partitioning refer to?()A The feature of a forms application enabling it to run both in client-server mode and on the Web. B Storing PL/SQL program units between the Oracle server and the application to make optimal use o...
查看答案
问题:单选题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 ...
问题:单选题You need to base a data block on the EMP table, but you do not want to give the users of the application access privileges on the table. Which type of data source would you use to create the data block?()A table B transactional trigger C stored procedu...
问题:单选题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....
问题:单选题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...
问题:单选题You are building two forms. Each form has a button and a non-base table field. When the button is pressed, a complicated calculation is executed. The calculation is the same for both forms. The calculation code does not query or change the data in the ...
问题:单选题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--Comp...
问题:多选题Which two triggers are mouse movement triggers?()AWhen-Mouse-UpBWhen-Mouse-MoveCWhen-Mouse-DownDWhen-Mouse-ClickEWhen-Mouse-Leave...
问题:多选题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...
问题:单选题The CALC function is used several times within the sales report. To simplify maintenance you want to store the function in one place and call it from within your PL/SQL trigger code. Which node would you use in object navigator to create a report level...
问题:单选题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...
问题:单选题You are creating a sales data template and need to add a picture to the margin. What is the best way to add this margin?()A Choose the margin code in the object navigator and select file-import-image. B Choose the margin node in the object navigator an...
问题:单选题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 t...
问题:单选题In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?()A The Enforce Primary Key proper...
问题:单选题You create a data block based on a relational table containing a REF column. You select the REF column for your form module. What is true about the items based on the REF column attributes?()A The Query Only property is set to Yes. B The Conceal Data p...
问题:多选题Which three objects can be components of a menu module?()AwindowsBparametersCobject groupsDreport objectsEvisual attributes...
问题:单选题You created a tabular report for human resources department. After viewing layout users have requested that you change the label of the dept column to something more meaningful. How would you change the label in the live previewer?()A Use the report wi...
问题:单选题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 ac...
问题:单选题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...
问题:单选题Where can you add your own PL/SQL code in relation-handling triggers?()A Before the End default relation program section comment. B After the Begin default relation program section comment. C Before the Begin default relation program section comment. D...