Name
V$CIRCUIT
Synopsis
The V$CIRCUIT view returns one row for each session connected using MTS. Table 7.1 describes the columns in the view.
Table G-1. V$CIRCUIT Column Descriptions
|
Column Name |
Description |
|---|---|
|
CIRCUIT |
The address of the circuit. |
|
DISPATCHER |
The address of the dispatcher process. This matches a value in the PADDR column of the V$DISPATCHER view. |
|
SERVER |
The address of the shared server process currently associated with the circuit. This matches a value in the PADDR column of the V$SHARED_SERVER view. |
|
WAITER |
The address of the shared server process, if there is one, that is waiting for this circuit to become available. |
|
SADDR |
The address of the session connected through this circuit. This matches a value in the SADDR column of the V$SESSION view. |
|
BYTES |
A count of the bytes that have passed through this circuit. |
|
BREAKS |
The number of times that this circuit has been interrupted. |
|
PRESENTATION |
The presentation protocol being used over this circuit. A value of TTC indicates a normal Net8 connection. |
|
STATUS |
The status of the circuit. Valid status values are as follows:
|
|
QUEUE |
The queue on which the circuit is sitting. Possible values are:
|