Which three statements are true about wrapping?

Which three statements are true about wrapping? (Choose three.)
A. The PL/SQL wrapper detects and reports only syntax errors.
B. The PL/SQL wrapper detects and reports both syntax and semantic errors.
C. When wrapping a package or object type, both the body and specification should be wrapped.
D. When wrapping a package or object type, only the body should be wrapped, not the specification.
E. To change a wrapped object, the original source code needs to be modified and then wrapped again
F. To change a wrapped object, the wrapped code can be unwrapped, modified In a text file, and then wrapped again.

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “Which three statements are true about wrapping?

  1. Are you sure F is true? It is not possible to unwrap a wrapped code back as far as I know.

    So aonly D and E are true…

  2. Some quotes from reference to easier find answers:

    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/wrap.htm#BEHJJHAG

    “Wrap only the body of a package or object type, not the specification.
    This allows other developers to see the information they must use the package or type, but prevents them from seeing its implementation.
    To change wrapped PL/SQL code, edit the original source file and then wrap it again.
    Wrapping does not detect syntax or semantic errors.
    Wrapping detects only tokenization errors (for example, runaway strings), not syntax or semantic errors (for example, nonexistent tables or views). Syntax or semantic errors are detected during PL/SQL compilation or when executing the output file in SQL*Plus.”

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.