working. Chapter 9: Creating and Operating 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/21

flashcard set

Earn XP

Description and Tags

These flashcards cover the key concepts and terminology from Chapter 9 on creating and operating Oracle Database 12c.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Oracle Database 12c

A version of Oracle's database management system known for its multi-tenant architecture and improved scalability.

2
New cards

DBCA

Database Configuration Assistant, a tool used to create and manage Oracle databases.

3
New cards

OUI

Oracle Universal Installer, a Java-based tool used to install Oracle software.

4
New cards

Initialization Parameter Files

Files that contain the configuration parameters used by an Oracle instance upon startup.

5
New cards

PFILE

A plaintext initialization parameter file in Oracle that can be edited using a text editor.

6
New cards

SPFILE

A binary initialization parameter file in Oracle that cannot be edited directly but stores parameter values.

7
New cards

Optimal Flexible Architecture (OFA)

A best-practice methodology recommended by Oracle for managing installations in Unix environments.

8
New cards

Operating System DBA (OSDBA)

A group that allows user access to the Oracle database with elevated privileges, commonly granting SYSDBA access.

9
New cards

Enterprise Manager (EM) Database Express

A web-based interface to manage Oracle databases, which allows users to perform various administrative tasks.

10
New cards

Dynamic Performance Views

Views in Oracle that provide information about the current state and performance of the database.

11
New cards

Data Dictionary Views

A set of views in Oracle that provide information about database objects, users, and other components.

12
New cards

Kernel Parameters

System settings in Unix that control various aspects of the operating system, which can affect Oracle operations.

13
New cards

Memory Management

The allocation and management of memory within the Oracle database instance using SGA and PGA.

14
New cards

Backup and Recovery

Processes involved in preserving the database data and restoring it to a previous state in case of failure.

15
New cards

Alert Log

A chronological log file that records significant events and errors during the operation of the Oracle database.

16
New cards

CREATE DATABASE Statement

An SQL statement used to create a new database in Oracle, defining its structure and initial parameters.

17
New cards

Database Options

Configuration settings specified during database creation or modification, including enabling features like JVM or Oracle Text.

18
New cards

Multi-tenant Architecture

An architecture feature in Oracle Database 12c that allows multiple pluggable databases to share a single container database.

19
New cards

Data Files

Files where an Oracle database stores data, consisting of various tablespaces.

20
New cards

Control Files

Files that hold metadata about the structure of an Oracle database, including the names of data files and redo logs.

21
New cards

Concurrency Control

Mechanisms that ensure multiple transactions can occur simultaneously without conflicting.

22
New cards

SQL*Plus

A command-line interface for Oracle Database used for querying and managing databases.