Oracle Database 11g: Program with PL/SQL — Question 9

Which three statements are true about wrapping? (Choose three.)

Answer options

Correct answer: D, E, F

Explanation

The correct answer is D, E, F because when wrapping a package or object type, only the body is necessary to wrap as stated in D. Modifications can only be made to the original source code or through unwrapping, which is reflected in E and F. Options A and B are incorrect because they misrepresent the capabilities of the PL/SQL wrapper regarding error detection.