Done. Using Backup and Recovery in Oracle Database 12c

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/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to backup and recovery in Oracle Database 12c, enabling effective exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

ARCHIVELOG mode

A mode that allows the database to archive redo log files before they are overwritten, enabling recovery of committed transactions.

2
New cards

Control File

A binary file that stores the structure of the database and important metadata such as data file locations and their states.

3
New cards

Fast Recovery Area (FRA)

A designated storage location for Oracle to manage all recovery-related files, such as undo data, archived logs, and backup files.

4
New cards

Redo Log Files

Files that record changes to the database before they are written to data files, essential for restoring the database to a consistent state.

5
New cards

Incremental Backup

A backup that only includes changes made since the last backup, allowing for faster recovery times.

6
New cards

Recovery Manager (RMAN)

Oracle's command-line tool for backing up, restoring, and recovering Oracle databases.

7
New cards

Data Recovery Advisor (DRA)

A feature that helps DBAs diagnose and repair database failures automatically, integrating with RMAN.

8
New cards

Checkpoint (CKPT)

A process that synchronizes the data files with the control file, recording the last successful transaction.

9
New cards

Flashback Query

A feature that allows users to view the state of a table at a specified time in the past using undo data.

10
New cards

User-managed Backup

A traditional method of backup where the DBA manually performs backup operations using operating-system commands.