EXIT
EXIT_FORM
DO_KEY('Key-Exit')
DO_KEY('EXIT_FORM')
第1题:
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? ()
第2题:
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?()
第3题:
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?()
第4题:
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?()
第5题:
In your Supportcenter.cn database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()
第6题:
How would you default the layout of a parameter form? ()
第7题:
functions
packages
procedures
database triggers
anonymous PL/SQL block
第8题:
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.
第9题:
Avoid coding unnecessary long-running transactions.
Allow the database to handle locks in default locking mode.
Always explicitly code the locks as per the requirement of the application.
Allow escalation of row locks to block locks if too many row locks cause problem.
第10题:
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.
第11题:
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.
第12题:
.SQL
.PLL
.PLD
.PRT
第13题:
Where can you add your own PL/SQL code in relation-handling triggers?()
第14题:
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?()
第15题:
You established access to menu modules using roles. You have allowed the sales role to access the menu module, but prevented access to the Update menu item. Which item property would you alter to gray out the menu option for the role?()
第16题:
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?()
第17题:
Which two statements describe good practices for an application developer to reduce lockingconflicts in Oracle database()
第18题:
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.
第19题:
Use the default layout tool in the parameter form editor.
Select menu item tool->parameter form builder.
Open the parameter form editor and select menu items tool->default layout.
You cannot default the layout of the parameters.
第20题:
Item Roles.
Menu Item Roles.
Display without Privilege.
Use Security.
Command Type.
第21题:
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.
第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题:
Menu
Plus
Macro
PL/SQL
第24题:
EXIT
EXIT_FORM
DO_KEY('Key-Exit')
DO_KEY('EXIT_FORM')