What is the command used to encrypt a PL/SQL application
-
ENCRYPT
-
DECRYPT
-
WRAP
-
UNWRAP
C
Correct answer
Explanation
The WRAP command is used to encrypt PL/SQL source code. It obfuscates the code by converting it to a format that's not human-readable but remains executable. This protects intellectual property while allowing the database to execute the code. ENCRYPT, DECRYPT, and UNWRAP are not valid PL/SQL commands.