반응형
새로 수집시 바뀐 통계정보가 바로 수집되었을때 즉시 cursor들에게 기존것을 무효화하고 새로운 통계정보를 적용할지(false) shared pool이 flush되고 적용할지(true) 결정하는 명령어입니다.
default는 auto입니다.
auto는 일정시간동안 모든 cursor를 무효화하고 새로운 통계정보를 적용합니다.
Controls the invalidation of dependent cursors when statistics are gathered. The parameter takes the following values:
- TRUE: Dependent cursors are not invalidated.
- FALSE: Dependent cursors are marked for immediate invalidation.
- AUTO: This is the default value. Rolling invalidation is used to invalidate all dependent cursors over a period of time. The performance impact on the database is reduced especially in cases where a large number of cursors are invalidated.
출처 : https://riorio.tistory.com/562
반응형
'Oracle > 운영' 카테고리의 다른 글
DOP Downgrade? (0) | 2024.11.10 |
---|---|
V$ASM_DISKGROUP의 수치별 설명 (0) | 2024.11.07 |
archivelog로 인한 FRA 영역의 FULL과 Stuck Archiver (조치방법) (0) | 2024.08.08 |
[CRS] RAC로 등록된 CRS의 resource를 삭제하기 (0) | 2024.07.23 |
[ASM Process] Onnn 프로세스 (0) | 2024.06.18 |
댓글