Oracle Database 10g: Data Guard Administration

Size: px
Start display at page:

Download "Oracle Database 10g: Data Guard Administration"

Transcription

1 Oracle Database 10g: Data Guard Administration Volume I Student Guide D17316GC20 Edition 2.0 October 2006 D47657

2 Author Donna K. Keesling Technical Contributors and Reviewers Christopher D. Andrews Harald van Breederode Larry Carpenter Michael Cebulla Joel Goodman Editors Arijit Ghosh Daniel Milne Graphic Designer Satish Bettegowda Publishers Srividya Rameshkumar Jobi Varghese Copyright 2006, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected by copyright and other intellectual property laws. You may copy and print this document solely for your own use in an Oracle training course. The document may not be modified or altered in any way. Except where your use constitutes "fair use" under copyright law, you may not use, share, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit, or distribute this document in whole or in part without the express authorization of Oracle. The information contained in this document is subject to change without notice. If you find any problems in the document, please report them in writing to: Oracle University, 500 Oracle Parkway, Redwood Shores, California USA. This document is not warranted to be error-free. Restricted Rights Notice If this documentation is delivered to the United States Government or anyone using the documentation on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS The U.S. Government s rights to use, modify, reproduce, release, perform, display, or disclose these training materials are restricted by the terms of the applicable Oracle license agreement and/or the applicable U.S. Government contract. Trademark Notice Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

3 Contents Preface 1 Oracle Data Guard: Overview Objectives 1-2 Causes of Data Loss 1-3 Understanding the Causes of Downtime 1-4 What Is Oracle Data Guard? 1-5 Types of Standby Databases 1-6 Oracle Data Guard Broker Framework 1-7 Types of Services 1-8 Role Transitions: Switchover and Failover 1-9 Data Protection Modes 1-11 Benefits of Implementing Oracle Data Guard 1-13 Role of Data Guard in a High-Availability Architecture 1-14 Oracle Data Guard and Real Application Clusters 1-16 Maximum Availability Architecture 1-17 Summary 1-18 Practice 1: Overview Understanding the Oracle Data Guard Architecture Objectives 2-2 Data Guard Operational Requirements: Hardware and Operating System 2-3 Data Guard Operational Requirements: Oracle Database Software 2-4 Oracle Data Guard: Architecture 2-6 Primary Database Flow 2-7 Standby Database Flow 2-8 Standby Redo Logs 2-9 Physical Standby Database: Redo Apply Architecture 2-10 Logical Standby Database: SQL Apply Architecture 2-12 SQL Apply Process: Architecture 2-13 Real-Time Apply 2-14 Setting the DB_UNIQUE_NAME Parameter 2-16 Specifying Role-Based Destinations 2-17 Combinations for VALID_FOR 2-19 Identifying Destination Settings 2-20 iii

4 Standby Redo Log Configuration 2-21 Using SQL to Add Standby Redo Logs 2-22 Using Enterprise Manager to Add Standby Redo Logs 2-23 Standby Database Modes 2-24 Summary 2-26 Practice 2-1: Architecture Review 2-27 Practice 2-2: Installing the Oracle Management Agent 2-28 Practice 2-3: Configuring Your Primary Database Using Data Guard Broker and Enterprise Manager Objectives 3-2 Features of Data Guard Broker 3-3 Data Guard Broker: Components 3-4 Data Guard Broker: Configurations 3-5 Data Guard Broker: Management Model 3-6 Data Guard Broker: Architecture 3-7 Life Cycle of a Broker Configuration 3-8 Data Guard Broker: Requirements 3-9 Data Guard Broker and the SPFILE 3-11 Data Guard Monitor: DMON Process 3-13 Data Guard Monitor: Configuration File 3-14 Benefits of Using the Data Guard Broker 3-15 Data Guard Broker Interfaces 3-17 Using Oracle Enterprise Manager 10g Grid Control 3-19 Data Guard Overview Page 3-20 Enterprise Manager Metrics and Alerts 3-21 Using Data Guard Metrics 3-22 Managing Data Guard Metrics 3-23 Benefits of Using Enterprise Manager 3-24 Using the Command-Line Interface of the Data Guard Broker 3-25 Summary Creating a Configuration and Physical Standby Database by Using Enterprise Manager Objectives 4-2 Enabling FORCE LOGGING Mode 4-3 Using Enterprise Manager to Create a Broker Configuration 4-5 Creating a Configuration 4-6 Using the Add Standby Database Wizard 4-8 Step 1: Specify the Backup Type 4-9 Step 2: Specify the Backup Options 4-10 iv

