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
A, B