| Cur_utilization |
Indicates the number of the object waits for each event. |
Number |
If the value of the Cur_utilization measure exceeds the value of the Initial_allocation measure, the additional required resources are allocated from the shared pool, where they must compete for space with other resources.
During SGA reservation/initialization, a place is reserved in SGA for the INITIAL_ALLOCATION of resources.
Based on usage, this allocation can later be changed using the SESSIONS and PROCESSES parameters in the init database parameter file. The Config_Limit measure of this test reports this new configuration only.
For most resources, the INITIAL_ALLOCATION value and the Config_Limit will be the same.
However, if the resource allocation is to be changed later, it is good practice to check the maximum utilization limit that Oracle prescribes for the database, and then make the change. This limit signifiies the maximum number of sessions and processes the database can handle, given its current memory capacity. The Max_utilization_limit measure reports this Oracle-recommended value.
If the value of the Cur_utilization measure, exceeds the Max_utilization_limit, then the performance of your database is bound to deteriorate. Therefore, ensure that the Config_Limit is always well within the Max_utilization_limit. |
| Pct_util |
Indicates the percentage of the configured number of sessions/processes (i.e., the Config_Limit) that are currently utilized by the Oracle database instance. |
Percent |
Ideally, the value of this measure should be low. If this measure shows high value, then DBA should increase the configuration value of the SESSIONS & PROCESSES parameter in the database parameter file. Otherwise, DBA should identify idle sessions and terminate them, so as to make more space available for new sessions/processes.
|