The GET_RUNTIME_INFO function returns information about the current program.
This function is required only when the info_requested parameter of the CONTINUE function is set to 0.
Note
This function is currently used only by client-side PL/SQL.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only 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 | Specifies the information to return in the run_info parameter when the program stops. For more information, see Information Flags. |
| run_info | Information about the program status. |