5 Step 3: Select the Standby Database Location Instance Name 4-11 Step 3: Select the Standby Database Location Oracle Home 4-12 Step 4: Specify the Standby Database File Locations Access Method 4-13 Step 4: Specify the Standby Database File Locations File Locations 4-14 Step 5: Specify Standby Database Configuration Parameters 4-15 Step 6: Review the Configuration Information 4-16 Standby Database Creation: Processing 4-17 Standby Database Creation: Progress 4-19 Standby Database Creation: Job Details 4-20 Verifying a Configuration 4-21 Reviewing Results of the Verify Operation 4-22 Creating Standby Redo Logs 4-23 Viewing the Data Guard Configuration Status 4-24 Viewing Data Guard Performance 4-25 Summary 4-26 Practice 4: Overview Creating a Physical Standby Database by Using SQL Objectives 5-2 Steps to Create a Physical Standby Database 5-3 Preparing the Primary Database 5-4 Setting Initialization Parameters on the Primary Database 5-5 LOG_ARCHIVE_CONFIG 5-6 LOG_ARCHIVE_DEST_n 5-8 LOCATION and SERVICE Attributes 5-9 LOG_ARCHIVE_DEST_STATE_n 5-10 Specifying Values for DB_FILE_NAME_CONVERT 5-11 Specifying Values for LOG_FILE_NAME_CONVERT 5-12 Specifying a Value for LOG_ARCHIVE_FORMAT 5-13 Specifying a Value for STANDBY_FILE_MANAGEMENT 5-14 ARCHIVE_LAG_TARGET 5-15 LOG_ARCHIVE_TRACE Parameter 5-16 Example: Setting Initialization Parameters on the Primary Database 5-18 Backing Up the Primary Database by Using RMAN 5-19 Creating a Control File for the Standby Database 5-20 Copying Files to the Standby Database System 5-21 Oracle Managed Files (OMF) and Automatic Storage Management (ASM) 5-22 Setting Initialization Parameters on the Standby Database 5-23 Specifying a Value for STANDBY_ARCHIVE_DEST 5-25 Setting Up the Environment to Support the Standby Database 5-26 v

6 Starting the Physical Standby Database 5-28 Additional Configuration Tasks 5-29 Special Note: Standby Database on the Same System 5-31 Summary Configuring Data Protection Modes and Redo Transport Services Objectives 6-2 Data Protection Modes and Redo Transport Modes 6-3 Defining the Redo Transport Mode 6-4 Setting the Redo Transport Mode 6-6 Data Protection Modes 6-8 Maximum Protection 6-9 Maximum Availability 6-10 Maximum Performance 6-11 Setting the Data Protection Mode 6-12 Setting the Data Protection Mode by Using the CLI 6-14 Setting the Protection Mode by Using SQL 6-15 Delaying the Application of Redo 6-16 Using Enterprise Manager to Delay the Application of Redo 6-17 Setting LOG_ARCHIVE_DEST_n to Delay the Application of Redo 6-18 Using Flashback Database Instead of Apply Delay 6-19 Additional Attributes That Affect Redo Transport Services 6-20 Using the ALTERNATE Attribute 6-21 Using the MAX_FAILURE Attribute 6-22 Using the NET_TIMEOUT Attribute 6-23 Using the REOPEN Attribute 6-24 Optimized Asynchronous Redo Transmission 6-25 Enabling Multiple Connections for Remote Archival of Redo 6-26 Summary 6-27 Practice 6: Overview Creating a Logical Standby Database by Using Enterprise Manager Objectives 7-2 Benefits of Implementing a Logical Standby Database 7-3 Securing Your Logical Standby Database 7-5 Preparing to Create a Logical Standby Database 7-6 Unsupported Objects 7-7 Unsupported Data Types 7-8 Checking for Tables with Unsupported Data Types 7-9 Unsupported DDL Commands 7-10 vi

7 Ensuring Unique Row Identifiers 7-11 Adding a Disabled Primary Key RELY Constraint 7-13 Supplemental Logging 7-14 Enabling Supplemental Logging 7-15 Verifying Values of Initialization Parameters 7-16 Creating a Logical Standby Database with Enterprise Manager 7-17 Using the Add Standby Database Wizard 7-18 Step 1: Specifying the Backup Type 7-19 Step 2: Specifying the Backup Options 7-20 Step 3: Selecting the Database Location Instance Name 7-21 Step 4: Specifying the Standby Database File Locations Access Method 7-22 Step 4: Specifying the Standby Database File Locations File Locations 7-23 Step 5: Specifying Standby Database Configuration Parameters 7-24 Step 6: Reviewing the Configuration Information 7-25 Standby Database Creation Processing 7-26 Automatic Deletion of Redo Log Files by SQL Apply 7-27 Enabling and Disabling the Auto-Delete Feature 7-28 Summary 7-29 Practice 7: Overview Creating a Logical Standby Database by Using SQL Objectives 8-2 Preparing to Create a Logical Standby Database 8-3 Creating a Logical Standby Database 8-4 Step 1: Create a Physical Standby Database 8-5 Step 2: Stop Redo Apply on the Physical Standby Database 8-6 Step 3: Prepare the Primary Database to Support a Logical Standby Database 8-7 Step 4: Build a LogMiner Dictionary in the Redo Data 8-8 Step 5: Transition to a Logical Standby Database 8-9 Step 6: Open the Logical Standby Database 8-10 Step 7: Verify That the Logical Standby Database Is Performing Properly 8-11 Additional Configuration Tasks 8-13 Summary Performing Switchover and Failover Objectives 9-2 Types of Roles in an Oracle Data Guard Configuration 9-3 Role Management Services 9-4 Role Transitions: Switchover and Failover 9-5 Choosing the Best Role Transition Operation 9-7 Switchover 9-8 vii

