Done. Chapter 14: Maintaining the Database and Managing Performance

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Flashcards to help review key concepts related to maintaining the database and performance management in Oracle Database 12c.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Automatic Workload Repository (AWR)

A data repository that collects, analyzes, and maintains performance statistics of the database.

2
New cards

Automatic Database Diagnostic Monitor (ADDM)

A feature that automatically analyzes AWR data to identify potential performance issues.

3
New cards

SQL Tuning Advisor

An advisor that provides recommendations for improving SQL performance.

4
New cards

Optimizer Statistics

Statistical data that describe the contents of the database, used by the optimizer to determine the best execution plan.

5
New cards

Proactive Monitoring

Monitoring that allows DBA to identify and respond to performance issues before they impact users.

6
New cards

Reactive Monitoring

Monitoring done after a performance issue has occurred, often leading to delays in resolution.

7
New cards

Dynamic Performance Views

Views in Oracle that provide real-time information about various aspects of database performance.

8
New cards

Memory Management

The process of controlling and optimizing the allocation of memory resources within the database.

9
New cards

Automatic Memory Management (AMM)

A feature in Oracle 12c that automatically adjusts sizes of SGA and PGA based on workload.

10
New cards

Threshold Alerts

Alerts triggered when specified resource usage levels reach critical or warning conditions.

11
New cards

SQL Access Advisor

An advisor that provides recommendations for schema modifications to improve data access paths.

12
New cards

DBMS_STATS

A PL/SQL package in Oracle used to manage statistics for database objects.

13
New cards

Active Session History (ASH)

A mechanism that samples active sessions in real-time to provide insights into session activity.

14
New cards

Automatic Diagnostic Repository (ADR)

A storage framework for database diagnostic data, including alert logs and trace files.

15
New cards

SQL Profiles

Auxiliary statistics specific to a SQL statement created by the SQL Tuning Advisor to improve execution.

16
New cards

Data Dictionary Views

Metadata structures in Oracle that provide information about the database environment and objects.

17
New cards

Performance Statistics

Data used to measure and analyze the efficiency and effectiveness of database operations.