functions
package
procedure
database trigger
anonymous PL/SQL block
第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题:
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?()
第3题:
You want to configure and schedule offline database backups to run automatically. Which tool or utilitywould you use to achieve this()
第4题:
You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate? ()
第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题:
Examine the following PL/SQL block: SET SERVEROUTPUT ON SET LONG 10000 ECLARE report clob; BEGIN report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE(); DBMS_OUTPUT.PUT_LINE(report); END; Which statement describes the effect of the execution of the above PL/SQL block?()
第7题:
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.
第8题:
Programme units.
PL/SQL libraries.
Database object.
Built in packages.
第9题:
The plan baselines are verified with the SQL profiles.
All fixed plan baselines are converted into nonfixed plan baselines.
All the nonaccepted SQL profiles are accepted into the plan baseline.
The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.
第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题:
function
package
procedure
database trigger
anonymous PL/SQL block
第12题:
functions
package
procedure
database trigger
anonymous PL/SQL block
第13题:
Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space/x7frelated problem? ()
第14题:
Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space-related problem?()
第15题:
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? ()
第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题:
functions
packages
procedures
database triggers
anonymous PL/SQL block
第19题:
when a DELETE statement is executed
when a ROLLBACK command is executed
when a PL/SQL anonymous block is executed
when a data definition language (DDL) statement is executed
when a TRUNCATE statement is executed after the pending transact ion
第20题:
The XML script
The PL/SQL script
The DBMS_SCHEDULER package
Enterprise Manager to schedule the backup
第21题:
DBCC DBREINDEX
SELECT * FROM sys.dm_db_index_physical_stats
DBCC INDEXDEFRAG
SELECT * FROM sys.indexes
第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题:
the XML script
the PL/SQL script
the DBMS_SCHEDULER package
Enterprise Manager to schedule the backup
第24题:
.SQL
.PLL
.PLD
.PRT