The DBMS_DDL package is used to encrypt PL/SQL object definitions.
Overview of DBMS_DDL subprograms
The following table lists the DBMS_DDL subprograms supported in the current version of OceanBase Database and their brief descriptions.
| Subprogram | Description |
|---|---|
| WRAP | Encrypts PL/SQL object definitions into CREATE WRAPPED statements. |
| CREATE_WRAPPED | After encrypting PL/SQL object definitions into CREATE WRAPPED statements, this subprogram executes the statements to create WRAPPED objects. |