Identify two features of obfuscation. (Choose two.)

Identify two features of obfuscation. (Choose two.)
A. The Import and Export utilities accept wrapped files.
B. SQL’ Plus cannot process the obfuscated source files.
C. Only the wrap utility can obfuscate multiple programs at a time.
D. Both the DBMS_DDL package and the Wrap utility can obfuscate multiple programs at a time.
E. The source code is visible only through the DBA_SOURCE view and not through the USER_SOURCE or ALL_SOURCE View

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Identify two features of obfuscation. (Choose two.)

  1. AC correct answers.
    Reference: “https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/wrap.htm”

  2. I also think that correct answers are AC:

    https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/wrap.htm

    “The DBMS_DDL subprograms wrap a single PL/SQL unit, such as a single CREATE PROCEDURE command, that has been generated dynamically.”

    “Your source code is not visible through the USER_SOURCE, ALL_SOURCE, or DBA_SOURCE data dictionary views.

    SQL*Plus can process the obfuscated source files.

    The Import and Export utilities accept wrapped files. You can back up or move wrapped procedures.”

Leave a Reply

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


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