0% found this document useful (0 votes)
83 views52 pages

Oracle Database Architecture Guide

The document discusses key components of an Oracle database instance including the system global area (SGA), redo log buffer, and control files. It also covers database writer (DBWR) concepts for writing modified data to disk, redo and undo entries for logging and rolling back transactions, checkpoints for database consistency, recovery processes, and shutdown modes for Oracle instances. The document appears to provide an overview of Oracle database architecture, memory structures, transaction logging, recovery fundamentals, and database administration.

Uploaded by

mahi5061
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views52 pages

Oracle Database Architecture Guide

The document discusses key components of an Oracle database instance including the system global area (SGA), redo log buffer, and control files. It also covers database writer (DBWR) concepts for writing modified data to disk, redo and undo entries for logging and rolling back transactions, checkpoints for database consistency, recovery processes, and shutdown modes for Oracle instances. The document appears to provide an overview of Oracle database architecture, memory structures, transaction logging, recovery fundamentals, and database administration.

Uploaded by

mahi5061
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

Architecture

Memory Area

Oracle Instance= BGD Process + Memory Area

1 SGA+ Database buffer cache


2 Shared Pool
Shared SQL Area
Row Cache
3 Redo Log Buffer

Command: Show sga

Writing of Modified DataFigure

DBWR Concepts

Logging of ModificationsFigure

Redo Entries

Undo Entries

Log Switch

Important info:

Control Files:

Checkpoints

Database Recovery

Archiving

Other BGD Process

Oracle Directories and Files on SAP SystemsFigure

workprocess connection to Oracle

Note

Net Services

Database Administration Tools

Administrating Oracle Instances

The following shutdown modes are possible:

Unit 2:
Backup, Restore, and Recovery

You might also like