The GET_VALUES function returns information about all the variables in the current stack.
Syntax
DBMS_DEBUG.GET_VALUES(
scalar_values OUT VARCHAR2)
RETURN binary_integer;
Parameters
| Parameter | Description |
|---|---|
| scalar_value | The value. |
OceanBase Database
Download PDF
The GET_VALUES function returns information about all the variables in the current stack.
DBMS_DEBUG.GET_VALUES(
scalar_values OUT VARCHAR2)
RETURN binary_integer;
| Parameter | Description |
|---|---|
| scalar_value | The value. |