Done. Implementing Security and Auditing 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/23

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts, definitions, and functionalities related to securing and auditing an Oracle Database 12c.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

CREATE USER

A SQL statement used to create a new database user account.

2
New cards

ALTER USER

A SQL statement used to modify an existing user account's properties.

3
New cards

GRANT

A SQL command used to give privileges to users or roles.

4
New cards

REVOKE

A SQL command used to remove privileges from users or roles.

5
New cards

Password Authentication

A method where the user's identity is confirmed by their username and password.

6
New cards

Externally Authenticated User

A user whose identity is verified by the operating system, bypassing database password checks.

7
New cards

Globally Authenticated User

A user authenticated through an external service, allowing for different authentication methods.

8
New cards

Roles

Named groups of privileges assigned to users in Oracle Database.

9
New cards

Profiles

Database constructs that define limits and attributes for user accounts, including password rules.

10
New cards

Tablespace Quotas

Limits on the amount of space a user can consume in a specific tablespace.

11
New cards

Auditing

The process of monitoring and recording database actions to ensure compliance and security.

12
New cards

Standard Auditing

Traditional auditing features in Oracle allowing specific SQL statements or privilege references to be logged.

13
New cards

Unified Auditing

A new approach to auditing in Oracle Database 12c that consolidates audit records into a single view.

14
New cards

Database links

Database objects that allow sharing of data between different Oracle databases.

15
New cards

SYSDBA

A special administrative user with unrestricted database management capabilities.

16
New cards

SQL Developer

A graphical tool for managing Oracle databases and developing applications.

17
New cards

Resource Limits

Constraints applied to user sessions for managing resources such as CPU, memory, and disk space.

18
New cards

Object Privileges

Permissions on specific database objects like tables, views, and procedures.

19
New cards

System Privileges

Permissions to perform specific actions at the database level.

20
New cards

User Account Policies

Rules that define password history, expiration, and failure attempts for user accounts.

21
New cards

Fine-Grained Auditing (FGA)

A method of auditing that allows for specific control over what gets logged based on data content.

22
New cards

Data Dictionary

The set of database views and tables that contain metadata about the database structure.

23
New cards

Account Locking Policy

A security feature that locks user accounts after a specified number of failed login attempts.

24
New cards

Temporary Tablespace

A tablespace used for sorting operations and for temporary storage of data.