8 Switchover: Before 9-9 Switchover: After 9-10 Standby Redo Logs and Switchovers 9-11 Preparing for a Switchover 9-12 Performing a Switchover by Using Enterprise Manager 9-13 Performing a Switchover to a Physical Standby by Using SQL 9-16 Performing a Switchover to a Logical Standby by Using SQL 9-18 Considerations When Performing a Switchover to a Logical Standby Database 9-23 Situations That Prevent a Switchover 9-24 Failover 9-25 Failover Considerations 9-26 Performing a Failover by Using Enterprise Manager 9-27 Performing a Failover to a Physical Standby Database 9-31 Performing a Failover to a Logical Standby Database 9-32 Performing a Failover to a Physical Standby Database by Using SQL 9-33 Performing a Failover to a Logical Standby Database by Using SQL 9-36 Activating a Standby Database 9-38 Restoring Databases After a Role Transition 9-39 Flashback Through Standby Database Role Transitions 9-40 Using Flashback Database After Failover 9-41 Summary 9-44 Practice 9: Overview Enabling Fast-Start Failover Objectives 10-2 Fast-Start Failover: Overview 10-3 When Will Fast-Start Failover Occur? 10-4 Installing the Observer 10-5 Configuring Fast-Start Failover 10-6 Step 1: Specifying the Target Standby Database 10-7 Step 2: Setting the Fast-Start Failover Threshold 10-8 Step 3: Enabling Fast-Start Failover 10-9 Step 4: Starting the Observer Step 5: Verifying the Configuration Viewing Information Prohibited Operations After Enabling Fast-Start Failover Disabling Fast-Start Failover Using the FORCE Option Stopping the Observer Performing Role Changes Performing a Manual Failover viii

9 Automatic Reinstatement After Fast-Start Failover Manually Reinstating the Database Using Enterprise Manager to Enable Fast-Start Failover Changing the Protection Mode and Disabling Fast-Start Failover Using Enterprise Manager to Disable Fast-Start Failover Using Enterprise Manager to Suspend Fast-Start Failover Summary Practice 10: Overview Using Data Guard in a Real Application Clusters Configuration Objectives 11-2 Real Application Clusters and Data Guard 11-3 Configuration Considerations with RAC 11-4 Multi-Instance Primary Database with a Single-Instance Standby Database 11-6 Multi-Instance Primary Database with a Multi-Instance Standby Database 11-7 Redo Transport with RAC to RAC 11-8 Setting Up a Primary Database with RAC 11-9 Setting Up a Standby Database with RAC Assigning Threads to Standby Redo Log Groups Apply Instance Failover Role Transitions with RAC Troubleshooting Summary Other Considerations for Oracle Data Guard Objectives 12-2 Offloading Backups to a Physical Standby 12-3 Using RMAN to Back Up a Physical Standby Database 12-4 Restrictions and Usage Notes 12-5 Backup and Recovery of a Logical Standby Database 12-6 Flashback Across Database Changes 12-7 Using Flashback Database and Real-Time Apply 12-8 Using Flashback Database After RESETLOGS 12-9 Enabling Redo Encryption Activating a Physical Standby Database for Reporting Cascaded Redo Log Destinations Configuring Cascaded Redo Log Destinations: Physical Standby Role Transitions with Cascaded Redo Log Destinations Summary ix

10 13 Workshop Objectives 13-2 Workshop Premise 13-3 Workshop Flow 13-4 Workshop Scenarios 13-5 Summary 13-8 Appendix A: Practices and Solutions x

Oracle Database 10g: Data Guard Administration

Oracle Database 10g: Data Guard Administration Oracle Database 10g: Data Guard Administration Student Guide D17316GC11 Edition 1.1 January 2005 D40345 Authors Donna Keesling Ric Van Dyke Technical Contributors and Reviewers Christopher Andrews Larry

More information

Oracle Database 11g: Data Guard Administration

Oracle Database 11g: Data Guard Administration D52161GC30 Edition 3.0 May 2010 D67578 Oracle Database 11g: Data Guard Administration Student Guide Authors Mark Fuller Donna K. Keesling Technical Contributors and Reviewers Todd Bao Harald van Breederode

More information

Oracle Database 10g: New Features for Release 2 Overview Seminar

Oracle Database 10g: New Features for Release 2 Overview Seminar Oracle Database 10g: New Features for Release 2 Overview Seminar Student Guide D22139GC10 Edition 1.0 November 2005 D22563 Authors Christine Jeal Jean-Francois Verrier Technical Contributors and Reviewers

More information

Oracle Database 11g: Backup and Recovery Workshop

Oracle Database 11g: Backup and Recovery Workshop Oracle Database 11g: Backup and Recovery Workshop Student Guide D71862GC10 Edition 1.0 March 2011 D72508 Authors Donna Keesling James Spiller Technical Contributors and Reviewers Christopher D. Andrews

More information

Oracle Database 11g: Oracle Secure Backup

Oracle Database 11g: Oracle Secure Backup Oracle Database 11g: Oracle Secure Backup Volume I Student Guide D57258GC10 Edition 1.0 March 2009 Part Number Author Maria Billings Technical Contributors and Reviewers Christian Bauwens Donna Cooksey

More information

Oracle Database 10g: Implement and Administer a Data Warehouse

Oracle Database 10g: Implement and Administer a Data Warehouse Oracle Database 10g: Implement and Administer a Data Warehouse Student Guide Volume 1 D18957GC10 Edition 1.0 November 2005 D22685 Authors Donna Keesling Jean Francois Verrier Jim Womack Technical Contributors

More information

Oracle Database 12c: Install and Upgrade Workshop

Oracle Database 12c: Install and Upgrade Workshop Oracle Database 12c: Install and Upgrade Workshop Student Guide D77766GC10 Edition 1.0 July 2013 D82686 Authors Donna Keesling Dominique Jeunot James Spiller Technical Contributors and Reviewers Roy Swonger

