Multiple choice technology databases

How to protect PL/SQL code?

  1. Cant protect the code

  2. Third party utilities

  3. Binary wrapper utility

  4. Only DBA's are allowed to protect

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Oracle provides the wrap utility, which is a binary wrapper utility that obfuscates PL/SQL source code. This protects intellectual property by preventing users from reading the code while still allowing the database to compile and execute it normally.