When SGA_TARGET is not set,
the automatic shared memory management feature is not enabled. Therefore the rules
governing resize for all component parameters are the same as in earlier releases.
However, when automatic shared memory management is enabled, the manually
specified sizes of automatically sized components serve as a lower bound for the size
of the components. You can modify this limit dynamically by changing the values of
the corresponding parameters.
If the specified lower limit for the size of a given SGA component is less than its
current size, there is no immediate change in the size of that component. The new
setting only limits the automatic tuning algorithm to that reduced minimum size in the
future. For example, consider the following configuration:
■ SGA_TARGET = 512M
■ LARGE_POOL_SIZE = 256M
■ Current actual large pool size = 284M
In this example, if you increase the value of LARGE_POOL_SIZE to a value greater
than the actual current size of the component, the system expands the component to
accommodate the increased minimum size. For example, if you increase the value of
LARGE_POOL_SIZE to 300M, then the system increases the large pool incrementally
until it reaches 300M. This resizing occurs at the expense of one or more automatically
tuned components.
If you decrease the value of LARGE_POOL_SIZE to 200, there is no immediate change
in the size of that component. The new setting only limits the reduction of the large
pool size to 200 M in the future.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-996270/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-996270/
本文详细介绍了当SGA_TARGET未设置时,自动共享内存管理功能不启用的情况及其规则,并阐述了当该功能启用时,手动指定的自动调整组件大小参数作为最小限制的作用方式。通过实例说明了如何动态修改这些限制。
748

被折叠的 条评论
为什么被折叠?



