The DBMS_DDL package is used to encrypt PL/SQL object definition strings.
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 definition strings into CREATE WRAPPED statement strings. |
| CREATE_WRAPPED | After encrypting the PL/SQL object definition strings into CREATE WRAPPED statement strings, this subprogram immediately executes the statements to create WRAPPED objects. |
