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 provides a brief description of each subprogram.
| Subprogram | Description |
|---|---|
| WRAP | Encrypts the PL/SQL object definition string into a CREATE WRAPPED statement string. |
| CREATE_WRAPPED | After encrypting the PL/SQL object definition string into a CREATE WRAPPED statement string, this subprogram immediately executes the statement to create a WRAPPED object. |