More information

Oracle Database 10g: Implementing Database Vault

Oracle Database 10g: Implementing Database Vault Oracle Database 10g: Implementing Database Vault Student Guide D44719GC10 Edition 1.0 August 2006 D47175 Authors Tom Best James Spiller Technical Contributors and Reviewers Tom Bolick Harald van Breederode

More information

Oracle Database 11g: RAC Administration

Oracle Database 11g: RAC Administration Oracle Database 11g: RAC Administration Student Guide D50311GC40 Edition 4.0 December 2012 D78200 Authors James Womack James Spiller Technical Contributors and Reviewers Christopher Andrews Christian Bauwens

More information

Oracle Database 12c: High Availability New Features

Oracle Database 12c: High Availability New Features Oracle Database 12c: High Availability New Features Student Guide D79794GC10 Edition 1.0 July 2013 D82517 Authors Peter Fusek Anupama Mandya Mark Fuller Jim Womack Technical Contributors and Reviewers

More information

Oracle Database 12c: Data Guard Administration

Oracle Database 12c: Data Guard Administration Oracle University Contact Us: + 38516306373 Oracle Database 12c: Data Guard Administration Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration Ed 1 training teaches

More information

Oracle Warehouse Builder 10g: New Features

Oracle Warehouse Builder 10g: New Features Oracle Warehouse Builder 10g: New Features Volume I - Student Guide D44808GC10 Edition 1.0 July 2006 D46761 Author Richard Green Technical Contributors and Reviewers David Allan Herbert Bradbury Sharath

More information

Oracle 12c Dataguard Administration (32 Hours)

Oracle 12c Dataguard Administration (32 Hours) Oracle 12c Dataguard Administration (32 Hours) Course Topics Introduction to Oracle Data Guard What Is Oracle Data Guard? Types of Standby Databases Types of Data Guard Services Role Transitions: Switchover

More information

Oracle Database 12c: Dataguard Administration

Oracle Database 12c: Dataguard Administration Oracle Database 12c: Dataguard Administration Intended Audience:DBA/Support Engineer/Technical Consultant Pre-Requisites:Practical Knowledge on Database Administration/Linux Operating System Fundamentals

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Oracle Database 10g: PL/SQL Fundamentals

Oracle Database 10g: PL/SQL Fundamentals Oracle Database 10g: PL/SQL Fundamentals Volume 1 Student Guide D17112GC21 Edition 2.1 December 2006 D48243 Authors Tulika Srivastava Sunitha Patel Technical Contributors and Reviewers Chaitanya Koratamaddi

More information

Oracle Service Bus 10g R3: System Administration

Oracle Service Bus 10g R3: System Administration Oracle Service Bus 10g R3: System Administration Student Guide D56301GC11 Edition 1.1 November 2010 D69775 Authors Bill Bunch Bijoy Choudhury Swarnapriya Shridhar Technical Contributor and Reviewer Tom

More information

Oracle Database 12c: Data Guard Administration LVC

Oracle Database 12c: Data Guard Administration LVC Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Oracle Database 12c: Data Guard Administration LVC Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration

More information

CO Oracle Database 11g: Data Guard Administration

CO Oracle Database 11g: Data Guard Administration CO-52161 Oracle Database 11g: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

Oracle Hyperion Data Relationship Management Administration Activity Guide

Oracle Hyperion Data Relationship Management Administration Activity Guide Oracle Hyperion Data Relationship Management 11.1.1 Administration Activity Guide D56817GC10 Edition 1.0 April 2009 D59184 Authors Jody Glover Sergiy Pecherskyy Technical Contributors and Reviewers Matt

More information

Oracle Warehouse Builder 10g: Administration

Oracle Warehouse Builder 10g: Administration Oracle Warehouse Builder 10g: Administration Volume I Student Guide D44810GC10 Edition 1.0 January 2007 D49160 Authors Puja Singh Richard Green Technical Contributors and Reviewers David Allan Sharath

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC20 Edition 2.0 May 2011 D73030 Author Jeff Gorton Copyright 2011, Oracle and/or it affiliates. All rights reserved. Disclaimer Technical Contributors and

More information

Oracle Database 10g: Using OLAP

Oracle Database 10g: Using OLAP Oracle Database 10g: Using OLAP Student Guide D17505GC20 Production 2.0 April 2006 D45765 Authors Brian Pottle Kevin Lancaster Nancy Greenberg Technical Contributors and Reviewers Stuart Bunby Marty Gubar

More information

Oracle WebLogic Server 11g: Overview for WLS Administrators

Oracle WebLogic Server 11g: Overview for WLS Administrators Oracle WebLogic Server 11g: Overview for WLS Administrators Student Guide D60811GC10 Edition 1.0 July 2009 D61310 Authors Steve Friedberg T J Palazzolo Shankar Raman Technical Contributors and Reviewers

More information

Oracle Application Server 10g R2: Administration II

Oracle Application Server 10g R2: Administration II Oracle Application Server 10g R2: Administration II Student Guide Volume 1 D16509GC30 Edition 3.0 October 2006 D47633 Authors Ramaa Mani Shankar Raman Technical Contributors and Reviewers Celia Antonio

More information

Oracle VM Server for x86: Administration

Oracle VM Server for x86: Administration Oracle VM Server for x86: Administration Student Guide D85765GC10 Edition 1.0 August 2014 D87627 Author Michele Lemieux Dady Editors Daniel Milne Vijayalakshmi Narasimhan Graphic Designer Divya Thallap

