Oracle Server - Standard Edition - Version: 10.2.0.3
This problem can occur on any platform.

SYMPTOMS

V$SGA_RESIZE_OPS.STATUS displays "ERROR" for the last few rows.  Then, there are no more records in this view, implying that auto-tuning has ceased.

CHANGES




CAUSE

(The status of ERROR means that the sizing operation was unable to complete.)

Memory reallocation was occurring on a minute-by-minute basis. This is because the SGA was too small, and Oracle had to keep trying to make room for various pools. As a result, pool sizes were being adjusted too frequently for MMAN to keep up; it gave up and auto-tuning stopped.

SOLUTION

The solution would be to increase the SGA_TARGET (and, if necessary, SGA_MAX_SIZE).

相关文章:

  • 2022-12-23
  • 2021-08-12
  • 2021-09-15
  • 2021-05-15
  • 2021-05-13
  • 2021-08-27
  • 2021-07-31
  • 2022-01-26
猜你喜欢
  • 2022-01-23
  • 2021-11-28
  • 2022-01-11
  • 2021-12-03
  • 2021-09-09
  • 2022-03-03
  • 2022-02-14
相关资源
相似解决方案