Done. Oracle Database 12c Components and Architecture

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

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary and concepts related to Oracle Database 12c architecture and components, providing key terms and their definitions to help students prepare for their exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Oracle Database 12c

A powerful database that meets performance, availability, recoverability, multitenancy, cloud-enabled, application-testing, and security requirements.

2
New cards

OCA Exam Objectives

A set of guidelines and topics designed to help in preparation for the Oracle Database 12c Installation and Administration certification exam.

3
New cards

DBMS (Database Management System)

Software that facilitates the storage, modification, and retrieval of data.

4
New cards

Relational Database Management System (RDBMS)

A type of database management system that is based on the relational model and allows data independence.

5
New cards

Primary Key

A column or set of columns that uniquely identifies a row in a table.

6
New cards

Foreign Key

A column in one table that provides a link to another table by referencing its primary key.

7
New cards

Tablespace

A logical storage structure within a database that consists of one or more data files.

8
New cards

Pluggable Database (PDB)

A database within a Container Database that shares the container's resources and can be managed independently.

9
New cards

Memory Structures

Components of the Oracle instance that allocate memory for database processes and user interactions.

10
New cards

Process Structures

Background processes in Oracle that manage tasks like writing to databases and maintaining user connections.

11
New cards

Instance

The combination of Oracle's memory structures and background processes that manage database operations.

12
New cards

Control File

A crucial database file that contains metadata about the database, data files, and redo logs.

13
New cards

Redo Log File

Files that record all changes made to the database, allowing recovery in case of failure.

14
New cards

Shared Pool

An area of the SGA that caches SQL statements, PL/SQL procedures, and data dictionary information.

15
New cards

Database Writer (DBWn)

A background process that writes modified data from the database buffer cache to data files.

16
New cards

Log Writer (LGWR)

A background process that writes the redo log buffer to the online redo log files on disk.

17
New cards

Checkpoint (CKPT)

A process that updates data file headers and synchronize various database files for recovery.

18
New cards

Server Process

A process that handles the user's request and interacts with the database.

19
New cards

User Process

A process initiated by a user that connects to the Oracle database instance.

20
New cards

System Global Area (SGA)

A shared memory area in an Oracle instance that contains data and control information for the database.

21
New cards

Program Global Area (PGA)

Memory dedicated to a single server process, holding session-specific data for that process.

22
New cards

Automatic Memory Management (AMM)

Feature that allows Oracle to manage memory dynamically across SGA and PGA components.

23
New cards

Archiving

The process of copying redo log entries to a secondary location to prevent data loss.

24
New cards

Database Links

A method of connecting and sharing data between different Oracle databases.

25
New cards

Oracle Enterprise Manager

A GUI-based tool used for database administration and performance management.