The PROBE_VERSION procedure returns the version number of DBMS_DEBUG on the server.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_DEBUG.PROBE_VERSION (
major out BINARY_INTEGER,
minor out BINARY_INTEGER);
Parameters
| Parameter | Description |
|---|---|
| major | The major version number of DBMS_DEBUG. |
| minor | The minor version number of DBMS_DEBUG. The number increments as new functionality is added. |