Which object is added to a form module when you copy the reusable calender class?()
第1题:
You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()
第2题:
The users request that [F2], [F3], and [F4] be used to commit, rollback, and exit,respectively. How do you accomplish this?()
第3题:
The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()
第4题:
Which two PL/SQL8 features are supported in Oracle Forms?()
第5题:
You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()
第6题:
You want to provide a tool that allows users quick access to form modules, by listing them in an Explorer-style interface. Which reusable component do you use?()
第7题:
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 database. When the calculation completes, it returns a single value to the non-base table field. To optimize performance and maintainability, which PL/SQL structure should be used? ()
第8题:
Add the appropriate PL/SQL code for each key.
Map the logical keys to the physical keys, then add the appropriate PL/SQL code for each key.
Create an object library to define the key triggers, then reference the object library in the form.
This cannot be accomplished because other function keys provide this functionality by default.
第9题:
On the Oracle server.
Locally in each form module.
In an attached PL/SQL library
On your file network server.
第10题:
ActiveX controls
Calendar Class
Standard Object Library
Picklist Class
Wizard Class
Navigator Class
第11题:
A trigger in each form.
A subprogram in each form.
A stored subprogram in the database.
A subprogram in a library that is attached to each form.
第12题:
Programme units.
PL/SQL libraries.
Database object.
Built in packages.
第13题:
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 programme unit to store the function?()
第14题:
Which two scenarios are NOT safe to replace a StringBuffer object with a StringBuilder object?()
第15题:
You write a procedure that will be called from two level triggers and a database trigger. Where should you store this code? ()
第16题:
You are developing a Hotel Booking application for a travel company. The users request a wizard-style interface for this application. How could you satisfy this requirement?()
第17题:
At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group populated?()
第18题:
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()
第19题:
Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()
第20题:
Reference the Object Iron packages in your form module.
Write an HTML interface, and invoke it from your form module.
Include the Wizard class reusable component in your application.
Build a customized wizard using tab canvases and a horizontal toolbar canvas.
第21题:
Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group.
Write server-side subprograms, and call the subprograms from the form application.
Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.
第22题:
An object type is a user-defined composite data type.
The attributes of an object type can be those of other object types.
A PL/SQL table of records is an example of a nested object type.
An object type must be declared as a type before the actual object itself can be declared.
第23题:
List icon
Object group
PL/SQL library
Key-Listval trigger