Oracle 11G OCP 1Z0-053 217

LuiseDalian發表於2014-09-04
(217)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?

A. It performs parallel recompilation of only the stored PL/SQL code.

B. It performs sequential recompilation of only the stored PL/SQL code.

C. It performs parallel recompilation of any stored PL/SQL as well as Java code.

D. It performs sequential recompilation of any stored PL/SQL as well as Java code.

答案:(C)

解析:

Run the utlrp.sql script after creating or upgrading a database.

This script recompiles all PL/SQL modules that may be in an INVALID state,including packages,procedures,types,and so on.

通過檢視utlrp.sql發現這個指令碼是對utlprp.sql這個指令碼的封裝

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1263988/,如需轉載,請註明出處,否則將追究法律責任。

相關文章