The GET_VALUES function returns all variable information in the current stack frame.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_DEBUG.GET_VALUES(
scalar_values OUT VARCHAR2)
RETURN binary_integer;
Parameters
| Parameter | Description |
|---|---|
| scalar_value | The value. |
