The PROBE_VERSION procedure returns the DBMS_DEBUG version number on the server.
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. |