139.3 DBMS_NETMON Constants

The DBMS_NETMON package defines various constants for specifying parameter values.

NMON has three categories of services starting in release 26ai:
  • System
  • IPIF
  • Flow
Each category contains two types:
  • Event service
  • Stats service

Table 139-1 DBMS_NETMON Constants—Service Category

Name Type Value Description

ALL_SERVICES

BINARY_INTEGER

0

Represents all services.

SYSTEM_SERVICE

BINARY_INTEGER

1

Represents the system service.

IPIF_SERVICE

BINARY_INTEGER

2

Represents the IPIF service.

FLOW_SERVICE

BINARY_INTEGER

3

Represents the flow service.

Table 139-2 DBMS_NETMON Constants—Service Type

Name Type Value Description

EVENTS_AND_STATS_TYPE

SERVICE_TYPE

0

Represents both events service and statistics service.

EVENTS_TYPE

SERVICE_TYPE

1

Represents the events service.

STATS_TYPE

SERVICE_TYPE

2

Represents the statistics service.