(Choose two.)

Identify two factors that you consider for compiling a PL/SQL program unit for interpreted mode.
(Choose two.)

Identify two factors that you consider for compiling a PL/SQL program unit for interpreted mode.
(Choose two.)

A.
a PL/SQL program which needs to be recompiled frequently

B.
a PL/SQL program that spends most of the time executing SQL

C.
a PL/SQL program, which performs computation-intensive procedural operations and is
recompiled rarely

D.
a PL/SQL program, which is called frequently with the same parameter values by multiple
sessions and is recompiled rarely



Leave a Reply 3

Your email address will not be published. Required fields are marked *


PIERO

PIERO

Interpreted mode has two advantages over native compilation
A) very important, pl/sql debugging tools
B) very minimal gain i think… compiling faster