More information

Oracle Application Express: Administration Student Guide

Oracle Application Express: Administration Student Guide Oracle Application Express: Administration Student Guide D56361GC10 Edition 1.0 June 2011 D73408 Author Salome Clement Technical Contributors and Reviewers Veerabhadra Rao Putrevu Manish Pawar Chaitanya

More information

Oracle BI Publisher 11g R1: Fundamentals

Oracle BI Publisher 11g R1: Fundamentals Oracle BI Publisher 11g R1: Fundamentals Volume I Student Guide D68420GC10 Edition 1.0 June 2011 D73304 Authors Lea Shaw Sindhu Rao Technical Contributors and Reviewers Timothy McGlue Nikos Psomas Pradeep

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Student Guide Volume I D17108GC21 Edition 2.1 December 2006 D48183 Authors Chaitanya Koratamaddi Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott

More information

Oracle VM Administration: Oracle VM Server for x86 Student Guide

Oracle VM Administration: Oracle VM Server for x86 Student Guide Oracle VM Administration: Oracle VM Server for x86 Student Guide D74549GC10 Edition 1.0 April 2012 D76950 Author Michele Dady Editors Aju Kumar Anwesha Ray Graphic Designer Satish Bettegowda Publishers

More information

1Z Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions

1Z Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions 1Z0-066 Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-066 Exam on Oracle Database 12c - Data Guard Administration... 2 Oracle 1Z0-066

More information

Oracle WebLogic Server 12c: JMS Administration Student Guide

Oracle WebLogic Server 12c: JMS Administration Student Guide Oracle WebLogic Server 12c: JMS Administration Student Guide D80844GC10 Edition 1.0 July 2013 D82749 Author TJ Palazzolo Technical Contributors and Reviewers Bill Bell Mark Lindros Will Lyons Tom Barnes

More information

Oracle BI Publisher 10g R3: Fundamentals

Oracle BI Publisher 10g R3: Fundamentals Oracle BI Publisher 10g R3: Fundamentals Student Guide D53147GC10 Edition 1.0 February 2008 D54122 Authors Padmaja Mitravinda Brian Pottle Technical Contributors and Reviewers Leta Davis Tim Dexter Mike

More information

UNIX and Linux Essentials Student Guide

UNIX and Linux Essentials Student Guide UNIX and Linux Essentials Student Guide D76989GC10 Edition 1.0 June 2012 D77816 Authors Uma Sannasi Pardeep Sharma Technical Contributor and Reviewer Harald van Breederode Editors Anwesha Ray Raj Kumar

More information

Oracle Database 11g: SQL Tuning Workshop. Student Guide

Oracle Database 11g: SQL Tuning Workshop. Student Guide Oracle Database 11g: SQL Tuning Workshop Student Guide D52163GC10 Edition 1.0 June 2008 Author Jean-François Verrier Technical Contributors and Reviewers Muriel Fry (Special thanks) Joel Goodman Harald

More information

Oracle Adaptive Access Manager: Administration Student Guide

Oracle Adaptive Access Manager: Administration Student Guide Oracle Adaptive Access Manager: Administration Student Guide D70569GC10 Edition 1.0 October 2008 D56328 Authors Steve Friedberg Shankar Raman Technical Contributors and Reviewers Philip Garm Steve Jackle

More information

Oracle Application Testing Suite: Introduction Student Guide

Oracle Application Testing Suite: Introduction Student Guide Oracle Application Testing Suite: Introduction Student Guide D55447GC10 Edition 1.0 August 2008 D55981 Copyright 2008, Oracle. All rights reserved. Disclaimer This document contains proprietary information

More information

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide D21723GC20 Production 2.0 July 2006 D46774 Author Danny Lau Technical Contributors and Reviewers David Aspinwall Percy Chan

More information

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Oracle Database 10g: PL/SQL Fundamentals

Oracle Database 10g: PL/SQL Fundamentals Oracle Database 10g: PL/SQL Fundamentals Volume I Student Guide D17112GC30 Edition 3.0 April 2009 D59413 Authors Salome Clement Sunitha Patel Tulika Srivastava Technical Contributors and Reviewers Brian

More information

CO Oracle Database 12c: Data Guard Administration

CO Oracle Database 12c: Data Guard Administration CO-79232 Oracle Database 12c: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability MAA / Data Guard 10g Release 2 Setup Guide Creating a RAC Logical Standby for a RAC Primary Oracle Maximum Availability Architecture White Paper May 2006 Maximum Availability Architecture Oracle Best Practices

More information

Oracle Service Bus 10g R3: Design & Integrate Services for SOA

Oracle Service Bus 10g R3: Design & Integrate Services for SOA Oracle Service Bus 10g R3: Design & Integrate Services for SOA Student Guide D56299GC11 Edition 1.1 November 2010 D69834 Authors Bill Bunch Tom Hardy Technical Contributors and Reviewer s Werner Bauer

More information

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Table of Contents Introduction 1 Overview 2 Prerequisites 2 Deploying Recovery Appliances with

More information

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide D76689GC10 Edition 1.0 March 2013 D81509 Author Elio Bonazzi Editors Smita Kommini Raj Kumar Richard Wallis Graphic Designer Rajiv

More information

Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide

Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide D21723GC10 Edition 1.0 February 2006 D44801 Author Danny Lau Technical Contributors and Reviewers Susan Cheung Joe Chung Phil

More information

Oracle BPM 10g R3 Programming 1 Essentials

Oracle BPM 10g R3 Programming 1 Essentials Oracle BPM 10g R3 Programming 1 Essentials Volume I Student Guide D55633GC10 Edition 1.0 March 2009 D58927 Authors Jill Moritz Kenny Somerville Technical Contributors and Reviewers Fernando Dobladez Carolina

More information

Oracle Database 10g: New Manageability Features

Oracle Database 10g: New Manageability Features Oracle Database 10g: New Manageability Features Student Guide D17030GC10 Edition 1.0 September 2003 D38639 Author Lex de Haan Technical Contributors and Reviewers Jean-Francois Verrier Christine Jeal Martin

More information

Oracle Forms Developer 10g: Move to the Web

Oracle Forms Developer 10g: Move to the Web Oracle Forms Developer 10g: Move to the Web Student Guide D17364GC10 Edition 1.0 December 2005 D22796 Author Pam Gamer Technical Contributors and Reviewers Charles Bryant Orlando Cordero Kathryn Cunningham

More information

Oracle WebCenter Sites 11g for Developers

Oracle WebCenter Sites 11g for Developers Oracle WebCenter Sites 11g for Developers Student Guide D78300GC10 Edition 1.0 August 2012 D78723 Author Jenny Wongtangswad Technical Contributors and Reviewers Deirdre Duffy Heike Hundt Lee Klement Michael

More information

OracleAS 10g R3: Java Programming

OracleAS 10g R3: Java Programming OracleAS 10g R3: Java Programming Volume I Student Guide D18382GC20 Edition 2.0 April 2007 D50171 Authors Patrice Daux Kate Heap Technical Contributors and Reviewers Ken Cooper C Fuller Vasily Strelnikov

More information

Oracle Communication and Mobility Server: Introduction Student Guide

Oracle Communication and Mobility Server: Introduction Student Guide Oracle Communication and Mobility Server: Introduction Student Guide D52943GC10 Edition 1.0 January 2008 D54065 Author Viktor Tchemodanov Technical Contributors and Reviewers Christer Fahlgren Adam Odessky

More information

Oracle Data Integrator: Administration and Development Volume I Student Guide

Oracle Data Integrator: Administration and Development Volume I Student Guide Oracle Data Integrator: Administration and Development Volume I Student Guide D48459GC30 Edition 3.0 December 2007 D53463 Authors Laura Hofman Miquel FX Nicolas Technical Contributor and Reviewer Sharath

More information

Oracle Warehouse Builder 10g: Implementation Part 2

Oracle Warehouse Builder 10g: Implementation Part 2 Oracle Warehouse Builder 10g: Implementation Part 2 Student Guide D18396GC10 Edition 1.0 June 2006 D46564 Authors Molly Correa Richard Green Technical Contributors and Reviewers David Allan Sharath.Bhujani

More information

MySQL Cluster Student Guide

MySQL Cluster Student Guide MySQL Cluster Student Guide D62018GC11 Edition 1.1 November 2012 D79677 Technical Contributor and Reviewer Mat Keep Editors Aju Kumar Daniel Milne Graphic Designer Seema Bopaiah Publishers Sujatha Nagendra

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: SQL Fundamentals I Volume I Student Guide D49996GC11 Edition 1.1 April 2009 D59980 Authors Puja Singh Brian Pottle Technical Contributors and Reviewers Claire Bennett Tom Best Purjanti

More information

Oracle Application Server 10g R3: Administration

Oracle Application Server 10g R3: Administration Oracle Application Server 10g R3: Administration Volume I Student Guide D44381GC10 Production 1.0 July 2006 D46707 Author Saurabh Banerjee Technical Contributors and Reviewers Celia Antonio Mary Bryksa

More information

Oracle Data Guard B

Oracle Data Guard B Oracle Data Guard Concepts and Administration 10g Release 2 (10.2) B14239-01 June 2005 This guide describes Oracle Data Guard concepts and helps you implement and manage standby databases to ensure high

More information

OracleAS 10g R3: Build J2EE Applications II

OracleAS 10g R3: Build J2EE Applications II OracleAS 10g R3: Build J2EE Applications II Volume I Student Guide D18380GC10 Edition 1.0 April 2006 D45763 Authors David Loo Glenn Stokol Technical Contributors and Reviewers Michael Burke Dr. Ken Cooper

More information

Oracle Data Integrator 11g: Advanced Integration and Development Student Guide

Oracle Data Integrator 11g: Advanced Integration and Development Student Guide Oracle Data Integrator 11g: Advanced Integration and Development Student Guide D78191GC10 Edition 1.0 Febraury 2013 D80589 Author Viktor Tchemodanov Technical Contributors and Reviewers Denis Gray Alex

More information

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I D64974GC20 Edition 2.0 September 2012 D78954 Author Richard Green Technical Contributors and Reviewers Alex Kotopoulis

More information

Oracle 11g: XML Fundamentals

Oracle 11g: XML Fundamentals Oracle 11g: XML Fundamentals Student Guide D52500GC10 Edition 1.0 December 2007 D53762 Authors Chaitanya Koratamaddi Salome Clement Technical Contributors and Reviewers Bijoy Choudhury Isabelle Cornu Ken

More information

Oracle Content Server 11g: Administration

Oracle Content Server 11g: Administration Oracle Content Server 11g: Administration Volume I Student Guide D63093GC10 Edition 1.0 June 2011 D68962 Authors Saskia Nehls Marsha Hancock Deepa Pottangadi Technical Contributors and Reviewers Vijay

More information

Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide

Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide D46789GC10 Edition 1.0 April 2007 D50237 Author Danny Lau Technical Contributors and Reviewers Rohan Aranha David Aspinwall

More information

Oracle Database 12c: Administration Workshop

Oracle Database 12c: Administration Workshop Oracle Database 12c: Administration Workshop Student Guide Volume I D78846GC10 Edition 1.0 July 2013 D82566 Authors Donna K. Keesling James L. Spiller Technical Contributors and Reviewers Darryl Balaski

More information

Oracle 10g: Java Programming

Oracle 10g: Java Programming Oracle 10g: Java Programming Volume 1 Student Guide D17249GC12 Edition 1.2 July 2005 D19367 Author Kate Heap Technical Contributors and Reviewers Ken Cooper Brian Fry Jeff Gallus Glenn Maslen Gayathri

More information

E Oracle 10g Java Bootcamp I v1

E Oracle 10g Java Bootcamp I v1 E Oracle 10g Java Bootcamp I v1 Student Guide Volume 1 D22059GC10 Edition 1.0 October 2005 D22281 Authors Jeff Gallus Glenn Stokol Editor Gayathri Rajagopal Technical Contributors and Reviewers Kenneth

More information

Sun Virtualization: Solaris 10 Containers Administration

Sun Virtualization: Solaris 10 Containers Administration Sun Virtualization: Solaris 10 Containers Administration Student Guide SA-355-S10 Rev A.1 D61772GC11 Edition 1.1 D65087 Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Student Guide Volume 1 D80149GC10 Edition 1.0 July 2013 D82757 Authors Bill Bell Elio Bonazzi TJ Palazzolo Steve Friedberg Technical Contributors and Reviewers

More information

Oracle Database 10g: 2 Day DBA for Windows

Oracle Database 10g: 2 Day DBA for Windows Oracle Database 10g: 2 Day DBA for Windows Student Guide D18422GC10 Edition 1.0 May 2005 D41682 Author Donna K. Keesling Technical Contributors and Reviewers Lothar Auert Robert Bungenstock Jose Marco-Dominguez

More information

Creation of a physical Standby Database using OEM GC

Creation of a physical Standby Database using OEM GC Creation of a physical Standby Database using OEM GC Author: Rob Zoeteweij Date: July 19, 2010 http://oemgc.wordpress.com In this paper I will show how easy it is to create a physical Standby Database.

More information

Oracle Database 11g: Use XML DB

Oracle Database 11g: Use XML DB Oracle Database 11g: Use XML DB Volume I Student Guide D52498GC10 Edition 1.0 July 2008 D55322 Authors Chaitanya Koratamaddi Salome Clement Technical Contributors and Reviewers Drew Adams Coby Adams Rohan

More information

Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide

Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide D66523GC20 Edition 2.0 September 2012 D79012 Author Steve Friedberg Technical Contributors and Reviewers Mack Bell Chris Lawless Sue Jang

More information

E Oracle 10g Java Bootcamp II v1

E Oracle 10g Java Bootcamp II v1 E Oracle 10g Java Bootcamp II v1 Volume I Student Guide D22061GC10 Edition 1.0 October 2005 D22332 Author Lynn Munsinger Sunitha Patel Technical Contributors and Reviewers Anna Atkinson Scott Brewton Kenneth

More information

Oracle Data Modeling and Relational Database Design Volume I Student Guide

Oracle Data Modeling and Relational Database Design Volume I Student Guide Oracle Data Modeling and Relational Database Design Volume I Student Guide D56497GC10 Edition 1.0 May 2010 D67007 Author Marcie Young Technical Contributors and Reviewer s Sue Harper Philip Stoyanov Nancy

More information

Oracle GoldenGate 11g Fundamentals for Oracle

Oracle GoldenGate 11g Fundamentals for Oracle Oracle GoldenGate 11g Fundamentals for Oracle Student Guide D66519GC10 Edition 1.0 February 2011 D72291 Disclaimer This document contains proprietary information and is protected by copyright and other

More information

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I Oracle SQL Tuning for Developers Workshop Student Guide - Volume I D73549GC10 Edition 1.0 October 2012 D78799 Authors Sean Kim Dimpi Rani Sarmah Technical Contributors and Reviewers Nancy Greenberg Swarnapriya

More information

Oracle Exalogic Elastic Cloud 2.x: System Administration

Oracle Exalogic Elastic Cloud 2.x: System Administration Oracle Exalogic Elastic Cloud 2.x: System Administration Student Guide D77799GC20 Edition 2.0 April 2014 D85909 Author TJ Palazzolo Technical Contributors and Reviewers Jose Alvarez Diganta Choudhury Rick

More information

Oracle Spatial: Advanced Student Guide

Oracle Spatial: Advanced Student Guide Oracle Spatial: Advanced Student Guide D56784GC10 Edition 1.0 February 2009 D58425 Authors Daniel Geringer Puja Singh Technical Contributors and Reviewers Daniel Abugov Christian Bauwens William Beauregard

More information

Oracle Data Guard. Concepts and Administration 11g Release 1 (11.1) B

Oracle Data Guard. Concepts and Administration 11g Release 1 (11.1) B Oracle Data Guard Concepts and Administration 11g Release 1 (11.1) B28294-03 August 2008 Oracle Data Guard Concepts and Administration, 11g Release 1 (11.1) B28294-03 Copyright 1999, 2008, Oracle. All

More information

Oracle Spatial 10g: Advanced

Oracle Spatial 10g: Advanced Oracle Spatial 10g: Advanced Volume I Student Guide D18959GC20 Edition 2.0 November 2005 D22663 Author Daniel Abugov Daniel Geringer Technical Contributors and Reviewers Thomas Hoogerwerf Christine Jeal

More information

Oracle SOA Suite 10g R3: Administration. Student Guide

Oracle SOA Suite 10g R3: Administration. Student Guide Oracle SOA Suite 10g R3: Administration Student Guide D53181GC10 Edition 1.0 January 2009 Authors Ramaa Mani Saurabh Banerjee Technical Contributors and Reviewers Todd Bao David Berry Steve Button Bijoy

More information

Sun Java System Application Server 8.1: Administration & Deployment

Sun Java System Application Server 8.1: Administration & Deployment Sun Java System Application Server 8.1: Administration & Deployment Student Guide - Volume I IAS-4444 Rev A D62040GC10 Edition 1.0 D63846 Copyright 2006, 2009, Oracle and/or its affiliates. All rights

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server Release 1 (2.0.1.0.0) E10003-02 February 2008 This document provides a brief description about the Oracle

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Management Agent Release Notes for HP-UX Itanium 10g Release 2 (10.2.0.1) B28767-01 April 2006 These Release Notes identify differences between the delivered Oracle Enterprise

More information

Oracle Enterprise Manager. Description. Versions Supported. System Monitoring Plug-in Installation Guide for EMC CLARiiON System Release 5 (

Oracle Enterprise Manager. Description. Versions Supported. System Monitoring Plug-in Installation Guide for EMC CLARiiON System Release 5 ( Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for EMC System Release 5 (1.0.3.0.0) E10505-01 August 2007 This document provides a brief description about the Oracle System Monitoring

More information

System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 ( ) Versions Supported

System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 ( ) Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 (2.1.2.1.0) B28047-03 April 2007 This document provides a brief description

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle BI 11g R1: Build Repositories Volume I - Student Guide D63514GC11 Edition 1.1 June 2011 D73309 Author Jim Sarokin Technical Contributors and Reviewers Marla Azriel Roger Bolsius Bob Ertl Alan Lee

More information

Oracle Data Guard Concepts and Administration. 12c Release 1(12.1)

Oracle Data Guard Concepts and Administration. 12c Release 1(12.1) Oracle Data Guard Concepts and Administration 12c Release 1(12.1) E48552-08 July 2017 Oracle Data Guard Concepts and Administration, 12c Release 1(12.1) E48552-08 Copyright 1999, 2017, Oracle and/or its

More information

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for IBM DB2 Database Release 5 (3.0.1.0.0) E10488-01 August 2007 This document provides a brief description about the Oracle System

More information

Java Programming Language

Java Programming Language Java Programming Language Additional Material SL-275-SE6 Rev G D61750GC10 Edition 1.0 D62603 Copyright 2007, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Oracle Enterprise Single Sign-on Kiosk Manager

Oracle Enterprise Single Sign-on Kiosk Manager Oracle Enterprise Single Sign-on Kiosk Manager User s Guide Release 10.1.4.0.3 E10338-01 June 2007 Oracle Enterprise Single Sign-on Kiosk Manager User s Guide, Release 10.1.4.0.3 E10338-01 Copyright 2006-2007,

More information

Oracle Data Guard. Concepts and Administration 10g Release 1 (10.1)

Oracle Data Guard. Concepts and Administration 10g Release 1 (10.1) Oracle Data Guard Concepts and Administration 10g Release 1 (10.1) Part No. B10823-01 December 2003 This guide describes Oracle Data Guard concepts and helps you implement and manage standby databases

More information

Oracle Data Guard Concepts and Administration. 12c Release 2 (12.2)

Oracle Data Guard Concepts and Administration. 12c Release 2 (12.2) Oracle Data Guard Concepts and Administration 12c Release 2 (12.2) E85767-01 May 2017 Oracle Data Guard Concepts and Administration, 12c Release 2 (12.2) E85767-01 Copyright 1999, 2017, Oracle and/or its

More information

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007 Siebel Application Deployment Manager Guide Version 8.0, Rev. A April 2007 Copyright 2005, 2006, 2007 Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 10 (2.1.2.1.0) E14542-01 April 2009 Microsoft Active Directory, which is included with Microsoft

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC30 Edition 3.0 January 2017 D89524 Learn more from Oracle University at education.oracle.com Authors Mark Lewin Jeremy Smyth Technical Contributors and Reviewers

More information

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc.

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc. Data Guard: Setup and Administration By Ashok Kapur. Agenda Introduction New Features Logical and Physical Standby Databases Setup Physical and Logical Standby Databases Administration including Switchover

More information

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases?

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? Volume: 92 Questions Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? A. DB_UNIQUE_NAME must be specified differently for each pluggable database within

More information

Oracle Data Guard Broker. 18c

Oracle Data Guard Broker. 18c Oracle Data Guard Broker 18c E83845-01 February 2018 Oracle Data Guard Broker, 18c E83845-01 Copyright 1999, 2018, Oracle and/or its affiliates. All rights reserved. Primary Author: Kathy Rich Contributors:

More information