View the Exhibit and examine the code and its outcome on execution:
What would be the effect on the two procedures if the value of debug is set to false? (Choose
two.)
A.
MY_PROC2 is not recompiled.
B.
MY_PROC1 is recompiled but remains unchanged.
C.
MY_PROC2 is recompiled but remains unchanged.
D.
MY_PROC1 is recompiled without the debugging code.
C&D
C,D
A , D
C y D
http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/fundamentals.htm#CIHEBFHF
C,D
Should be A and D.
Refer Fine grained invalidation in oracle docs. According to which the procedure gets invalidated only when the referenced package’s particular(referenced) item changes.
you are wrong, read documetation carefully
A and D are correct answers
??
CD