Oracle 11gR1
V$SHARED_SERVER_MONITOR
displays information for tuning the shared server.
Column | Datatype | Description |
|
| Highest number of virtual circuits in use at one time since the instance started. If this value reaches the value set for the |
|
| Highest number of shared server sessions in use at one time since the instance started. If this reaches the value set for the |
|
| Total number of shared servers started since the instance started (but not including those started during startup) |
|
| Total number of shared servers stopped by Oracle since the instance started |
|
| Highest number of servers running at one time since the instance started. If this value reaches the value set for the |
Note:
1.
select * from V$SHARED_SERVER_MONITOR;
MAXIMUM_CONNECTIONS | MAXIMUM_SESSIONS | SERVERS_STARTED | SERVERS_TERMINATED | SERVERS_HIGHWATER |
0 | 0 | 0 | 0 | 1 |
2. 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