The GET_RUNTIME_INFO function returns information about the current program.
You only need this function if the parameter for CONTINUE is set to 0.
Note
This function is only used by client-side PL.
Syntax
DBMS_DEBUG.GET_RUNTIME_INFO (
info_requested IN BINARY_INTEGER,
run_info OUT runtime_info)
RETURN BINARY_INTEGER;
Parameters
| Parameter | Description |
|---|---|
| info_requested | 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. |