Site icon Database Tutorials

Effects of Very Frequent Growth and Shrink Operations on Automatic Memory Management(AMM)

 

In Oracle databases, when the Automatic Memory Management (AMM) is active, if the memory values grow and shrink too frequently, wait events can be observed in the database.

In this case, it will be necessary to reduce the frequency of growth and shrink operations performed in memory.

For this, it is necessary to increase the value of “_memory_broker_stat_interval _ parameter from Oracle parameters. The default value of this parameter is 30 seconds.

The last 800 resize operations can be seen with the following query.

 

We can change the parameter as follows.

Exit mobile version