The DBMS_PYTHON package is used to integrate and manage Python programs within the database, supporting the implementation of Python stored procedures, functions, and security policies.
Note
This system package was introduced in OceanBase Database V4.4.1.
Overview of DBMS_PYTHON subprograms
The following table lists the DBMS_PYTHON subprograms supported in the current version of OceanBase Database and their brief descriptions.
| Subprogram | Description |
|---|---|
| DROPPYTHON | Creates Python external resources. |
| LOADPYTHON | Deletes Python external resources. |