The GET_RUNTIME_INFO function returns information about the current program.
You need this function only if the info_requested parameter for CONTINUE is set to 0.
Note
This function is only used by client-side PL.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_DEBUG.GET_RUNTIME_INFO (
info_requested IN BINARY_INTEGER,
run_info OUT runtime_info)
RETURN BINARY_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| info_requested | The information to be returned in the run_info parameter when the program stops. For more information, see Information flags. |
| run_info | Information about the status of the program. |