Oracle 11gR1
V$CIRCUIT
contains information about virtual circuits, which are user connections to the database through dispatchers and servers.
Column | Datatype | Description |
|
| Circuit address |
|
| Current dispatcher process address |
|
| Current server process address |
|
| Address of the server process that is waiting for the (currently busy) circuit to become available |
|
| Address of the session bound to the circuit |
|
| Status of the circuit: · · · · |
|
| Queue the circuit is currently on: · · · · |
|
| Size in bytes of the messages in the first message buffer |
|
| Size in bytes of the messages in the second message buffer |
|
| Size in bytes of the messages in the third message buffer |
|
| Size in bytes of the messages in the fourth message buffer |
|
| Total number of messages that have gone through this circuit |
|
| Total number of bytes that have gone through this circuit |
|
| Total number of breaks (interruptions) for this circuit |
|
| Presentation protocol used by the client and server |
|
| Address of the parent circuit |
Note:
1. The following views are useful for obtaining information about shared server configuration and for monitoring performance.
View | Description |
| Provides information on the dispatcher processes, including name, network address, status, various usage statistics, and index number. |
| Provides configuration information about the dispatchers. |
| Provides rate statistics for the dispatcher processes. |
| Contains information on the shared server message queues. |
| Contains information on the shared servers. |
| Contains information about virtual circuits, which are user connections to the database through dispatchers and servers. |
| Contains information for tuning shared server. |
| Contains size information about various system global area (SGA) groups. May be useful when tuning shared server. |
| Contains detailed statistical information about the SGA, useful for tuning. |
| Lists statistics to help tune the reserved pool and space within the shared pool. |
No comments:
Post a Comment