The users request that [F2], [F3], and [F4] be used to commit, rollback, and exit,respectively. How do you accomplish this?()
第1题:
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?()
第2题:
Where can you add your own PL/SQL code in relation-handling triggers?()
第3题:
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade,you observe that the DBA executes the following script: SQL> @utlrp.sql What is the significance of executing this script?()
第4题:
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?()
第5题:
You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute thefollowing script:SQL > @utlrp.sqlWhich two actions does the script perform?()
第6题:
You design a Business Intelligence (BI) solution by using SQL Server 2008. You plan to design the report strategy for a new report project that will be used by a financial application. The application uses five calculations that are implemented in Microsoft .NET Framework 3.5 assemblies. The assemblies are written in the C# language and use the static methods. You need to ensure that the calculations can be used by the expressions in all reports. You also need to ensure consistency within the reports by using the least amount of development effort. What should you do?()
第7题:
You are designing a group management strategy for users in the finance department. You need to identify the appropriate changes that need to be made to the current group management strategy. You want to accomplish this goal by using the minimum number of groups. What should you do?()
第8题:
On the Oracle server.
Locally in each form module.
In an attached PL/SQL library
On your file network server.
第9题:
Before the End default relation program section comment.
After the Begin default relation program section comment.
Before the Begin default relation program section comment.
It is not possible to modify the relation-handling code that Forms automatically creates for relations.
第10题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第11题:
The source PL/SQL code will be stored in native machine code.
The source PL/SQL code will be stored in interpreted byte code.
The compiled PL/SQL code will be stored in native machine code.
The compiled PL/SQL code will be stored in interpreted byte code.
第12题:
EXIT
EXIT_FORM
DO_KEY('Key-Exit')
DO_KEY('EXIT_FORM')
第13题:
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?()
第14题:
You write a procedure that will be called from two level triggers and a database trigger. Where should you store this code? ()
第15题:
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade, you observe that the DBA executes the following script: SQL> @utlrp.sql What is the significance of executing this script?()
第16题:
You observe that in your PROD database, customer information is being modified by some unauthorized users. You want to keep track of all of the transactions happening on the table using PL/SQL. Which type of PL/SQL subprogram or construct would you use to accomplish this task?()
第17题:
In your Supportcenter.cn database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()
第18题:
You work as an application developer at Certkiller .com. Certkiller .com has instructed you to create a class named MetricFormula. This class will be used to compare MetricUnit and EnglishUnit objects.The MetricFormula is currently defined as follows (Line numbers are used for reference purposes only): 1. public class MetricFormula2. { 3. 4. } You need to ensure that the MetricFormula class can be used to compare the required objects. What should you do? ()
第19题:
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.
第20题:
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.
第21题:
Add a reference to the assemblies in the Report Properties References tab.
Write the calculation logic used by the calculations by using T-SQL functions.
Write the code of the calculation logic into the Report Properties Custom Code tab.
Write the calculation logic in each report by using the mathematical functions available natively to SQL Server 2008 Reporting Services (SSRS).
第22题:
The source PL/SQL code will be stored in native machine code.
The source PL/SQL code will be stored in interpreted byte code.
The compiled PL/SQL code will be stored in native machine code.
The compiled PL/SQL code will be stored in interpreted byte code.
第23题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.