Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Oracle 11g R1 / R2 Real Application Clusters Handbook
Oracle 11g R1 / R2 Real Application Clusters Handbook

Oracle 11g R1 / R2 Real Application Clusters Handbook: Design, implement and support complex Oracle 11g RAC environments for real world deployments

$54.99 $61.99
eBook Jul 2010 676 pages 1st Edition
eBook
$54.99 $61.99
Subscription
Free Trial
Renews at $19.99p/m
$54.99 $61.99
eBook Jul 2010 676 pages 1st Edition
eBook
$54.99 $61.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$54.99 $61.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Oracle 11g R1 / R2 Real Application Clusters Handbook

Chapter 2. Oracle 11g RAC Architecture

Oracle 11g RAC architecture differs in many respects from single-instance non-RAC Oracle database environments. In this chapter, we will provide you with the blue print on how to apply best practices for leveraging your investment in Oracle RAC to create a highly available architecture. We will also discuss the various components of an RAC cluster.

Due to the complex nature of an Oracle 11g RAC environment, we will cover the various components that are unique to Oracle 11g RAC environments and constitute the Oracle system architecture. As such, we will provide key coverage of architectural design and implementation guidelines for successfully deploying Oracle 11g Real Application Clusters. We will also provide coverage of the most important new features that will benefit the Oracle RAC database administrator.

To summarize, we will discuss the following topics during the course of this chapter:

  • Hardware and Server Architecture for Oracle 11g RAC

  • Network...

Oracle 11g RAC architecture


We will begin our discussion of the RAC architecture for Oracle 11g at the macro level from 50,000 feet, with an example three-node Oracle 11g RAC environment as shown in the following diagram:

This diagram illustrates a fully redundant Oracle 11g RAC architecture in terms of hardware, network, storage, and database layout and configurations. Later in the chapter, we will in turn explain each of these key components and how they function within the grand scheme of an Oracle RAC environment. We also will provide you with guidance on how to best choose the right components for your Oracle RAC environment. As you can see, Oracle RAC is a complex mix of system, network, and database technologies. This provides the ability to scale up or out for large mission-critical information systems to support either OLTP (Online Transaction Processing), DSS (Decision Support Systems), and Data Warehouse, or ERP environments such as Oracle 11i/R12 EBS and PeopleSoft or SAP. The...

Hardware architecture for Oracle 11g RAC


As database professionals, you will be tasked with finding the best hardware solution when implementing a new RAC environment for Oracle 11g. Cost, performance, and support are key factors to take into account when designing the hardware architecture for RAC. Many considerations need to be planned out for the correct hardware selection for a new or future RAC implementation. We advise that you hold meetings not only among the database team but also with the system, network, and storage administration teams to perform the initial planning of your hardware, storage, and network architecture needed for 11g RAC environments. There is no one-size-fits-all approach when it comes to laying the foundation for 11g RAC. Vendors also provide resources for sizing and validated configurations that are supported with all of the layers of the Oracle 11g RAC technology stack. The majority of long term RAC architectural and design issues are due to a lack of using...

Network architecture for Oracle 11g RAC


The Oracle 11g RAC technology places a lot of responsibility on the network layer within the data center; it requires a high performing public as well as private network to deliver the optimal rate of scalability, performance, and availability. Because the data within an RAC environment must pass across the interconnect network interfaces, you will need to size and tune the network interfaces accordingly or suffer from performance issues within your 11g RAC environments.

Private network and the Oracle 11g RAC interconnect

The interconnect functions as the network device as part of the private network between cluster nodes in an Oracle 11g RAC configuration. Its purpose is to transfer Oracle data between nodes in the cluster, over a high speed network interface, via the Cache Fusion mechanism for RAC. We will review the network hardware details in this section on how best to select and configure the right components for the private network interconnect...

Storage architecture for Oracle 11g RAC


Oracle 11g RAC cluster nodes share the same storage array that contains the 11g RAC database. As such, the sizing and choice of the storage is of critical importance for design and implementation of your RAC configuration. By understanding disk I/O with respect to how RAC uses storage disks, you will be able to optimize your design so that performance is optimized from the ground up, rather than reacting to a poor design, which will be more difficult to resolve after.

RAID configurations for Oracle 11g RAC

Oracle RAC performance and availability is greatly affected by the storage subsystem layer of the entire system architecture. As such, your choice of RAID (Redundant Array of Inexpensive Disks) will determine a great deal of database and application performance, as well as how critical tasks such as backup, recovery, and disaster recovery processes are affected.

RAID combines multiple physical hard disks into a single logical unit by using vendor...

Storage protocols for RAC


As the database architect responsible for designing the environment for Oracle RAC, you should understand that storage layout is one of the most important considerations to make for the best performance and availability factors within the system architecture. If you use the wrong storage protocol for a large RAC ecosystem, then performance issues will occur within your overall data center environment. Therefore, it is critical to have a solid understanding of storage protocols such as Small Computer System Interface (SCSI), Fibre Channel (FC), and Internet Small Computer System Interface (ISCSI) that may impact your Oracle RAC setup and configuration.

You will need to evaluate and implement these as part of your RAC configuration for Oracle 11g. The chapter will discuss the merits and weaknesses of these storage protocols for you to be able to choose the correct configuration for RAC based on your business requirements. There are additional storage protocols that...

Oracle 11g RAC components


In addition to the many hardware, network, and storage components that drive the foundation of Oracle 11g RAC, we have the complex software called Clusterware that lies at the heart of the Oracle RAC architecture. Oracle 11g RAC consists of these physical devices along with the Clusterware and Automatic Storage Management (ASM) software. ASM provides the mechanism for managing storage within RAC environments and uses both a special type of instance called an ASM instance as well as special disk volume management in the form of ASM disks and ASM diskgroups. Clusterware refers to the Oracle software layer that performs the operational tasks within the Oracle-clustered environment for RAC. In summary, the Clusterware consists of the following components for Oracle 11g RAC:

  • Voting disk(s)

  • Oracle Clusterware Registry (OCR)

  • Background processes that manage clusterwide operations and provide functionality for Oracle 11g R1 and 11g R2 RAC

In addition to the Oracle 11g Clusterware...

New ASM features and RAC


There are many new features in Oracle 11g RAC that are introduced with ASM enhancements. Many of these involve ASM configuration.

New SYSASM privilege for Oracle 11gR1 ASM

Introduced in Oracle 11gR1, the SYSASM privilege allows you to separate the database operating system credentials from ASM credentials. This can be useful in today's era of auditing controls and compliance to fulfill requirements for Sarbanes Oxley (SOX), as well as to divide storage support between system administrators and DBA staff members.

For Oracle 11g, you should now use the SYSASM privilege instead of the SYSDBA privilege to connect to and administer an ASM instance. Although before Oracle 11gR2, you were still able to manage ASM from SYSDBA, it is not recommended. In the event that you still decide to use the SYSDBA privilege to connect to an ASM instance, Oracle will send a warning to the alert log file because commands that you run using SYSDBA privileges on an ASM instance are supposed...

New Oracle 11g ASM Disk Group compatibility features


With Oracle 11g, there are now two new Disk Group compatibility attributes—compatible.asm and compatible.rdbms. These disk group compatibility attributes determine the minimum version of ASM and database instances that can connect to an Oracle 11g ASM disk group. By advancing these disk group compatibility settings, you can use the new ASM features that are available in the latest release. If you decide to advance these attributes from 10.1 to 11.1, you will enable the following key features that are new to Oracle 11g ASM:

  • Preferred mirror read

  • Variable size extents

  • Fast mirror resync

The software version of ASM determines the default compatibility of newly created disk groups. You can override the disk group compatibility default setting when you create disk groups with the CREATE DISKGROUP SQL statement.

The ALTER DISKGROUP SQL statement can update the compatibility settings for existing disk groups.

The compatibility settings for a disk...

Summary


This chapter has provided you with a comprehensive discussion of 11g RAC architecture, focusing on the following topics:

  • Oracle 11g RAC hardware and system architecture

  • Key new features for Oracle 11g R1 and 11g R2 RAC and ASM

Because understanding the initial design is important for a successful deployment of Oracle 11g RAC, the chapter focused on all aspects of the system architecture that must be accounted for to ensure success. This included an in-depth discussion of hardware server configurations, network design, and RAID configurations, as well as storage protocols for managing the disk I/O subsystem. Based on the constraints of your business operations and performance needs, you can now decide what system configurations will best suit your deployment of Oracle 11g RAC from all of these key perspectives. The chapter then moved on to discuss the summary of RAC components and new features that are important to be aware of while working with 11g R1 and 11gR2 RAC, and with ASM.

The...

Left arrow icon Right arrow icon

