What command will you use to encrypt a PL/SQL block
-
COMPILE DEBUG
-
WRAP
-
ENCRYPT
-
COMPILE
B
Correct answer
Explanation
The WRAP command is used to encrypt PL/SQL code, converting source code into a format that obscures the logic while preserving functionality. COMPILE DEBUG adds debugging information but doesn't encrypt. ENCRYPT is not a valid PL/SQL command - WRAP is Oracle's native obfuscation utility.