Oracle Database 11g: Program with PL/SQL — Question 76
Identify two features of obfuscation. (Choose two.)
Answer options
- 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
Correct answer: A, C
Explanation
The correct answers, A and C, highlight specific capabilities related to obfuscation. Option A states that the Import and Export utilities can work with wrapped files, while C indicates that only the wrap utility is capable of obfuscating multiple programs at once. The other options are incorrect as they either misrepresent the functions of SQL*Plus or incorrectly state the capabilities of the DBMS_DDL package and visibility of source code.