This document provides definitions and explanations of various Oracle database concepts and components. It defines terms like log switch, online redo log, archived redo log, database startup process, instance recovery, full backup restrictions, mounting modes, ARCHIVELOG mode advantages, database shutdown process, restricted instance startup, partial backup, mirrored redo log, and control file usage. It also answers questions on topics like views, tablespaces, schemas, segments, clusters, integrity constraints, indexes, extents, synonyms, and transactions.
This document provides an overview of Oracle database architecture including:
- The basic instance-based architecture with background processes like DBWR, LGWR, and processes like SMON and PMON.
- Components of the System Global Area (SGA) like the buffer cache and redo log buffer.
- The Program Global Area (PGA) used by server processes.
- Real Application Clusters (RAC) which allows clustering of instances across nodes using shared storage. RAC requires Oracle Grid Infrastructure, ASM, and specific hardware and network configurations.
This document provides an overview of the Oracle database architecture. It describes the major components of Oracle's architecture, including the memory structures like the system global area and program global area, background processes, and the logical and physical storage structures. The key components are the database buffer cache, redo log buffer, shared pool, processes, tablespaces, data files, and redo log files.
Session aims at introducing less familiar audience to the Oracle database statistics concept, why statistics are necessary and how the Oracle Cost-Based Optimizer uses them
This document provides instructions for setting up an Oracle Data Guard configuration with a physical standby database for SAP customers. It discusses preparatory work including naming conventions, database parameters, and SQLNet configuration. Key steps include configuring the Data Guard Broker, deploying log transfer and function checks, implementing BRARCHIVE with Data Guard, and automating failover using fast-start failover and client connection timeouts. Examples of configuration files and scripts are provided in an annex. The document allows setup of a fully automated disaster recovery solution using Oracle Data Guard.
The document provides information about finding the location of OCR and voting disks in an Oracle RAC environment. It states that the OCR location can be found in the /etc/oracle/ocr.loc file and the voting disk location can be found using the crsctl query css votedisk command. It also provides information on backing up the OCR and voting disks, such as using dd to backup voting disks and ocrconfig to backup and restore OCR.
Oracle architecture with details-yogiji creationsYogiji Creations
Oracle is a database management system with a multi-tiered architecture. It consists of a database on disk that contains tables, indexes and other objects. An Oracle instance contains a memory area called the System Global Area that services requests from client applications. Background processes facilitate communication between the memory structures and database files on disk. Logical database structures like tablespaces, segments, extents and blocks help organize and manage the physical storage of data.
The document summarizes new features in Oracle Recovery Manager (RMAN) for Oracle 19c and 18c database releases. Key highlights include the ability to grant and revoke RMAN catalog privileges on specific pluggable databases, support for connecting to recovery catalogs when connected to a pluggable database target, and the new DUPLICATE PLUGGABLE DATABASE command for duplicating pluggable databases to existing container databases. The document also discusses duplicating databases to Oracle Cloud and using RMAN backups after migrating databases between platforms.
Oracle Data Guard ensures high availability, disaster recovery and data protection for enterprise data. This enable production Oracle databases to survive disasters and data corruptions. Oracle 18c and 19c offers many new features it will bring many advantages to organization.
Understanding oracle rac internals part 1 - slidesMohamed Farouk
This document discusses Oracle RAC internals and architecture. It provides an overview of the Oracle RAC architecture including software deployment, processes, and resources. It also covers topics like VIPs, networks, listeners, and SCAN in Oracle RAC. Key aspects summarized include the typical Oracle RAC software stack, local and cluster resources, how VIPs and networks are configured, and the role and dependencies of listeners.
Oracle RAC 12c Practical Performance Management and Tuning as presented during Oracle Open World 2013 with Michael Zoll.
This is part three of the Oracle RAC 12c "reindeer series" used for OOW13 Oracle RAC-related presentations.
This part concludes the main part of the "reindeer series" except for one bonus track "Oracle Multitenant meets Oracle RAC 12c" (available via SlidesShare, too).
This document provides an overview and summary of Oracle Data Guard. It discusses the key benefits of Data Guard including disaster recovery, data protection, and high availability. It describes the different types of Data Guard configurations including physical and logical standbys. The document outlines the basic architecture and processes involved in implementing Data Guard including redo transport, apply services, and role transitions. It also summarizes some of the features and protection modes available in different Oracle database versions.
a striped down Version of a presentation about oracle architecture. Goal was a basic understanding and foundation about some components of Oracle, so subsequent discussions should be easier
Oracle Database is a relational database management system produced by Oracle Corporation. It stores data logically in tables, tablespaces, and schemas, and physically in datafiles. The database, SGA (containing the buffer cache, redo log buffer, and shared pool), and background processes like SMON, PMON, and DBWR work together for high performance and reliability. Backup methods and administrative tasks help maintain the database.
Enterprise Manager 13c provides optimized, efficient, and integrated cloud stack management capabilities. It offers improved monitoring, infrastructure management, and hybrid cloud management features. These include "always on" monitoring, unified hardware and software management under a single console, and enhanced capabilities for managing databases, middleware, and engineered systems. The presentation provides demonstrations of the user interface, incident management, database management, job scheduling, and fusion middleware management functions.
The document discusses the physical architecture of SQL Server, including components like pages, extents, tables, indexes, database files, file groups, and transaction log files. Pages are the smallest storage unit, while extents contain multiple pages. Tables and indexes are made up of pages and extents. Database files store this data on disk and are organized into file groups. Transaction log files log all data modifications for recovery purposes.
Oracle ASM Training covers database and storage concepts, ASM architecture, installation and configuration of ASMLIB, creating and managing ASM disk groups, best practices for ASM configuration, and migrating databases to ASM. The document includes an agenda with topics on ASM, ASMLIB, disk groups, files, redundancy, rebalancing, and troubleshooting. It also lists office locations for consulting services.
This version of "Oracle Real Application Clusters (RAC) 19c & Later – Best Practices" was first presented in Oracle Open World (OOW) London 2020 and includes content from the OOW 2019 version of the deck. The deck has been updated with the latest information regarding ORAchk as well as upgrade tips & tricks.
The document discusses Oracle Data Guard, a disaster recovery solution for Oracle databases. It provides:
1) An overview of Data Guard, explaining that it maintains a physical or logical standby copy of the primary database to enable failover in the event of outages or disasters.
2) Details on the different types of standby databases - physical, logical, and snapshot - and how they are maintained through redo application or SQL application.
3) The various Data Guard configuration options like real-time apply, time delay, and role transitions such as switchover and failover.
This document provides an overview of Oracle 12c Pluggable Databases (PDBs). Key points include:
- PDBs allow multiple databases to be consolidated within a single container database (CDB), providing benefits like faster provisioning and upgrades by doing them once per CDB.
- Each PDB acts as an independent database with its own data dictionary but shares resources like redo logs at the CDB level. PDBs can be unplugged from one CDB and plugged into another.
- Hands-on labs demonstrate how to create, open, clone, and migrate PDBs between CDBs. The document also compares characteristics of CDBs and PDBs and shows how a non-C
This document summarizes an overview presentation on SQL Server basics for non-database administrators. It covers SQL Server 2005 platform features, managing databases, database maintenance and protection, securing SQL Server, and managing database objects. The document provides high-level information on these SQL Server administration topics in less than 3 sentences.
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
In this session, I will cover under-the-hood features that power Oracle Real Application Clusters (Oracle RAC) 19c specifically around Cache Fusion and Service management. Improvements in Oracle RAC helps in integration with features such as Multitenant and Data Guard. In fact, these features benefit immensely when used with Oracle RAC. Finally we will talk about changes to the broader Oracle RAC Family of Products stack and the algorithmic changes that helps quickly detect sick/dead nodes/instances and the reconfiguration improvements to ensure that the Oracle RAC Databases continue to function without any disruption
MS SQL Server is a database server produced by Microsoft that enables users to write and execute SQL queries and statements. It consists of several features like Query Analyzer, Profiler, and Service Manager. Multiple instances of SQL Server can be installed on a machine, with each instance having its own set of users, databases, and other objects. SQL Server uses data files, filegroups, and transaction logs to store database objects and record transactions. The data dictionary contains metadata about database schemas and is stored differently in Oracle and SQL Server.
The document provides an overview of Oracle architecture including:
- Data is stored in data blocks which make up extents that form segments within tablespaces. Segments represent database objects like tables and indexes.
- The system global area (SGA) resides in memory and caches data and structures for efficient processing. It includes the database buffer cache, redo log buffer, and shared pool.
- Server processes handle SQL statements by parsing, executing, and returning results. Background processes perform functions like checkpoint, recovery, and writing data to disk.
- Transactions are written to the redo log and undo segments maintain rollback information. This supports data consistency, recovery, and rolling back transactions.
Oracle Real Application Cluster (RAC) allows multiple instances of an Oracle database to run simultaneously on multiple nodes. It provides high availability, scalability, and transparent application failover. Key components include shared storage, Oracle Clusterware, cache fusion for data synchronization, and Transparent Application Failover for uninterrupted connections.
Database Consolidation using the Oracle Multitenant ArchitecturePini Dibask
The document discusses Oracle's Multitenant architecture, which allows multiple pluggable databases (PDBs) to consolidate within a single multitenant container database (CDB). It describes how Multitenant provides advantages like simplified upgrades, cloning, and migration of PDBs. The document also covers ensuring quality of service for PDBs using resource management, and how RAC supports high availability and scalability in a Multitenant environment. It concludes with a discussion of performance monitoring of workloads across PDBs.
This ppt helps people who would like to present their industrial training presentation on Oracle 11g DBA.
This one includes all the operations that dba has to be perform and some other internal concepts of Oracle.
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Aaron Shilo
The document provides an overview of Oracle database performance tuning best practices for DBAs and developers. It discusses the connection between SQL tuning and instance tuning, and how tuning both the database and SQL statements is important. It also covers the connection between the database and operating system, how features like data integrity and zero downtime updates are important. The presentation agenda includes topics like identifying bottlenecks, benchmarking, optimization techniques, the cost-based optimizer, indexes, and more.
The document provides an overview of Oracle database physical and logical structures, background processes, backup methods, and administrative tasks. It describes key components like datafiles, control files, redo logs, tablespaces, schemas and segments that make up the physical and logical structure. It also explains the system global area (SGA) and program global area (PGA) memory structures and background processes like SMON, PMON, DBWR, LGWR and ARCH that manage the database instance. Common backup methods like cold backups, hot backups and logical exports are summarized. Finally, it lists some daily, weekly and other administrative tasks.
This document provides an overview of the physical and logical structures of an Oracle database, including datafiles, control files, redo logs, and tablespaces. It also describes Oracle instances, the system global area (SGA), program global area (PGA), and background processes. Administrative tasks like backups, monitoring, and patching are discussed. Specific details are given about the Computer Science database, including its server, tablespaces, and 4mm DAT tape backup method.
Oracle Data Guard ensures high availability, disaster recovery and data protection for enterprise data. This enable production Oracle databases to survive disasters and data corruptions. Oracle 18c and 19c offers many new features it will bring many advantages to organization.
Understanding oracle rac internals part 1 - slidesMohamed Farouk
This document discusses Oracle RAC internals and architecture. It provides an overview of the Oracle RAC architecture including software deployment, processes, and resources. It also covers topics like VIPs, networks, listeners, and SCAN in Oracle RAC. Key aspects summarized include the typical Oracle RAC software stack, local and cluster resources, how VIPs and networks are configured, and the role and dependencies of listeners.
Oracle RAC 12c Practical Performance Management and Tuning as presented during Oracle Open World 2013 with Michael Zoll.
This is part three of the Oracle RAC 12c "reindeer series" used for OOW13 Oracle RAC-related presentations.
This part concludes the main part of the "reindeer series" except for one bonus track "Oracle Multitenant meets Oracle RAC 12c" (available via SlidesShare, too).
This document provides an overview and summary of Oracle Data Guard. It discusses the key benefits of Data Guard including disaster recovery, data protection, and high availability. It describes the different types of Data Guard configurations including physical and logical standbys. The document outlines the basic architecture and processes involved in implementing Data Guard including redo transport, apply services, and role transitions. It also summarizes some of the features and protection modes available in different Oracle database versions.
a striped down Version of a presentation about oracle architecture. Goal was a basic understanding and foundation about some components of Oracle, so subsequent discussions should be easier
Oracle Database is a relational database management system produced by Oracle Corporation. It stores data logically in tables, tablespaces, and schemas, and physically in datafiles. The database, SGA (containing the buffer cache, redo log buffer, and shared pool), and background processes like SMON, PMON, and DBWR work together for high performance and reliability. Backup methods and administrative tasks help maintain the database.
Enterprise Manager 13c provides optimized, efficient, and integrated cloud stack management capabilities. It offers improved monitoring, infrastructure management, and hybrid cloud management features. These include "always on" monitoring, unified hardware and software management under a single console, and enhanced capabilities for managing databases, middleware, and engineered systems. The presentation provides demonstrations of the user interface, incident management, database management, job scheduling, and fusion middleware management functions.
The document discusses the physical architecture of SQL Server, including components like pages, extents, tables, indexes, database files, file groups, and transaction log files. Pages are the smallest storage unit, while extents contain multiple pages. Tables and indexes are made up of pages and extents. Database files store this data on disk and are organized into file groups. Transaction log files log all data modifications for recovery purposes.
Oracle ASM Training covers database and storage concepts, ASM architecture, installation and configuration of ASMLIB, creating and managing ASM disk groups, best practices for ASM configuration, and migrating databases to ASM. The document includes an agenda with topics on ASM, ASMLIB, disk groups, files, redundancy, rebalancing, and troubleshooting. It also lists office locations for consulting services.
This version of "Oracle Real Application Clusters (RAC) 19c & Later – Best Practices" was first presented in Oracle Open World (OOW) London 2020 and includes content from the OOW 2019 version of the deck. The deck has been updated with the latest information regarding ORAchk as well as upgrade tips & tricks.
The document discusses Oracle Data Guard, a disaster recovery solution for Oracle databases. It provides:
1) An overview of Data Guard, explaining that it maintains a physical or logical standby copy of the primary database to enable failover in the event of outages or disasters.
2) Details on the different types of standby databases - physical, logical, and snapshot - and how they are maintained through redo application or SQL application.
3) The various Data Guard configuration options like real-time apply, time delay, and role transitions such as switchover and failover.
This document provides an overview of Oracle 12c Pluggable Databases (PDBs). Key points include:
- PDBs allow multiple databases to be consolidated within a single container database (CDB), providing benefits like faster provisioning and upgrades by doing them once per CDB.
- Each PDB acts as an independent database with its own data dictionary but shares resources like redo logs at the CDB level. PDBs can be unplugged from one CDB and plugged into another.
- Hands-on labs demonstrate how to create, open, clone, and migrate PDBs between CDBs. The document also compares characteristics of CDBs and PDBs and shows how a non-C
This document summarizes an overview presentation on SQL Server basics for non-database administrators. It covers SQL Server 2005 platform features, managing databases, database maintenance and protection, securing SQL Server, and managing database objects. The document provides high-level information on these SQL Server administration topics in less than 3 sentences.
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
In this session, I will cover under-the-hood features that power Oracle Real Application Clusters (Oracle RAC) 19c specifically around Cache Fusion and Service management. Improvements in Oracle RAC helps in integration with features such as Multitenant and Data Guard. In fact, these features benefit immensely when used with Oracle RAC. Finally we will talk about changes to the broader Oracle RAC Family of Products stack and the algorithmic changes that helps quickly detect sick/dead nodes/instances and the reconfiguration improvements to ensure that the Oracle RAC Databases continue to function without any disruption
MS SQL Server is a database server produced by Microsoft that enables users to write and execute SQL queries and statements. It consists of several features like Query Analyzer, Profiler, and Service Manager. Multiple instances of SQL Server can be installed on a machine, with each instance having its own set of users, databases, and other objects. SQL Server uses data files, filegroups, and transaction logs to store database objects and record transactions. The data dictionary contains metadata about database schemas and is stored differently in Oracle and SQL Server.
The document provides an overview of Oracle architecture including:
- Data is stored in data blocks which make up extents that form segments within tablespaces. Segments represent database objects like tables and indexes.
- The system global area (SGA) resides in memory and caches data and structures for efficient processing. It includes the database buffer cache, redo log buffer, and shared pool.
- Server processes handle SQL statements by parsing, executing, and returning results. Background processes perform functions like checkpoint, recovery, and writing data to disk.
- Transactions are written to the redo log and undo segments maintain rollback information. This supports data consistency, recovery, and rolling back transactions.
Oracle Real Application Cluster (RAC) allows multiple instances of an Oracle database to run simultaneously on multiple nodes. It provides high availability, scalability, and transparent application failover. Key components include shared storage, Oracle Clusterware, cache fusion for data synchronization, and Transparent Application Failover for uninterrupted connections.
Database Consolidation using the Oracle Multitenant ArchitecturePini Dibask
The document discusses Oracle's Multitenant architecture, which allows multiple pluggable databases (PDBs) to consolidate within a single multitenant container database (CDB). It describes how Multitenant provides advantages like simplified upgrades, cloning, and migration of PDBs. The document also covers ensuring quality of service for PDBs using resource management, and how RAC supports high availability and scalability in a Multitenant environment. It concludes with a discussion of performance monitoring of workloads across PDBs.
This ppt helps people who would like to present their industrial training presentation on Oracle 11g DBA.
This one includes all the operations that dba has to be perform and some other internal concepts of Oracle.
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Aaron Shilo
The document provides an overview of Oracle database performance tuning best practices for DBAs and developers. It discusses the connection between SQL tuning and instance tuning, and how tuning both the database and SQL statements is important. It also covers the connection between the database and operating system, how features like data integrity and zero downtime updates are important. The presentation agenda includes topics like identifying bottlenecks, benchmarking, optimization techniques, the cost-based optimizer, indexes, and more.
The document provides an overview of Oracle database physical and logical structures, background processes, backup methods, and administrative tasks. It describes key components like datafiles, control files, redo logs, tablespaces, schemas and segments that make up the physical and logical structure. It also explains the system global area (SGA) and program global area (PGA) memory structures and background processes like SMON, PMON, DBWR, LGWR and ARCH that manage the database instance. Common backup methods like cold backups, hot backups and logical exports are summarized. Finally, it lists some daily, weekly and other administrative tasks.
This document provides an overview of the physical and logical structures of an Oracle database, including datafiles, control files, redo logs, and tablespaces. It also describes Oracle instances, the system global area (SGA), program global area (PGA), and background processes. Administrative tasks like backups, monitoring, and patching are discussed. Specific details are given about the Computer Science database, including its server, tablespaces, and 4mm DAT tape backup method.
Oracle 11G DBA provides concise information about Oracle database administration. Key points include:
- Oracle is an object-relational database managed by Oracle Corporation. The database instance is composed of memory allocated in the System Global Area (SGA) and Program Global Area (PGA).
- Tablespaces contain one or more datafiles and consist of segments like tables and indexes. Datafiles are the physical storage locations for database data.
- Database administration tasks include managing tablespaces, datafiles, redo log files, and control files. The database can be put into archive log or noarchive log mode.
The document provides an overview of Oracle 10g database architecture including its physical and logical structures as well as processes. Physically, a database consists of datafiles, redo logs, and control files. Logically, it is divided into tablespaces containing schemas, segments, and other objects. The Oracle instance comprises the system global area (SGA) shared memory and background processes that manage tasks like writing redo logs and checkpointing data blocks. User processes connect to the database through sessions allocated in the program global area.
This document provides an introduction to Oracle 10g, including its architecture and components. It discusses the Oracle instance, System Global Area (SGA) and Program Global Area (PGA). It describes the key background processes like SMON, PMON, DBWn, LGWR, CKPT and ARCn. It also explains the critical Oracle files - parameter file, control files, redo log files and data files. Finally, it outlines Oracle's logical data structures of tablespaces, segments, extents and data blocks.
The document provides an overview of the Oracle Database 11g architecture, including its core components and structures. It describes how users connect to an Oracle database server, the main memory structures like the system global area and program global areas, background processes, and the physical and logical storage structures including tablespaces, data files, segments and blocks.
1 ISACA JOURNAL VOLUME 1, 2012FeatureThe ability to r.docxhoney725342
1 ISACA JOURNAL VOLUME 1, 2012
Feature
The ability to restore databases from valid
backups is a vital part of ensuring business
continuity. Backup integrity and restorations
are an important piece of the IT Governance
Institute’s IT Control Objectives for Sarbanes-
Oxley, 2nd Edition. In many instances, IT auditors
merely confirm whether backups are being
performed either to disk or to tape, without
considering the integrity or viability of the
backup media.
This article covers the topics related to
data loss and the types of database backup
and recovery available. Best practices that can
assist an auditor in assessing the effectiveness
of database backup and recovery are also
provided. This article focuses on the technologies
and capabilities of the Oracle relational
database management system (RDBMS) and
Microsoft (MS) SQL Server because, together,
they cover approximately 40 percent of all
database installations. Figure 1 provides a short
comparison of Oracle and MS SQL Server.
One of the key responsibilities of a database
administrator (DBA) is to prepare for the
possibility of media, hardware and software
failure as well as to recover databases during a
disaster. Should any of these failures occur, the
major objective is to ensure that the database
is available to users within an acceptable time
period, while ensuring that there is no loss of
data. DBAs should evaluate their preparedness
to respond effectively to such situations by
answering the following questions:
• How confident is the DBA that the data on which
the company business depends are backed up
successfully and that the data can be recovered
from these backups within the permissible time
limits, per a service level agreement (SLA)
or recovery time objective, as specified in the
organization’s disaster recovery plan?
• Has the DBA taken measures to draft and test
the procedures to protect as well as recover the
databases from numerous types of failures?
The following is a checklist for database
backup and recovery procedures that are
explained throughout this article:
1. Develop a comprehensive backup plan.
2. Perform effective backup management.
3. Perform periodic databases restore testing.
4. Have backup and recovery SLAs drafted and
communicated to all stakeholders.
5. Have the disaster recovery plan (DRP)
database portion drafted and documented.
6. Keep your knowledge and know-how on
database and OS backup and recovery tools up
to date.
Comprehensive BaCkup plan
DBAs are responsible for making a
comprehensive backup plan for databases for
which they are accountable. The backup plan
should include all types of RDBMSs within the
enterprise and should cover the following areas:
• Decide what needs to be backed up. It is
imperative that the DBA be aware of database
and related OS and application components
that need to be backed up, whether via an
online backup or an offline cold backup.
The following are d ...
The document outlines the main components of the Oracle architecture, including the Oracle instance, System Global Area (SGA), database, background processes, and connections between users and the database. It describes the primary functions and interactions of components like the database buffer cache, redo log buffer, and background processes like DBWn, LGWR, and SMON.
This document discusses various Oracle database concepts including:
- Creating tables, indexes, sequences, views and synonyms using SQL statements
- Using the Database Configuration Assistant (DBCA) to create, configure and manage Oracle databases
- Describing Oracle database architecture including memory structures, process structures and storage structures
This document provides an overview of an Oracle DBA walkthrough presentation. It includes a table of contents covering topics like the duties of database administrators, memory and process architecture, instance startup and shutdown, and tools for DBAs. It also introduces the presenter, Akash Pramanik, who is an Oracle DBA by profession and freelance trainer.
Today, many businesses around the world are using an Oracle product and in many of these at the core there is an Oracle Database. Many of us who started as a Database administrator where put in this position because we were good PL/SQL programmers or good Sysadmins, but knew very little of what it took to be a DBA. In this session you will learn the core architecture of an Oracle Database in 12c as well as what it takes to administer and apply this new knowledge the day you go back to your office.
This document provides an overview of SQL tuning and tools for improving SQL performance. It discusses reasons for inefficient SQL such as stale statistics, missing indexes, and suboptimal execution plans. It describes Oracle tools for monitoring and tuning SQL like AWR, ADDM, SQL Tuning Advisor, and SQL Access Advisor. It outlines tasks for SQL tuning including identifying high-load SQL, gathering statistics, and creating new indexes. It also provides guidance on proactive tuning through good application design, data modeling, indexing strategies, and writing efficient SQL.
Oracle's database architecture consists of physical database components like data files and log files as well as memory structures in the system global area (SGA). The SGA contains structures like the database buffer cache, redo log buffer, and shared pool. When a SQL statement is processed, the user process connects to a server process which interacts with components in the SGA and writes to the redo log buffer. The statement is then parsed, executed, and rows are fetched before a commit ensures transactions are recovered.
The document describes the architecture of Oracle 11g. It discusses the key components of an Oracle instance which includes the System Global Area (SGA) and background processes. The SGA is made up of several memory structures like the shared pool, database buffer cache, and redo log buffer. The document also describes the various mandatory and optional background processes like DBWR, LGWR, SMON, PMON and their functions.
The Oracle Optimizer uses both rule-based optimization and cost-based optimization to determine the most efficient execution plan for SQL statements. It considers factors like available indexes, data access methods, and sort usage to select the optimal plan. The optimizer can operate in different modes and generates execution plans that describe the chosen strategy. Tuning the optimizer settings and database design can help it select more efficient plans.
Oracle Database 19c New Features for DBAs and Developers.pptxRemote DBA Services
Oracle Database 19c New Features for DBAs and Developers. This video you can watch from my youtube channel at https://youtu.be/m-F-mZA3MkU
This document provides an overview of Oracle database concepts and tools. It describes the core components of an Oracle database including the database, server processes, memory structures, and client/server architecture. It also outlines the tools used to configure an Oracle database such as the Oracle Universal Installer, Database Configuration Assistant, and command line utilities. Automatic Storage Management (ASM) is discussed as the preferred storage management solution.
Copy & Paste On Google >>> https://dr-up-community.info/
EASEUS Partition Master Final with Crack and Key Download If you are looking for a powerful and easy-to-use disk partitioning software,
Exploring Wayland: A Modern Display Server for the FutureICS
Wayland is revolutionizing the way we interact with graphical interfaces, offering a modern alternative to the X Window System. In this webinar, we’ll delve into the architecture and benefits of Wayland, including its streamlined design, enhanced performance, and improved security features.
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?steaveroggers
Migrating from Lotus Notes to Outlook can be a complex and time-consuming task, especially when dealing with large volumes of NSF emails. This presentation provides a complete guide on how to batch export Lotus Notes NSF emails to Outlook PST format quickly and securely. It highlights the challenges of manual methods, the benefits of using an automated tool, and introduces eSoftTools NSF to PST Converter Software — a reliable solution designed to handle bulk email migrations efficiently. Learn about the software’s key features, step-by-step export process, system requirements, and how it ensures 100% data accuracy and folder structure preservation during migration. Make your email transition smoother, safer, and faster with the right approach.
Read More:- https://www.esofttools.com/nsf-to-pst-converter.html
WinRAR Crack for Windows (100% Working 2025)sh607827
copy and past on google ➤ ➤➤ https://hdlicense.org/ddl/
WinRAR Crack Free Download is a powerful archive manager that provides full support for RAR and ZIP archives and decompresses CAB, ARJ, LZH, TAR, GZ, ACE, UUE, .
Adobe Master Collection CC Crack Advance Version 2025kashifyounis067
🌍📱👉COPY LINK & PASTE ON GOOGLE http://drfiles.net/ 👈🌍
Adobe Master Collection CC (Creative Cloud) is a comprehensive subscription-based package that bundles virtually all of Adobe's creative software applications. It provides access to a wide range of tools for graphic design, video editing, web development, photography, and more. Essentially, it's a one-stop-shop for creatives needing a broad set of professional tools.
Key Features and Benefits:
All-in-one access:
The Master Collection includes apps like Photoshop, Illustrator, InDesign, Premiere Pro, After Effects, Audition, and many others.
Subscription-based:
You pay a recurring fee for access to the latest versions of all the software, including new features and updates.
Comprehensive suite:
It offers tools for a wide variety of creative tasks, from photo editing and illustration to video editing and web development.
Cloud integration:
Creative Cloud provides cloud storage, asset sharing, and collaboration features.
Comparison to CS6:
While Adobe Creative Suite 6 (CS6) was a one-time purchase version of the software, Adobe Creative Cloud (CC) is a subscription service. CC offers access to the latest versions, regular updates, and cloud integration, while CS6 is no longer updated.
Examples of included software:
Adobe Photoshop: For image editing and manipulation.
Adobe Illustrator: For vector graphics and illustration.
Adobe InDesign: For page layout and desktop publishing.
Adobe Premiere Pro: For video editing and post-production.
Adobe After Effects: For visual effects and motion graphics.
Adobe Audition: For audio editing and mixing.
Solidworks Crack 2025 latest new + license codeaneelaramzan63
Copy & Paste On Google >>> https://dr-up-community.info/
The two main methods for installing standalone licenses of SOLIDWORKS are clean installation and parallel installation (the process is different ...
Disable your internet connection to prevent the software from performing online checks during installation
Douwan Crack 2025 new verson+ License codeaneelaramzan63
Copy & Paste On Google >>> https://dr-up-community.info/
Douwan Preactivated Crack Douwan Crack Free Download. Douwan is a comprehensive software solution designed for data management and analysis.
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentShubham Joshi
A secure test infrastructure ensures that the testing process doesn’t become a gateway for vulnerabilities. By protecting test environments, data, and access points, organizations can confidently develop and deploy software without compromising user privacy or system integrity.
Discover why Wi-Fi 7 is set to transform wireless networking and how Router Architects is leading the way with next-gen router designs built for speed, reliability, and innovation.
Join Ajay Sarpal and Miray Vu to learn about key Marketo Engage enhancements. Discover improved in-app Salesforce CRM connector statistics for easy monitoring of sync health and throughput. Explore new Salesforce CRM Synch Dashboards providing up-to-date insights into weekly activity usage, thresholds, and limits with drill-down capabilities. Learn about proactive notifications for both Salesforce CRM sync and product usage overages. Get an update on improved Salesforce CRM synch scale and reliability coming in Q2 2025.
Key Takeaways:
Improved Salesforce CRM User Experience: Learn how self-service visibility enhances satisfaction.
Utilize Salesforce CRM Synch Dashboards: Explore real-time weekly activity data.
Monitor Performance Against Limits: See threshold limits for each product level.
Get Usage Over-Limit Alerts: Receive notifications for exceeding thresholds.
Learn About Improved Salesforce CRM Scale: Understand upcoming cloud-based incremental sync.
⭕️➡️ FOR DOWNLOAD LINK : http://drfiles.net/ ⬅️⭕️
Maxon Cinema 4D 2025 is the latest version of the Maxon's 3D software, released in September 2024, and it builds upon previous versions with new tools for procedural modeling and animation, as well as enhancements to particle, Pyro, and rigid body simulations. CG Channel also mentions that Cinema 4D 2025.2, released in April 2025, focuses on spline tools and unified simulation enhancements.
Key improvements and features of Cinema 4D 2025 include:
Procedural Modeling: New tools and workflows for creating models procedurally, including fabric weave and constellation generators.
Procedural Animation: Field Driver tag for procedural animation.
Simulation Enhancements: Improved particle, Pyro, and rigid body simulations.
Spline Tools: Enhanced spline tools for motion graphics and animation, including spline modifiers from Rocket Lasso now included for all subscribers.
Unified Simulation & Particles: Refined physics-based effects and improved particle systems.
Boolean System: Modernized boolean system for precise 3D modeling.
Particle Node Modifier: New particle node modifier for creating particle scenes.
Learning Panel: Intuitive learning panel for new users.
Redshift Integration: Maxon now includes access to the full power of Redshift rendering for all new subscriptions.
In essence, Cinema 4D 2025 is a major update that provides artists with more powerful tools and workflows for creating 3D content, particularly in the fields of motion graphics, VFX, and visualization.
PDF Reader Pro Crack Latest Version FREE Download 2025mu394968
🌍📱👉COPY LINK & PASTE ON GOOGLE https://dr-kain-geera.info/👈🌍
PDF Reader Pro is a software application, often referred to as an AI-powered PDF editor and converter, designed for viewing, editing, annotating, and managing PDF files. It supports various PDF functionalities like merging, splitting, converting, and protecting PDFs. Additionally, it can handle tasks such as creating fillable forms, adding digital signatures, and performing optical character recognition (OCR).
Not So Common Memory Leaks in Java WebinarTier1 app
This SlideShare presentation is from our May webinar, “Not So Common Memory Leaks & How to Fix Them?”, where we explored lesser-known memory leak patterns in Java applications. Unlike typical leaks, subtle issues such as thread local misuse, inner class references, uncached collections, and misbehaving frameworks often go undetected and gradually degrade performance. This deck provides in-depth insights into identifying these hidden leaks using advanced heap analysis and profiling techniques, along with real-world case studies and practical solutions. Ideal for developers and performance engineers aiming to deepen their understanding of Java memory management and improve application stability.
Who Watches the Watchmen (SciFiDevCon 2025)Allon Mureinik
Tests, especially unit tests, are the developers’ superheroes. They allow us to mess around with our code and keep us safe.
We often trust them with the safety of our codebase, but how do we know that we should? How do we know that this trust is well-deserved?
Enter mutation testing – by intentionally injecting harmful mutations into our code and seeing if they are caught by the tests, we can evaluate the quality of the safety net they provide. By watching the watchmen, we can make sure our tests really protect us, and we aren’t just green-washing our IDEs to a false sense of security.
Talk from SciFiDevCon 2025
https://www.scifidevcon.com/courses/2025-scifidevcon/contents/680efa43ae4f5
Pixologic ZBrush Crack Plus Activation Key [Latest 2025] New Versionsaimabibi60507
Copy & Past Link👉👉
https://dr-up-community.info/
Pixologic ZBrush, now developed by Maxon, is a premier digital sculpting and painting software renowned for its ability to create highly detailed 3D models. Utilizing a unique "pixol" technology, ZBrush stores depth, lighting, and material information for each point on the screen, allowing artists to sculpt and paint with remarkable precision .
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AIdanshalev
If we were building a GenAI stack today, we'd start with one question: Can your retrieval system handle multi-hop logic?
Trick question, b/c most can’t. They treat retrieval as nearest-neighbor search.
Today, we discussed scaling #GraphRAG at AWS DevOps Day, and the takeaway is clear: VectorRAG is naive, lacks domain awareness, and can’t handle full dataset retrieval.
GraphRAG builds a knowledge graph from source documents, allowing for a deeper understanding of the data + higher accuracy.
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDinusha Kumarasiri
AI is transforming APIs, enabling smarter automation, enhanced decision-making, and seamless integrations. This presentation explores key design principles for AI-infused APIs on Azure, covering performance optimization, security best practices, scalability strategies, and responsible AI governance. Learn how to leverage Azure API Management, machine learning models, and cloud-native architectures to build robust, efficient, and intelligent API solutions
AgentExchange is Salesforce’s latest innovation, expanding upon the foundation of AppExchange by offering a centralized marketplace for AI-powered digital labor. Designed for Agentblazers, developers, and Salesforce admins, this platform enables the rapid development and deployment of AI agents across industries.
Email: [email protected]
Phone: +1(630) 349 2411
Website: https://www.fexle.com/blogs/agentexchange-an-ultimate-guide-for-salesforce-consultants-businesses/?utm_source=slideshare&utm_medium=pptNg
Download YouTube By Click 2025 Free Full Activatedsaniamalik72555
Copy & Past Link 👉👉
https://dr-up-community.info/
"YouTube by Click" likely refers to the ByClick Downloader software, a video downloading and conversion tool, specifically designed to download content from YouTube and other video platforms. It allows users to download YouTube videos for offline viewing and to convert them to different formats.
Download YouTube By Click 2025 Free Full Activatedsaniamalik72555
Ad
Oracle architecture
1. Module 1 – Oracle Architecture
Objectives
These notes introduce the Oracle server architecture. The architecture includes physical components,
memory components,processes,and logical structures.
4. The figure shown above details the Oracle architecture.
Oracle server: An Oracle server includes an Oracle Instance and an Oracle database.
An Oracle database includes several differenttypes of files: datafiles, control files,redo log files
and archive redo log files. The Oracle server also accessesparameter files and password files.
This set of files has several purposes.
o One is to enable system users to process SQL statements.
o Another is to improve system performance.
o Still another is to ensure the database can be recovered if there is a software/hardware
failure.
The database server must manage large amounts of data in a multi-user environment.
The server must manage concurrent access to the same data.
The server must deliver high performance. This generally means fast response times.
Oracle instance: An Oracle Instance consists of two differentsets of components:
The first componentset is the set of backgroundprocesses (PMON, SMON, RECO,DBW0,
LGWR,CKPT,D000 and others).
o These will be covered later in detail – each background process is a computerprogram.
o These processes perform input/output and monitor other Oracle processes to provide good
performance and database reliability.
The second componentset includes the memorystructures that comprise the Oracle instance.
o When an instance starts up, a memory structure called the System Global Area (SGA) is
allocated.
o At this point the background processesalso start.
An Oracle Instance provides access to one and only one Oracle database.
5. Oracle database: An Oracle database consists of files.
Sometimes these are referred to as operating system files,but they are actually database
files that store the database information that a firm or organization needs in order to operate.
The redo log files are used to recoverthe database in the event of application program failures,
instance failures and other minor failures.
The archived redolog files are used to recoverthe database if a disk fails.
Other files not shown in the figure include:
o The required parameter file that is used to specifyparameters for configuring an Oracle
instance when it starts up.
o The optional password file authenticates specialusers of the database – these are
termed privileged users and include database administrators.
o Alert and TraceLog Files – these files store information about errors and actions taken that
affectthe configuration of the database.
User and server processes: The processesshown in the figure are
called user and serverprocesses. These processes are used to manage the execution of SQL
statements.
A SharedServer Process canshare memoryand variable processing formultiple user
processes.
A DedicatedServer Process manages memoryand variables for a single user process.
This figure from the Oracle DatabaseAdministration Guide provides another way of viewing the SGA.
7. Connecting to an Oracle Instance – Creating a Session
System users can connectto an Oracle database through SQLPlus or through an application program
like the Internet DeveloperSuite (the program becomes the system user). This connectionenables
users to execute SQL statements.
The act of connecting creates a communication pathway between a user process and an Oracle
Server. As is shown in the figure above, the User Process communicateswith the Oracle Server
through a Server Process. The User Process executes on the client computer. The Server Process
executes on the server computer,and actually executes SQL statements submitted by the system user.
8. The figure shows a one-to-one correspondence betweenthe User and Server Processes. This is called
a Dedicated Server connection. An alternative configuration is to use a Shared Server where more
than one User Processshares a Server Process.
Sessions: Whena user connects to an Oracle server, this is termed a session. The User Global
Area is sessionmemory and these memorystructures are described later in this document. The
sessionstarts when the Oracle server validates the user for connection. The sessionends when the
user logs out (disconnects)or if the connectionterminates abnormally (network failure or client computer
failure).
A user can typically have more than one concurrent session,e.g., the user may connectusing SQLPlus
and also connectusing Internet DeveloperSuite tools at the same time. The limit of concurrent session
connections is controlled by the DBA.
If a system users attempts to connect and the Oracle Server is not running, the system user receives
the Oracle Not Available error message.
Physical Structure – Database Files
As was noted above, an Oracle database consists of physical files. The database itself has:
Datafiles – these contain the organization's actual data.
Redo log files – these contain a chronological record of changes made to the database, and
enable recovery when failures occur.
Controlfiles – these are used to synchronize all database activities and are covered in more
detail in a later module.
9. Other key files as noted above include:
Parameter file – there are two types of parameter files.
o The init.ora file (also called the PFILE)is a static parameter file. It contains parameters
that specifyhow the database instance is to start up. For example, some parameters will
specifyhow to allocate memory to the various parts of the system global area.
o The spfile.ora is a dynamic parameter file. It also stores parameters to specifyhow to
startup a database; however, its parameters can be modified while the database is running.
Password file – specifies which *special* users are authenticated to startup/shut down an Oracle
Instance.
10. Archived redo log files – these are copies of the redo log files and are necessaryforrecovery in an
online, transaction-processing environment in the event of a disk failure.
Memory Management and Memory Structures
Oracle Database Memory Management
Memory management - focus is to maintain optimal sizes for memorystructures.
Memory is managed based on memory-related initialization parameters.
These values are stored in the init.ora file for each database.
Three basic options for memory management are as follows:
Automatic memory management:
o DBA specifies the target size for instance memory.
o The database instance automatically tunes to the target memory size.
o Database redistributes memory as needed betweenthe SGA and the instance PGA.
Automatic sharedmemory management:
o This management mode is partially automated.
o DBA specifies the target size for the SGA.
o DBA can optionally set an aggregate target size for the PGA or managing PGA work areas
individually.
Manualmemory management:
o Instead of setting the total memory size, the DBA sets many initialization parameters to
manage components ofthe SGA and instance PGA individually.
11. If you create a database with Database Configuration Assistant (DBCA) and choose the basic
installation option, then automatic memory management is the default.
The memory structures include three areas of memory:
System Global Area (SGA) – this is allocated when an Oracle Instance starts up.
Program Global Area (PGA) – this is allocated when a Server Process starts up.
User Global Area (UGA) – this is allocated when a user connects to create a session.
System Global Area
The SGA is a read/write memory area that stores information shared by all database processes and by
all users of the database (sometimesit is called theShared GlobalArea).
o This information includes both organizational data and control information used by the Oracle
Server.
o The SGA is allocated in memoryand virtual memory.
o The size of the SGA can be established by a DBA by assigning a value to the
parameter SGA_MAX_SIZE in the parameter file—this is an optional parameter.
The SGA is allocated when an Oracle instance (database) is started up based on values specifiedin the
initialization parameter file (either PFILE or SPFILE).
The SGA has the following mandatory memorystructures:
Database BufferCache
Redo Log Buffer
Java Pool
Streams Pool
Shared Pool – includes two components:
12. o Library Cache
o Data Dictionary Cache
Other structures (for example, lock and latch management, statistical data)
Additional optional memorystructures in the SGA include:
Large Pool
The SHOW SGA SQL command will show you the SGA memory allocations.
This is a recent clip of the SGA for the DBORCL database at SIUE.
In order to execute SHOW SGA you must be connected with the specialprivilege SYSDBA(which
is only available to user accounts that are members of the DBA Linux group).
SQL> connect / as sysdba
Connected.
SQL> show sga
Total System Global Area 1610612736 bytes
Fixed Size 2084296 bytes
Variable Size 1006633528 bytes
Database Buffers 587202560 bytes
Redo Buffers 14692352 bytes
Early versions of Oracle used a Static SGA. This meant that if modifications to memorymanagement
were required, the database had to be shutdown, modifications were made to the init.ora parameter file,
and then the database had to be restarted.
13. Oracle 11g uses a Dynamic SGA. Memory configurations for the system global area can be made
without shutting down the database instance. The DBA can resize the Database BufferCache and
Shared Pool dynamically.
Several initialization parameters are set that affectthe amount of random access memorydedicated to
the SGA of an Oracle Instance. These are:
SGA_MAX_SIZE: This optional parameter is used to set a limit on the amount of virtual
memory allocated to the SGA – a typical setting might be 1 GB; however, if the value
for SGA_MAX_SIZEin the initialization parameter file or server parameter file is less than the sum
the memory allocated for all components,either explicitly in the parameter file or by default, at the
time the instance is initialized, then the database ignores the setting for SGA_MAX_SIZE. For
optimal performance,the entire SGA should fit in real memory to eliminate paging to/from disk by
the operating system.
DB_CACHE_SIZE: This optional parameter is used to tune the amount memoryallocated to the
Database BufferCache in standard database blocks. Block sizes vary among operating
systems. The DBORCL database uses 8 KB blocks. The total blocks in the cache defaults to 48
MB on LINUX/UNIX and 52 MB on Windows operating systems.
LOG_BUFFER: This optional parameter specifies the number of bytes allocated for the Redo
Log Buffer.
SHARED_POOL_SIZE: This optional parameter specifiesthe number of bytes of memory
allocated to shared SQL and PL/SQL. The default is 16 MB. If the operating system is based on
a 64 bit configuration, then the default size is 64 MB.
LARGE_POOL_SIZE: This is an optional memory object – the size of the Large Pool defaults to
zero. If the init.ora parameterPARALLEL_AUTOMATIC_TUNING is set to TRUE, then the default
size is automatically calculated.
JAVA_POOL_SIZE: This is another optional memory object. The default is 24 MB of memory.
14. The size of the SGA cannot exceed the parameter SGA_MAX_SIZE minus the combination of the size
of the additional
parameters, DB_CACHE_SIZE,LOG_BUFFER,SHARED_POOL_SIZE,LARGE_POOL_SIZE,
and JAVA_POOL_SIZE.
Memory is allocated to the SGA as contiguous virtual memory in units termed granules. Granule size
depends on the estimated total size of the SGA, which as was noted above, depends onthe
SGA_MAX_SIZEparameter. Granules are sized as follows:
If the SGA is less than 1 GB in total, each granule is 4 MB.
If the SGA is greater than 1 GB in total, each granule is 16 MB.
Granules are assigned to the Database BufferCache, Shared Pool, Java Pool, and other memory
structures, and these memorycomponents can dynamically grow and shrink. Using contiguous memory
improves system performance. The actual number of granules assigned to one of these memory
components can be determined by querying the database view named V$BUFFER_POOL.
Granules are allocated when the Oracle server starts a database instance in order to provide memory
addressing space to meet the SGA_MAX_SIZE parameter. The minimum is 3 granules: one each for
the fixed SGA, Database BufferCache, and Shared Pool. In practice,you'll find the SGA is allocated
much more memorythan this. The SELECT statementshown below shows a current_size of 1,152
granules.
SELECT name, block_size, current_size, prev_size, prev_buffers
FROM v$buffer_pool;
NAME BLOCK_SIZE CURRENT_SIZE PREV_SIZE PREV_BUFFERS
-------------------- ---------- ------------ ---------- ------------
DEFAULT 8192 560 576 71244
15. For additional information on the dynamic SGA sizing, enroll in Oracle's Oracle11gDatabase
PerformanceTuningcourse.
Program Global Area (PGA)
A PGA is:
a nonsharedmemoryregion that contains data and control information exclusively for use by an
Oracle process.
A PGA is created by Oracle Database when an Oracle process is started.
One PGA exists for each ServerProcessand each BackgroundProcess. It stores data and
control information for a single Server Process ora single Background Process.
It is allocated when a processis created and the memory is scavenged by the operating system
when the process terminates. This is NOT a shared part of memory – one PGA to each process
only.
The collectionof individual PGAs is the total instance PGA, or instance PGA.
Database initialization parameters set the size of the instance PGA, not individual PGAs.
The ProgramGlobalArea is also termed the Process GlobalArea (PGA) and is a part of memory
allocated that is outside of the Oracle Instance.
17. The content of the PGA varies, but as shown in the figure above, generally includes the following:
Private SQL Area: Stores information for a parsed SQL statement – stores bind variable values and
runtime memory allocations. A user sessionissuing SQL statements has a Private SQL Area that
may be associated with a Shared SQL Area if the same SQL statement is being executed by more
than one system user. This oftenhappens in OLTP environments where many users are executing
and using the same application program.
o Dedicated Serverenvironment – the Private SQL Area is located in the Program Global Area.
o Shared Serverenvironment – the Private SQL Area is located in the System Global Area.
Session Memory: Memory that holds sessionvariables and other sessioninformation.
SQL Work Areas: Memory allocated for sort, hash-join, bitmap merge,and bitmap create types of
operations.
o Oracle 9i and later versions enable automatic sizing of the SQL WorkAreas by setting
the WORKAREA_SIZE_POLICY = AUTO parameter (this is the default!)
and PGA_AGGREGATE_TARGET = n (where n is some amount of memory established by the
DBA). However, the DBA can let the Oracle DBMS determine the appropriate amount of
memory.
18. User Global Area
The User GlobalArea is sessionmemory.
A sessionthat loads a PL/SQL packageinto memoryhas the package state stored to the
UGA. The packagestate is the set of values stored in all the package variables at a specific time. The
state changes as program code the variables. By default, package variables are unique to and persist
for the life of the session.
The OLAP page pool is also stored in the UGA. This pool manages OLAP data pages,which are
equivalent to data blocks.The page pool is allocated at the start of an OLAP sessionand released at the
end of the session. An OLAP sessionopens automatically whenever a user queries a dimensional
objectsuch as a cube.
Note: Oracle OLAP is a multidimensional analytic engine embeddedin Oracle Database
11g. Oracle OLAP cubes deliver sophisticated calculations using simple SQL queries - producing
results with speed ofthought response times.
19. The UGA must be available to a database sessionforthe life of the session. For this reason, the UGA
cannot be stored in the PGA when using a shared server connection because the PGA is specificto a
single process. Therefore,the UGA is stored in the SGA when using shared server connections,
enabling any shared server process accessto it. When using a dedicated server connection, the UGA is
stored in the PGA.
Automatic Shared Memory Management
Prior to Oracle 10G,a DBA had to manually specifySGA Componentsizes through the initialization
parameters, such as SHARED_POOL_SIZE,DB_CACHE_SIZE,JAVA_POOL_SIZE,and
LARGE_POOL_SIZE parameters.
Automatic Shared Memory Management enables a DBA to specifythe total SGA memory available
through the SGA_TARGET initialization parameter. The Oracle Database automatically distributes this
memory among various subcomponents to ensure most effective memoryutilization.
The DBORCL database SGA_TARGET is set in the initDBORCL.orafile:
sga_target=1610612736
With automatic SGA memory management, the differentSGA components are flexibly sized to adapt to
the SGA available.
Setting a single parameter simplifies the administration task – the DBA only specifies the amount of SGA
memory available to an instance – the DBA can forgetabout the sizes of individual components.No out
of memoryerrors are generated unless the system has actually run out of memory. No manual tuning
effortis needed.
20. The SGA_TARGET initialization parameter reflects the total size of the SGA and includes memoryfor
the following components:
Fixed SGA and other internal allocations needed by the Oracle Database instance
The log buffer
The shared pool
The Java pool
The buffercache
The keep and recycle buffercaches (if specified)
Nonstandard block size buffercaches (if specified)
The Streams Pool
If SGA_TARGET is set to a value greater than SGA_MAX_SIZE at startup, then the SGA_MAX_SIZE
value is bumped up to accommodate SGA_TARGET.
21. When you set a value for SGA_TARGET,Oracle Database 11g automatically sizes the most commonly
configured components,including:
The shared pool(for SQL and PL/SQL execution)
The Java pool (for Java execution state)
The large pool (for large allocations such as RMAN backup buffers)
The buffercache
There are a few SGA components whose sizes are not automatically adjusted. The DBA must specify
the sizes of these components explicitly, if they are needed by an application. Such components are:
Keep/Recyclebuffercaches (controlled
by DB_KEEP_CACHE_SIZE and DB_RECYCLE_CACHE_SIZE)
Additional buffercaches for non-standard block sizes (controlled by DB_nK_CACHE_SIZE,n = {2,
4, 8, 16, 32})
Streams Pool(controlled by the new parameter STREAMS_POOL_SIZE)
The granule size that is currently being used for the SGA for each componentcan be viewed in the
view V$SGAINFO.The size of each componentand the time and type of the last resize operation
performedon each componentcan be viewed in the view V$SGA_DYNAMIC_COMPONENTS.
SQL> select * from v$sgainfo;
More...
NAME BYTES RES
-------------------------------- ---------- ---
Fixed SGA Size 2084296 No
Redo Buffers 14692352 No
Buffer Cache Size 587202560 Yes
Shared Pool Size 956301312 Yes
Large Pool Size 16777216 Yes
22. Java Pool Size 33554432 Yes93
Streams Pool Size 0 Yes
Granule Size 16777216 No
Maximum SGA Size 1610612736 No
Startup overhead in Shared Pool 67108864 No
Free SGA Memory Available 0
11 rows selected.
Shared Pool
23. The Shared Pool is a memorystructure that is shared by all system users.
It caches various types of program data. For example, the shared pool stores parsed SQL,
PL/SQL code,system parameters, and data dictionaryinformation.
24. The shared poolis involved in almost every operation that occurs in the database. For example, if
a user executes a SQL statement, then Oracle Database accessesthe shared pool.
It consists of both fixed and variable structures.
The variable componentgrows and shrinks depending on the demands placed on memory size by
system users and application programs.
Memory can be allocated to the Shared Pool by the parameter SHARED_POOL_SIZE in the parameter
file. The default value of this parameter is 8MB on 32-bit platforms and 64MB on 64-bitplatforms.
Increasing the value of this parameter increases the amount of memory reserved forthe shared pool.
You can alter the size of the shared pooldynamically with the ALTERSYSTEM SET command. An
example command is shown in the figure below. You must keep in mind that the total memoryallocated
to the SGA is set by the SGA_TARGET parameter (and may also be limited by the SGA_MAX_SIZE if it
is set), and since the Shared Poolis part of the SGA, you cannot exceed the maximum size of the
SGA. It is recommended to let Oracle optimize the Shared Pool size.
The Shared Poolstores the mostrecently executed SQL statements and used data definitions. This is
because some system users and application programs will tend to execute the same SQL statements
often. Saving this information in memory can improve system performance.
The Shared Poolincludes several cache areas described below.
Library Cache
Memory is allocated to the Library Cache whenever an SQL statement is parsed or a program unit is
called. This enables storage of the mostrecently used SQL and PL/SQL statements.
25. If the Library Cache is too small, the Library Cache must purge statement definitions in order to have
space to load new SQL and PL/SQL statements. Actual management of this memory structure is
through a Least-Recently-Used (LRU) algorithm. This means that the SQL and PL/SQL statements
that are oldestand least recently used are purged when more storage space is needed.
The Library Cache is composed of two memorysubcomponents:
Shared SQL: This stores/shares the execution plan and parse tree for SQL statements, as well
as PL/SQL statements such as functions, packages,and triggers. If a system user executes an
identical statement, then the statement does not have to be parsed again in order to execute the
statement.
Private SQL Area: With a shared server, each sessionissuing a SQL statement has a private
SQL area in its PGA.
o Each user that submits the same statement has a private SQL area pointing to the same
shared SQL area.
o Many private SQL areas in separate PGAs can be associated with the same shared SQL
area.
o This figure depicts two differentclient processes issuing the same SQL statement – the
parsed solution is already in the Shared SQL Area.
27. The Data Dictionary Cache is a memorystructure that caches data dictionary information that has been
recently used.
This cache is necessary because the data dictionary is accessedso often.
Information accessed includes user account information, datafile names, table descriptions,user
privileges,and other information.
The database server manages the size of the Data Dictionary Cache internally and the size depends on
the size of the Shared Poolin which the Data Dictionary Cache resides. If the size is too small, then the
data dictionary tables that reside on disk must be queried oftenfor information and this will slow down
performance.
Server Result Cache
The Server Result Cache holds result sets and not data blocks.The server result cache contains
the SQL query result cache and PL/SQL function result cache, which share the same infrastructure.
SQL Query Result Cache
This cache stores the results of queries and query fragments.
Using the cache results for future queries tends to improve performance.
For example, suppose an application runs the same SELECT statementrepeatedly.If the results
are cached, then the database returns them immediately.
In this way, the database avoids the expensive operation of rereading blocks and recomputing
results.
PL/SQL Function Result Cache
The PL/SQL Function Result Cache stores function result sets.
28. Without caching, 1000 calls of a function at 1 second per call would take 1000 seconds.
With caching, 1000 function calls with the same inputs could take 1 second total.
Good candidates for result caching are frequently invoked functions that depend on relatively
static data.
PL/SQL function code can specifythat results be cached.
Buffer Caches
A number of buffercaches are maintained in memoryin order to improve system responsetime.
Database Buffer Cache
The Database Buffer Cache is a fairly large memoryobjectthat stores the actual data blocks that are
retrieved from datafiles by system queries and other data manipulation language commands.
The purpose is to optimize physical input/output of data.
When DatabaseSmartFlash Cache (flash cache)is enabled,part of the buffercache can reside in
the flash cache.
This buffercache extension is stored on a flash disk device,which is a solid state storage device
that uses flash memory.
The database can improve performance bycaching buffers in flash memoryinstead of reading
from magnetic disk.
Database Smart Flash Cache is available only in Solaris and Oracle Enterprise Linux.
A query causes a Server Process to look for data.
29. The first look is in the Database BufferCache to determine if the requested informationhappens
to already be located in memory – thus the information would not need to be retrieved from disk
and this would speed up performance.
If the information is not in the Database BufferCache, the Server Process retrieves the
information from disk and stores it to the cache.
Keep in mind that information read from disk is read a block at a time, NOT a row at a time,
because a database block is the smallest addressable storagespace on disk.
Database blocks are kept in the Database BufferCache according to a LeastRecently Used (LRU)
algorithm and are aged out of memory if a buffercache block is not used in order to provide space for
the insertion of newly needed database blocks.
There are three bufferstates:
Unused - a bufferis available for use - it has never been used or is currently unused.
Clean - a bufferthat was used earlier - the data has been written to disk.
Dirty - a bufferthat has modifieddata that has not beenwritten to disk.
Each bufferhas one of two access modes:
Pinned - a bufferis pinned so it does not age out of memory.
Free (unpinned).
The buffers in the cache are organized in two lists:
the write list and,
the least recently used (LRU) list.
The write list (also called a write queue)holds dirty buffers – these are buffers that hold that data that
has been modified,but the blocks have not been written back to disk.
30. The LRU list holds unused, free clean buffers,pinned buffers,and free dirty buffers that have not yet
been moved to the write list. Free clean buffers do not contain any useful data and are available for
use. Pinned buffers are currently being accessed.
When an Oracle process accesses a buffer,the processmoves the bufferto the most recently used
(MRU) end of the LRU list – this causes dirty buffers to age toward the LRU end of the LRU list.
When an Oracle user processneeds a data row, it searches for the data in the database buffercache
because memorycan be searched more quickly than hard disk can be accessed. If the data row is
already in the cache (a cache hit), the processreads the data from memory;otherwise a cache
missoccurs and data must be read from hard disk into the database buffercache.
Before reading a data block into the cache, the process must first find a free buffer.The process
searches the LRU list, starting at the LRU end of the list. The search continues until a free bufferis
found or until the search reaches the threshold limit of buffers.
Each time a user process finds a dirty bufferas it searches the LRU, that bufferis moved to the write list
and the search for a free buffercontinues.
When a user process findsa free buffer,it reads the data block from disk into the bufferand moves the
bufferto the MRU end of the LRU list.
If an Oracle user process searches the threshold limit of buffers without finding a free buffer,the process
stops searching the LRU list and signals the DBWnbackground process to write some of the dirty
buffers to disk. This frees up some buffers.
Database Buffer Cache Block Size
31. The block size for a database is set when a database is created and is determined by the init.ora
parameter file parameter named DB_BLOCK_SIZE.
Typical blocksizes are 2KB, 4KB, 8KB, 16KB,and 32KB.
The size of blocks in the Database BufferCache matches the block size for the database.
The DBORCL database uses an 8KB block size.
This figure shows that the use of non-standard blocksizes results in multiple database buffer
cache memory allocations.
Because tablespaces that store oracle tables can use different(non-standard) blocksizes, there can be
more than one Database BufferCache allocated to match blocksizes in the cache with the block sizes
in the non-standard tablespaces.
32. The size of the Database BufferCaches can be controlled by the
parameters DB_CACHE_SIZE and DB_nK_CACHE_SIZE to dynamically change the memoryallocated
to the caches without restarting the Oracle instance.
You can dynamically change the size of the Database BufferCache with the ALTER SYSTEMcommand
like the one shown here:
ALTER SYSTEM SET DB_CACHE_SIZE = 96M;
You can have the Oracle Server gather statistics about the Database BufferCache to help you size it to
achieve an optimal workload for the memory allocation. This information is displayed from
the V$DB_CACHE_ADVICE view. In order for statistics to be gathered, you can dynamically alter the
system by using the ALTER SYSTEM SET DB_CACHE_ADVICE (OFF,ON,
READY) command. However, gathering statistics on system performance always incurs some
overhead that will slow down system performance.
SQL> ALTER SYSTEM SET db_cache_advice = ON;
System altered.
SQL> DESC V$DB_cache_advice;
Name Null? Type
----------------------------------------- -------- -------------
ID NUMBER
NAME VARCHAR2(20)
BLOCK_SIZE NUMBER
ADVICE_STATUS VARCHAR2(3)
SIZE_FOR_ESTIMATE NUMBER
SIZE_FACTOR NUMBER
33. BUFFERS_FOR_ESTIMATE NUMBER
ESTD_PHYSICAL_READ_FACTOR NUMBER
ESTD_PHYSICAL_READS NUMBER
ESTD_PHYSICAL_READ_TIME NUMBER
ESTD_PCT_OF_DB_TIME_FOR_READS NUMBER
ESTD_CLUSTER_READS NUMBER
ESTD_CLUSTER_READ_TIME NUMBER
SQL> SELECT name, block_size, advice_status FROM v$db_cache_advice;
NAME BLOCK_SIZE ADV
-------------------- ---------- ---
DEFAULT 8192 ON
<more rows will display>
21 rows selected.
SQL> ALTER SYSTEM SET db_cache_advice = OFF;
System altered.
KEEP Buffer Pool
This pool retains blocks in memory (data from tables) that are likely to be reused throughout daily
processing. An example might be a table containing user names and passwords or a validation table of
some type.
The DB_KEEP_CACHE_SIZE parameter sizes the KEEP BufferPool.
34. RECYCLE Buffer Pool
This pool is used to store table data that is unlikely to be reused throughout daily processing – thus the
data blocks are quickly removed from memorywhen not needed.
The DB_RECYCLE_CACHE_SIZE parametersizes the Recycle BufferPool.
37. The Redo Log Buffer memoryobjectstores images of all changes made to database blocks.
Database blocks typically store several table rows of organizational data. This means that if a
single column value from one row in a blockis changed, the block image is stored. Changes
include INSERT,UPDATE,DELETE,CREATE,ALTER,or DROP.
LGWR writes redo sequentially to disk while DBWn performs scattered writes of data blocks to
disk.
o Scattered writes tend to be much slower than sequential writes.
o Because LGWR enable users to avoid waiting for DBWn to complete its slow writes, the
database delivers better performance.
The Redo Log Bufferas a circular bufferthat is reused over and over. As the bufferfills up, copies of
the images are stored to the Redo Log Files that are covered in more detail in a later module.
Large Pool
The Large Pool is an optional memory structure that primarily relieves the memoryburden placed on
the Shared Pool. The Large Poolis used for the following tasks if it is allocated:
Allocating space for sessionmemory requirements from the User Global Area where a Shared
Server is in use.
Transactions that interact with more than one database, e.g., a distributed database scenario.
Backup and restore operations by the RecoveryManager (RMAN) process.
o RMAN uses this only if the BACKUP_DISK_IO = n and BACKUP_TAPE_IO_SLAVE=
TRUE parameters are set.
o If the Large Poolis too small, memory allocation for backup will fail and memory will be
allocated from the Shared Pool.
38. Parallel execution message buffers forparallel server
operations. The PARALLEL_AUTOMATIC_TUNING = TRUE parameter must be set.
The Large Pool size is set with the LARGE_POOL_SIZE parameter – this is not a dynamic
parameter. It does not use an LRU list to manage memory.
Java Pool
The Java Pool is an optional memory object,but is required if the database has Oracle Java installed
and in use for Oracle JVM (Java Virtual Machine).
The size is set with the JAVA_POOL_SIZE parameter that defaults to 24MB.
The Java Pool is used for memory allocation to parse Java commands and to store data
associated with Java commands.
Storing Java code and data in the Java Pool is analogous to SQL and PL/SQL code cached in the
Shared Pool.
Streams Pool
This pool stores data and control structures to support the Oracle Streams feature of Oracle Enterprise
Edition.
Oracle Steams manages sharing of data and events in a distributed environment.
It is sized with the parameter STREAMS_POOL_SIZE.
If STEAMS_POOL_SIZE is not set or is zero, the size of the poolgrows dynamically.
39. Processes
You need to understand three differenttypes of Processes:
User Process: Starts when a database user requests to connectto an Oracle Server.
Server Process: Establishes the Connectionto an Oracle Instance when a User Process
requests connection– makes the connection for the User Process.
BackgroundProcesses: These start when an Oracle Instance is started up.
Client Process
In order to use Oracle, you must connect to the database. This must occur whether you're using
SQLPlus,an Oracle tool such as Designeror Forms,or an application program. The client process is
also termed the user process in some Oracle documentation.
40. This generates a User Process (amemory object)that generates programmatic calls through your user
interface (SQLPlus,Integrated DeveloperSuite, or application program) that creates a sessionand
causes the generation of a Server Process that is either dedicated or shared.
41. Server Process
A Server Processis the go-betweenfor a Client Processand the Oracle Instance.
Dedicated Server environment – there is a single Server Process to serve each Client Process.
Shared Server environment – a Server Process can serve several User Processes,although with
some performance reduction.
Allocation of server process in a dedicated environment versus a shared environment is covered
in further detail in the Oracle11g DatabasePerformanceTuning course offered by Oracle
Education.
42. Background Processes
As is shown here, there are both mandatory, optional, and slave background processesthat are started
whenever an Oracle Instance starts up. These background processesserve all system users. We will
cover mandatory process in detail.
Mandatory Background Processes
ProcessMonitor Process (PMON)
System Monitor Process(SMON)
Database Writer Process (DBWn)
Log Writer Process (LGWR)
CheckpointProcess (CKPT)
Manageability Monitor Processes(MMONand MMNL)
Recover Process (RECO)
OptionalProcesses
Archiver Process(ARCn)
CoordinatorJob Queue (CJQ0)
Dispatcher(number “nnn”)(Dnnn)
Others
This query will display all background processes running to serve a database:
SELECT PNAME
FROM V$PROCESS
WHERE PNAME IS NOT NULL
ORDER BY PNAME;
43. PMON
The ProcessMonitor (PMON) monitors other background processes.
It is a cleanup type of process that cleans up after failed processes.
Examples include the dropping of a user connectiondue to a network failure or the abnormal
termination (ABEND) of a user application program.
It cleans up the database buffercache and releases resources that were used by a failed user
process.
It does the tasks shown in the figure below.
44. SMON
The System Monitor (SMON) does system-levelcleanup duties.
It is responsible forinstance recovery by applying entries in the online redo log files to the
datafiles.
Other processescan call SMON when it is needed.
It also performs other activities as outlined in the figure shown below.
45. If an Oracle Instance fails, all information in memory not written to disk is lost. SMON is responsible for
recovering the instance when the database is started up again. It does the following:
Rolls forward to recover data that was recorded in a Redo Log File, but that had not yet been
recorded to a datafile by DBWn. SMON reads the Redo Log Files and applies the changes to the
data blocks. This recovers all transactions that were committed because these were written to the
Redo Log Files prior to system failure.
Opens the database to allow system users to logon.
Rolls back uncommitted transactions.
SMON also does limited space management. It combines (coalesces)adjacent areas of free space in
the database's datafiles for tablespaces that are dictionary managed.
It also deallocates temporary segments to create free space in the datafiles.
DBWn (also called DBWR in earlier Oracle Versions)
The Database Writer writes modifiedblocks from the database buffercache to the datafiles.
One database writer process(DBW0)is sufficientfor most systems.
A DBA can configure up to 20 DBWnprocesses (DBW0through DBW9 and DBWathrough DBWj)
in order to improve write performance fora system that modifiesdata heavily.
The initialization parameter DB_WRITER_PROCESSES specifiesthe number of DBWn processes.
The purpose of DBWn is to improve system performance by caching writes of database blocks from
the DatabaseBuffer Cache backto datafiles.
Blocks that have been modified and that need to be written back to disk are termed "dirty
blocks."
46. The DBWnalso ensures that there are enough free buffers in the Database BufferCache to
service Server Processes that may be reading data from datafiles into the Database Buffer
Cache.
Performance improves because by delaying writing changed database blocks back to disk, a
Server Process may find the data that is needed to meeta User Process requestalready residing
in memory!
DBWnwrites to datafiles when one of these events occurs that is illustrated in the figure below.
47. LGWR
The Log Writer (LGWR) writes contents from the Redo Log Bufferto the Redo Log File that is in use.
These are sequential writes since the Redo Log Files record database modifications based onthe
actual time that the modificationtakes place.
LGWR actually writes before the DBWnwrites and only confirms that a COMMIT operation has
succeeded whenthe Redo Log Buffer contents are successfully written to disk.
LGWR can also call the DBWnto write contents of the Database BufferCache to disk.
The LGWR writes according to the events illustrated in the figure shown below.
49. CKPT
The Checkpoint (CPT)process writes information to update the database control files and headers of
datafiles.
A checkpointidentifies a point in time with regard to the Redo Log Files where instance recovery
is to begin should it be necessary.
It can tell DBWnto write blocks to disk.
A checkpointis taken at a minimum, once every three seconds.
50. Think of a checkpoint record as a starting point for recovery. DBWnwill have completed writing all
buffers from the Database BufferCache to disk prior to the checkpoint, thus those records will not
require recovery. This does the following:
Ensures modified data blocks in memory are regularly written to disk – CKPT can call the DBWn
process inorder to ensure this and does so when writing a checkpointrecord.
Reduces Instance Recoverytime by minimizing the amount of work needed forrecovery since
only Redo Log File entries processed sincethe last checkpointrequire recovery.
Causes all committed data to be written to datafiles during database shutdown.
51. If a Redo Log File fills up and a switch is made to a new Redo Log File (this is covered in more detail in
a later module), the CKPT process also writes checkpoint information into the headers of the datafiles.
52. Checkpoint information written to control files includes the system change number (the SCN is a number
stored in the control file and in the headers of the database files that are used to ensure that all files in
the system are synchronized), location of which Redo Log File is to be used for recovery, and other
information.
CKPT does not write data blocks or redo blocks to disk – it calls DBWn and LGWR as necessary.
MMON and MMNL
The Manageability Monitor Process (MMNO) performstasks related to the Automatic Workload
Repository (AWR) – a repositoryof statistical data in the SYSAUX tablespace (see figure below) – for
example, MMON writes when a metric violates its threshold value, taking snapshots, and capturing
statistics value for recently modified SQL objects.
53. The Manageability Monitor Lite Process (MMNL) writes statistics from the Active SessionHistory
(ASH) bufferin the SGA to disk. MMNL writes to disk when the ASH bufferis full.
The information stored by these processesis used for performance tuning – we survey performance
tuning in a later module.
54. RECO
The Recoverer Process (RECO) is used to resolve failures of distributed transactions in a distributed
database.
Considera database that is distributed on two servers – one in St. Louis and one in Chicago.
Further, the database may be distributed on servers of two differentoperating systems,e.g.
LINUX and Windows.
The RECO processof a node automatically connects to other databases involved in an in-doubt
distributed transaction.
When RECO reestablishes a connection between the databases,it automatically resolves all in-
doubt transactions, removing from each database's pending transaction table any rows that
correspond to the resolved transactions.
Optional Background Processes
Optional Background ProcessDefinition:
ARCn: Archiver – One or more archiver processes copythe online redo log files to archival storage
when they are full or a log switch occurs.
CJQ0: CoordinatorJob Queue – This is the coordinatorof job queue processesforan instance. It
monitors the JOB$ table (table of jobs in the job queue) and starts job queue processes(Jnnn)as
needed to execute jobs The Jnnn processes execute job requests created by the DBMS_JOBS
package.
Dnnn: Dispatchernumber "nnn", for example, D000 would be the first dispatcherprocess –
Dispatchers are optional background processes,presentonly when the shared server configuration is
used. Shared server is discussedin your readings on the topic "Configuring Oracle for the Shared
Server".
55. FBDA: Flashback Data Archiver Process – This archives historical rows of tracked tables into
Flashback Data Archives. When a transaction containing DML on a tracked table commits,this
process stores the pre-image of the rows into the Flashback Data Archive. It also keeps metadata on
the current rows. FBDA automatically manages the flashback data archive for space,organization,
and retention
Of these, you will most often use ARCn (archiver) when you automatically archive redo log file
information (covered in a later module).
ARCn
While the Archiver (ARCn) is an optional background process, we cover it in more detail because it is
almost always used for production systems storing mission critical information.
The ARCn processmust be used to recover from loss of a physical disk drive forsystems that are
"busy" with lots of transactions being completed.
It performs the tasks listed below.
56. When a Redo Log File fills up, Oracle switches to the next Redo Log File.
The DBA creates several of these and the details of creating them are covered in a later module.
If all Redo Log Files fill up, then Oracle switches back to the first one and uses them in a round-
robin fashion by overwriting ones that have already beenused.
Overwritten Redo Log Files have information that, once overwritten, is lost forever.
ARCHIVELOG Mode:
If ARCn is in what is termed ARCHIVELOG mode,then as the Redo Log Files fill up, they are
individually written to Archived Redo Log Files.
LGWR does not overwrite a Redo Log File until archiving has completed.
Committed data is not lost forever and can be recovered in the event of a disk failure.
Only the contents of the SGA will be lost if an Instance fails.
57. In NOARCHIVELOG Mode:
The Redo Log Files are overwritten and not archived.
Recoverycan only be made to the last full backup of the database files.
All committed transactions after the last full backup are lost, and you can see that this could cost
the firm a lot of $$$.
When running in ARCHIVELOG mode,the DBA is responsible to ensure that the Archived Redo Log
Files do not consume all available disk space! Usually after two completebackups are made, any
Archived Redo Log Files for prior backups are deleted.
Slave Processes
Slave processes are background processes that perform work on behalf of other processes.
Innn: I/O slave processes-- simulate asynchronous I/O for systems and devices that do not supportit.
In asynchronous I/O,there is no timing requirement for transmission, enabling other processes to start
before the transmission has finished.
For example, assume that an application writes 1000 blocks to a disk on an operating system that
does not supportasynchronous I/O.
Each write occurs sequentially and waits for a confirmation that the write was successful.
With asynchronous disk, the application can write the blocks in bulk and perform other work while
waiting for a response from the operating system that all blocks were written.
ParallelQuery Slaves-- In parallel execution orparallel processing,multiple processeswork
together simultaneously to run a single SQL statement.
By dividing the work among multiple processes,Oracle Database can run the statement more
quickly.
58. For example, four processeshandle four differentquarters in a year instead of one process
handling all four quarters by itself.
Parallel execution reduces response time fordata-intensive operations on large databases such
as data warehouses. Symmetric multiprocessing (SMP) and clustered system gain the largest
performance benefits from parallel execution because statement processing can be split up among
multiple CPUs. Parallel execution can also benefitcertain types of OLTP and hybrid systems.
59. Logical Structure
It is helpful to understand how an Oracle database is organized in terms of a logical structure that is
used to organize physical objects.
Tablespace: An Oracle database must always consist of at least
two tablespaces(SYSTEM and SYSAUX), although a typical Oracle database will multiple
tablespaces.
60. A tablespace is a logical storage facility (a logical container) for storing objects suchas tables,
indexes, sequences,clusters,and other database objects.
Each tablespace has at least one physical datafile that actually stores the tablespace at the
operating system level. A large tablespace may have more than one datafile allocated for storing
objects assigned to that tablespace.
A tablespace belongs to only one database.
Tablespacescan be brought online and taken offline for purposes of backup and management,
exceptfor the SYSTEM tablespace that must always be online.
Tablespacescan be in either read-only or read-write status.
Datafile: Tablespacesare stored in datafiles which are physical disk objects.
A datafile can only store objects fora single tablespace,but a tablespace may have more than
one datafile – this happens when a disk drive device fills up and a tablespace needs to be
expanded,then it is expanded to a new disk drive.
The DBA can change the size of a datafile to make it smaller or later. The file can also grow in
size dynamically as the tablespace grows.
Segment: Whenlogical storage objects are created within a tablespace,forexample, an employee
table, a segmentis allocated to the object.
Obviously a tablespace typically has many segments.
A segmentcannot span tablespaces butcan span datafiles that belong to a single tablespace.
Extent: Each objecthas one segmentwhich is a physical collectionof extents.
Extents are simply collections of contiguousdisk storageblocks. A logical storage objectsuch
as a table or index always consists of at least one extent – ideally the initial extent allocated to an
objectwill be large enough to store all data that is initially loaded.
As a table or index grows, additional extents are added to the segment.
A DBA can add extents to segments in order to tune performance of the system.
61. An extent cannot span a datafile.
Block: The Oracle Server manages data at the smallestunit in what is termed a block or data
block. Data are actually stored in blocks.
A physical block is the smallest addressable location on a disk drive for read/write operations.
62. An Oracle data block consists of one or more physical blocks (operating system blocks)so the data
block, if larger than an operating system block, should be an even multiple of the operating system block
size, e.g., if the Linux operating system block size is 2K or 4K, then the Oracle data block should be 2K,
4K, 8K, 16K, etc in size. This optimizes I/O.
The data block size is set at the time the database is created and cannot be changed. It is set with
the DB_BLOCK_SIZE parameter. The maximum data blocksize depends on the operating system.
Thus, the Oracle database architecture includes both logical and physical structures as follows:
Physical: Control files;Redo Log Files;Datafiles; Operating System Blocks.
Logical: Tablespaces;Segments;Extents; Data Blocks.
SQL Statement Processing
SQL Statements are processed differentlydepending on whether the statement is a query, data
manipulation language (DML)to update, insert, or delete a row, or data definition language (DDL) to
write information to the data dictionary.
63. Processing a query:
Parse:
o Search for identical statement in the Shared SQL Area.
o Check syntax, objectnames, and privileges.
o Lock objects used during parse.
o Create and store execution plan.
Bind: Obtains values for variables.
Execute: Process statement.
Fetch: Return rows to user process.
Processing a DML statement:
Parse: Same as the parse phase used for processing aquery.
64. Bind: Same as the bind phase used for processing a query.
Execute:
o If the data and undo blocks are not already in the Database BufferCache, the server process
reads them from the datafiles into the Database BufferCache.
o The server processplaces locks on the rows that are to be modified.The undo block is used
to store the before image of the data, so that the DML statements can be rolled back if
necessary.
o The data blocks record the new values of the data.
o The server processrecords the before image to the undo blockand updates the data
block. Both of these changes are made in the Database BufferCache. Any changed blocks
in the Database BufferCache are marked as dirty buffers. That is, buffers that are not the
same as the corresponding blocks on the disk.
o The processing of a DELETE or INSERT command uses similar steps. The before image for
a DELETEcontains the column values in the deleted row, and the before image of an
INSERT contains the row location information.
Processing a DDL statement:
The execution of DDL (Data Definition Language) statements differs from the execution of DML
(Data Manipulation Language) statements and queries, because the success ofa DDL statement
requires write access to the data dictionary.
For these statements, parsing actually includes parsing, data dictionary lookup, and
execution. Transaction management, sessionmanagement, and system management SQL
statements are processed using the parse and execute stages. To re-execute them, simply
perform another execute.