8.78 V$MEMORY_TARGET_ADVICE
V$MEMORY_TARGET_ADVICE
provides information about how the MEMORY_TARGET
parameter should be sized based on current sizing and satisfaction metrics.
Column | Datatype | Description |
---|---|---|
|
|
If the If the value of the |
|
|
A multiplier for the current memory size. Possible values are 0.25, 0.5, 0.75, 1, 1.5, 1.75, and 2. This multiplier times the current memory size equals the value of the |
|
|
For current memory size ( |
|
|
For a proposed memory size, ratio of estimated database time to current database time |
|
|
Version number of this recommendation (this snapshot of the |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Table 8-2 shows how the information provided in V$MEMORY_TARGET_ADVICE
could be used to improve performance. The data indicates that if current memory size is 380M, and you were to increase it to 760M (2x), the current workload would take 80525 units of DBtime as opposed to 115475 units of DBtime, which is a significant improvement in performance.
Table 8-2 Example of Using V$MEMORY_TARGET_ADVICE
MEMORY_SIZE | MEMORY_SIZE_FACTOR | ESTD_DB_TIME | ESTD_DB_TIME_FACTOR | VERSION |
---|---|---|---|---|
380 |
1 |
115475 |
1 |
3 |
95 |
.25 |
200500 |
1.7 |
3 |
190 |
.5 |
125600 |
1.1 |
3 |
760 |
2 |
80525 |
0.7 |
3 |
See Also: