What is the impact of this setting?

In your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC.
What is the impact of this setting?

In your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC.
What is the impact of this setting?

A.
Optimizer statistics are collected automatically.

B.
Only timed operating system (OS) statistics and plan execution statistics are collected.

C.
The snapshots for the Automatic Workload Repository (AWR) are not generated automatically.

D.
Snapshots cannot be collected manually by using the DBMS_WORKLOAD_REPOSITORY package.

E.
The Oracle server dynamically generates the necessary statistics on tables as part of query optimization.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


aa

aa

STATISTICS_LEVEL 초기화 파라미터는 자동 유지 관리 업무를 포함하여 다양한 통계
및 Advisor 캡처를 제어합니다. 자동 유지 관리 업무에는 옵티마이저 통계 수집 업무가
포함됩니다. STATISTICS_LEVEL 파라미터는 다음 레벨로 설정할 수 있습니다.
• BASIC: AWR 통계 및 metric이 계산되지 않습니다. 자동 옵티마이저 통계 업무와 모든
Advisor 및 Server-generated alert는 비활성화됩니다.
• TYPICAL: 데이터베이스 자체 관리에 필요한 주요 통계가 수집됩니다. 이러한 통계는
일반적으로 오라클 데이터베이스 동작을 모니터하는 데 필요한 항목을 나타냅니다.
여기에는 오래되거나 잘못된 통계로 인해 SQL 문의 성능이 저하될 가능성을 줄여주는
자동 통계 수집이 포함됩니다.
• ALL: 가능한 모든 통계가 캡처됩니다. 이 캡처 레벨을 사용하는 경우 시간이 지정된
OS 통계 및 계획 실행 통계가 추가됩니다. 이러한 통계는 대부분의 경우 필요하지 않으며
최적의 성능을 유지하려면 비활성화해야 합니다. 특정 진단 테스트의 경우 이러한 통계가
필요할 수도 있습니다.
오라클에서는 STATISTICS_LEVEL 초기화 파라미터에 대해 기본값인 TYPICAL을 설정할
것을 권장합니다. 이 파라미터의 값을 BASIC으로 설정하면 옵티마이저 통계의 자동 수집이
비활성화됩니다.