Name
V$DISPATCHER
Synopsis
The V$DISPATCHER view returns one row for each of the instance’s currently running dispatcher processes. Table 7.2 describes the columns in this view.
Table G-2. V$DISPATCHER Column Descriptions
|
Column Name |
Description |
|---|---|
|
NAME |
The name of dispatcher, which is D000, D001, D002, and so forth. This dispatcher name forms part of the operating system’s name for the dispatcher process. |
|
NETWORK |
The network address on which the dispatcher communicates. This is in the standard Net8 format. For example: (ADDRESS=(PROTOCOL=tcp)
(HOST=donna.gennick.org)
(PORT=1189))
|
|
PADDR |
The dispatcher’s process address. |
|
STATUS |
The current status of the dispatcher. This is one of the following values:
|
|
ACCEPT |
Indicates whether or not the dispatcher is accepting new connections. ACCEPT returns either a YES or a NO value. |
|
MESSAGES |
A count of the messages that have been processed by the dispatcher. |
|
BYTES |
The total number of bytes in all the messages processed by the dispatcher. |
|
BREAKS |
The total number of breaks handled by the dispatcher. |
|
OWNED |
The number of circuits currently associated with this dispatcher. A circuit usually ... |