Key benefits

  • Design, implement and support complex Oracle 11g RAC environments
  • Understand sophisticated components that make up your Oracle RAC environment such as the role of High Availability, the required RAC architecture, the RAC installation and upgrade process and much more!
  • Get hold of new RAC components such as ASM (Automatic Storage Management) features, performance tuning, and troubleshooting
  • Deploy Oracle 11g with complex standard off-the-shelf ERP systems like Oracle EBS
  • Packed with practical, real-world examples, expert tips, and troubleshooting advice on how to administer a complex Oracle 11g RAC environment
  • Bonus Oracle 11g RAC R2 information included

Description

RAC or Real Application Clusters is a grid computing solution that allows multiple nodes (servers) in a clustered system to mount and open a single database that resides on shared disk storage. Should a single system (node) fail, the database service will still be available on the remaining nodes. RAC is an integral part of the Oracle database setup: one database, multiple users accessing it, in real time. This book will enable DBAs to get their finger on the pulse of the Oracle 11g RAC environment quickly and easily. This practical handbook documents how to administer a complex Oracle 11g RAC environment. It covers all areas of the Oracle 11g R1 RAC environment, with bonus R2 information included, and is indispensable if you are an Oracle DBA charged with configuring and implementing Oracle11g. It presents a complete method for the design, installation, and configuration of Oracle 11g RAC, ultimately enabling rapid administration of Oracle 11g RAC environments.Packed with real-world examples, expert tips, and troubleshooting advice, the book begins by introducing the concept of RAC and High Availability. It then dives deep into the world of RAC design, installation, and configuration, enabling you to support complex RAC environments for real-world deployments. Chapters cover RAC and High Availability, Oracle 11g RAC Architecture, Oracle 11g RAC Installation, Automatic Storage Management, Troubleshooting, Workload Management, and much more. By following the practical examples in the book, you will learn every concept of the RAC environment and how to successfully support complex Oracle 11g R1 and R2 RAC environments for various deployments in real-world situations.

Who is this book for?

If you are an Oracle DBA who wants to administer Real Application Clusters, then this book is for you. Basic understanding of Oracle DBA is required, but no experience of RAC is needed.

What you will learn

  • Administer, implement, and manage Oracle 11g RAC environments for real-world deployments
  • Understand the high availability concepts and solutions that are available for Oracle 11g RAC
  • Discover the key architectural design and installation techniques required to successfully deploy Oracle 11g RAC
  • Add functionality to your RAC environment by incorporating new RAC features such as Automatic Storage Management
  • Effectively manage the complex 11g Clusterware, using key troubleshooting tips and techniques.
  • Successfully implement database creation methods, manage the RAC database, and handle workload in your RAC environment efficiently
  • Plan your backup and recovery strategy appropriately
  • Know when and how to upgrade your RAC environment effectively
  • Deploy Oracle 11g RAC with complex standard-off-the-shelf systems like Oracle EBS
  • Understand key new features for 11g R1/R2 RAC and ASM

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 26, 2010
Length: 676 pages
Edition : 1st
Language : English
ISBN-13 : 9781847199638
Vendor :
Oracle
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 26, 2010
Length: 676 pages
Edition : 1st
Language : English
ISBN-13 : 9781847199638
Vendor :
Oracle
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 214.97
Oracle 11g R1/R2 Real Application Clusters Essentials
$76.99
Oracle 11g R1 / R2 Real Application Clusters Handbook
$76.99
Oracle Database 11gR2 Performance Tuning Cookbook
$60.99
Total $ 214.97 Stars icon

Table of Contents

14 Chapters
High Availability Chevron down icon Chevron up icon
Oracle 11g RAC Architecture Chevron down icon Chevron up icon
Oracle 11g RAC Installation Chevron down icon Chevron up icon
Oracle 11g Automatic Storage Management Chevron down icon Chevron up icon
Managing and Troubleshooting Oracle 11g Clusterware Chevron down icon Chevron up icon
RAC Database Administration and Workload Management Chevron down icon Chevron up icon
Backup and Recovery Chevron down icon Chevron up icon
Performance Tuning Chevron down icon Chevron up icon
Oracle 11g Clusterware Upgrade Chevron down icon Chevron up icon
Real-world Scenarios Chevron down icon Chevron up icon
Enabling RAC for EBS Chevron down icon Chevron up icon
RAC and ASM for Advanced Users Chevron down icon Chevron up icon
ASM 11gR2 New Features Chevron down icon Chevron up icon
Maximum Availability Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.

Modal Close icon
Modal Close icon