Oracle 11G OCP 1Z0-053 217

(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这个脚本的封装

请使用浏览器的分享功能分享到微信等