Oracle Database 12c Exam Study Guide

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

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary and concepts related to Oracle Database 12c, aiding in preparation for the certification exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Oracle tools

Various applications used to connect to and manage an Oracle database.

2
New cards

Multitenancy database

A database that includes one or more pluggable databases, known as a container database.

3
New cards

DBWn

Database Writer process that writes modified data blocks from the database buffer cache to the data files.

4
New cards

ARCn

Archiver process that takes a copy of the online redo log files to a specified archive location.

5
New cards

Control files

Files that store metadata about the database, including the database structure and status.

6
New cards

SPA (Shared Pool Area)

Memory structure within SGA that caches SQL statements and execution plans.

7
New cards

Memory Management

Automatic Memory Management (AMM) allows DBA to control memory allocation without tuning individual components.

8
New cards

SQL Tuning Advisor

Oracle tool that analyzes SQL statements and recommends optimizations.

9
New cards

SQL Access Advisor

An Oracle tool providing advice on indexes, materialized views, and other objects to improve SQL performance.

10
New cards

Redo log files

Files that record all changes made to the database, ensuring data recovery.

11
New cards

AWR (Automatic Workload Repository)

A repository for database performance statistics and workload monitoring.

12
New cards

Data Pump

An Oracle utility for high-speed data and metadata transfer between databases.

13
New cards

External tables

Tables that allow access to data stored in external files without loading it into the database.

14
New cards

Automatic Memory Management (AMM)

A parameter controlling total instance memory allocation, including PGAs and SGAs.

15
New cards

Database Configuration Assistant (DBCA)

A tool for creating, configuring, and managing Oracle databases.

16
New cards

Instance Recovery

The process of restoring a database to a consistent state after an instance failure.

17
New cards

Manageability Monitor (MMON)

Background process responsible for gathering performance statistics for AWR.

18
New cards

Parameter Files

Files that initialize and configure the Oracle database's operational environment.

19
New cards

Unified Auditing

A simplified auditing model that consolidates auditing actions into unified records.

20
New cards

Control File

A crucial file that contains information about the database structure, including data file locations and checkpoints.

21
New cards

PGA

Program Global Area, a memory region that contains data and control information for a single Oracle process.

22
New cards

instance

The Oracle software running on a server, consisting of the memory structures and processes.

23
New cards

Database

The set of physical files or data organized in a specific manner to store information.

24
New cards

Flashback Database

A feature that allows restoring a database to a past state without needing to restore from backups.

25
New cards

Rollback segment

Used for maintaining data consistency by reversing transactions.

26
New cards

RAC (Real Application Cluster)

Oracle technology that allows multiple databases to operate as if they are a single database.

27
New cards

Listeners

Processes running on the Oracle server that handle incoming client connection requests.

28
New cards

Temporary Tablespace

Dedicated tablespace used for storing temporary data.

29
New cards

TNS (Transparent Network Substrate)

Networking protocol for Oracle databases to allow communication between database clients and servers.

30
New cards

ASM (Automatic Storage Management)

An Oracle database feature to simplify database storage management.

31
New cards

RMAN (Recovery Manager)

Oracle's data backup and recovery management tool.

32
New cards

Checkpoint

A database mechanism that ensures data consistency by writing all modified data to disk.

33
New cards

Transportable Tablespaces

Method to move tablespaces between different Oracle databases quickly.

34
New cards

Oracle Universal Installer (OUI)

Tool used to install Oracle products on a server.

35
New cards

Database Directory Objects

Objects that define a path for Data Pump operations.

36
New cards

SQL*Loader

A bulk data loading utility for loading data from external files into Oracle database tables.