16. November >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems

Size: px
Start display at page:

Download "16. November 2014. >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems"

Transcription

1 16. November 2014 >BEST PRACTICES FOR ORACLE HIGH AVAILABILITY WITH DATA GUARD TECHNOLOGY Mila Friedman, Lufthansa Systems

2 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATAGUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 2

3 >ABOUT LUFTHANSA SYSTEMS Full Service Provider includes consulting, development and implementation of customized industry solutions and operation of applications in the company's own data centers Leading position in the global aviation industry Leading position in cloud computing About employs Offices in Germany and in 16 other countries High-performance data center network with data centers in Kelsterbach near Frankfurt as well as in London, Dallas and Singapore 300 airlines and 150 customers from other Industries About 50 Physical Data Guard Systems Folie 3

4 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATAGUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 4

5 >BEFORE YOUR START Customer requesting and technical requirements Recovery Point Objective (RPO) Is data loss acceptable if the primary site fails? If yes, how much data loss can be tolerated? What is the network bandwidth and latency between primary and standby databases? How far is your standby database from the primary database? Recover Time Objective (RTO) Preventing user errors that my occur at the primary database from reflecting to the standby database ("Delay")? Can Application reconnect automatically after Database Failover? Another use of the standby database Active Data Guard (up Oracle 11g and upwards) Snapshot Database (up Oracle 11g and upwards) Rolling Upgrade Folie 5

6 > BEFORE YOUR START Protection Mode MAXIMUM PROTECTION More then one standby database requested MAXIMUM AVAILABILITY Impact on primary database performance. Up Oracle 12C Fast Sync (SYNC NOAFFIRM) is possible MAXIMUM PERFORMANCE (DEFAULT) LGWR process does not wait for each network I/O to complete before proceeding. Data loss can occur. Folie 6

7 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATA GUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 7

8 >IMPLEMENTING PHYSICAL ORACLE DATA GUARD 1. PRIMARY DATABASE PREPARATION (use the Oracle Standard Documentation or Doc ID to set all necessary steps) Some Parameter Setting Recommendation: DB_CREATE_ONLINE_LOG_DEST_1: Create redologs/standby redologs on the separately filesystem AIX: mount option cio, block size 512 bytes LINUX: mount option dio, block size 1096 bytes OMF Format CONTROL_FILE_RECORED_KEEP_TIME=30 DISK_ASYNCH_IO=TRUE (default) when OS can support LOCAL_LISTENER when you use none default listener port Folie 8

9 >IMPLEMENTING PHYSICAL ORACLE DATA GUARD Flashback Configuration DB_RECOVERY_FILE_DEST DB_RECOVERY_FILE_DEST_SIZE dependes of the database activities (90% from file system size) DB_FLASHBACK_RETENTION_TARGET=60 LOG_ARCHIVE_DEST_2 dependes of the protection Mode Net_timeout = 30 sec (default), not lower The Parameters to prevent database corruption Oracle Versions >= DB_ULTRA_SAFE=DATA_AND_INDEX Unless this is a high performance OLTP DB with many SQLs running <1-2ms The use DB_ULTRA_SAFE=DATA_ONLY Oracle Versions <= DB_ULTRA_SAFE = OFF DB_BLOCK_CHECKING = FULL. DB_LOST_WRITE_PROTECT = NONE. DB_BLOCK_CHECKSUM = FULL Folie 9

10 >IMPLEMENTING PHYSICAL ORACLE DATA GUARD 2. CREATING OF PHYSICAL STANDBY DATABASE Create all requested missed directories on the standby server Create pfile on the primary database and copy it to the standby server Change the Init Parameters for Standby Database Copy of orapwd from production server to the standby server Create spfile from pfile and start standby in nomount status Create new standby database using RMAN Oracle 10g primary database backup is necessary up Oracle 11g - RMAN duplicate from active database Folie 10

11 >IMPLEMENTING PHYSICAL ORACLE DATA GUARD RMAN: DUPLICATE FROM ACTIVE DATABASE Oracle 11.2: DUPLICATE FROM ACTIVE DATABASE uses datafiles image copies which does not support section size, compression No string for the target connection Only "push" technique (DUPLICATE FROM ACTIVE DATABASE only from primary) Oracle 12.1: DUPLICATE FROM ACTIVE DATABASE USING COMPRESSED BACKUPSET "Pull" technique (DUPLICATE FROM ACTIVE DATABASE from standby) with backup sets A net string for the target connect Folie 11

12 >IMPLEMENTING PHYSICAL ORACLE DATAGUARD RMAN: TESTING RMAN DUPLICATE for Oracle 12C Connection from Primary Connection from the Standby (script started on Standby) Connection from Primary using COMPRESSED backup sets Connection from Primary using backup sets and 4 parallel streams Connection from primary without backup sets RESULT: By default, backup sets will be used if channels are not specified Backups with backup sets are quicker than without Compressed backups take much more CPU and were much slower Parallel backups are quicker (if the network has sufficient throughput) Folie 12

13 >IMPLEMENTING PHYSICAL ORACLE DATA GUARD 3. ACTIVATE STANDBY DATABASE Check flashback setting on the standby database Standby Redologs Standby redologs should be created on primary and standby databases. Group number of standby redologs: group number of redologs + 1. Size of standby redologs should be equal to the size of redologs Set on Recovery Oracle 10g/11G ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION USING CURRENT LOGFILE; For Oracle 12C Real-Time Apply is default. ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT; Set on Log shipping on the primary database Run Switchover using SQL*Plus before you start to configure Data Guard Broker Folie 13

14 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATA GUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 14

15 >DATA GUARD BROKER It is a centralized management tool that can be used to manage the entire configuration using a GUI (Enterprise Manager) or CLI (DGMGRL) interface. It provides an extensive health check mechanism for the primary database, standby databases and supporting services in the configuration. It reduces the complexity of role management services. Switchover and Failover operations can be performed from a centralized console. Folie 15

16 >DATA GUARD BROKER 1. CONFIGURE SPECIFIC STATIC LISTENER ENTRY (DB_UNIQUE_NAME_DGMGRL) IN THE LISTENER OF EACH INSTANCE. A static entry is needed for the Broker to be able to connect remotely to a database that has been shut down by the Broker during certain operations. They are required for the Broker to complete the following operations: Switchover from the Primary database to a Physical Standby database Reinstatement of failed Primary database after a manual or automatic failover has occurred. Conversion of a Snapshot Standby database back to a Physical Standby database. ORA will occur during switchover in the case of the wrong listener configuration Folie 16

17 >DATA GUARD BROKER 2. START DATA BROKER Set the broker configuration files on the primary and standby databases on 2 different locations example DG_BROKER_CONFIG_FILE1 = $ORACLE_BASE/ADMIN/<SID>/DGBROKER/DR1<DB_UNIQUE_NAME>.DAT'; DG_BROKER_CONFIG_FILE2 = /ORADATA/<SID>/DGBROKER/DR2<DB_UNIQUE_NAME>.DAT'; Start dataguard broker process (dmon) on the primary and standby databases ALTER SYSTEM SET DG_BROKER_START=TRUE; The broker log file is created in the same directory as the alert log and is named drc<$oracle_sid>.log. Folie 17

18 >DATA GUARD BROKER 3. BROKER CONFIGURATION WITH DGMGRL Create a broker configuration DGMGRL> CONNECT / CREATE CONFIGURATION <configuration name> AS PRIMARY DATABASE IS <database name> CONNECT IDENTIFIER IS <connect identifier>; ADD DATABASE <database name> AS CONNECT IDENTIFIER IS <connect identifier> MAINTAINED AS {PHYSICAL LOGICAL} Enable a broker configuration DGMGRL> ENABLE CONFIGURATION; Check the broker logfile Folie 18

19 >DATA GUARD BROKER Check Configuration DGMGRL> show configuration verbose; Example DGMGRL> SHOW CONFIGURATION VERBOSE; CONFIGURATION - T1201T PROTECTION MODE: MAXAVAILABILITY DATABASES: T1201T_4 - PRIMARY DATABASE T1201T_3 - PHYSICAL STANDBY DATABASE FAST-START FAILOVER: DISABLED CONFIGURATION STATUS: SUCCESS In the case of ERROR and WARNING check drc<$oracle_sid>.log and alert<$oracle_sid>.log to get more information. Folie 19

20 >DATA GUARD BROKER The change of the properties Most changes (check Oracle Documentation to get complete list) need to be made using dgmgrl, otherwise the Broker is not aware of the new values and you'll end up having to drop and recreate the Broker configuration. Example DGMGRL> edit database 'LORA112' set property 'ArchiveLagTarget'=1200; Property "ArchiveLagTarget" updated DGMGRL> edit database 'LORA112_2' set property 'ArchiveLagTarget'=1200; Property "ArchiveLagTarget" updated Folie 20

21 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATAGUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 21

22 >CLIENT FAILOVER OCI Automatic client failover in a Data Guard configuration includes relocating Database Services to new the primary database. Make sure, that service_name used to connect the database is not included in the service_names parameter neither in primary nor in standby database. 1. Create and start new Service on the primary database EXEC DBMS_SERVICE.CREATE_SERVICE( SERVICE_NAME, SERVICE_NAME ); EXEC DBMS_SERVICE.START_SERVICE( SERVICE_NAME ); 2. Configure client TNSNAMES.ORA entry to connect to the database using SERVICE_NAME <SERVICE_NAME>.WORLD = (DESCRIPTION = (CONNECT_TIMEOUT=5)(TRANSPORT_CONNECT_TIMEOUT=3)(RETRY_COUNT=3) (only for Oracle Client up 11Gr2) (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCP)(Host = <Horstname1>)(Port = <Listener_Port>)) (ADDRESS = (PROTOCOL = TCP)(Host = <Horstname2>)(Port = <Listener_Port>)) ) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = <Service_NAME>) ) ) Folie 22

23 >CLIENT FAILOVER 3. Create trigger to start service on on the primary database during startup CREATE OR REPLACE PACKAGE body manage_dgswitch_pkg AS PROCEDURE manage_dgservice as role varchar(30); ora_err varchar(100); active_service number; BEGIN select database_role into role from v$database; if role='primary' then select count(*) into active_service from sys.v_$active_services where name = '&SERVICE_NAME'; if (active_service<1) then dbms_service.start_service('&service_name'); end if; end if; EXCEPTION when others then ora_err := substr(sqlerrm,1,100); execute immediate 'ALTER SESSION SET events ''20099 incident(manage_dgswitch_pkg)''' ; raise_application_error(-20099,ora_err); END manage_dgservice; END manage_dgswitch_pkg; CREATE OR REPLACE TRIGGER manage_dgservice after startup on database BEGIN manage_dgswitch_pkg.manage_dgservice; END; / Folie 23

24 >CLIENT FAILOVER Configure OCI Client Failover, when Application can use only ONE IP address Configure add IP address (VIP) and VIP Listener, that switched to another server during switchover and failover, if the database starts as primary database. This solution is implemented using After startup trigger Folie 24

25 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATAGUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 25

26 >FAST-START FAILOVER CONFIGURATION Health Condition (default) Datafile Offline Corrupted Dictionary Corrupted Controlfile Folie 26

27 >FAST-START FAILOVER CONFIGURATION 1. Determine the protection mode Protection Mode Prerequisites Oracle 10g: Maximum Availability Up Oracle 11g: Maximum Availability, Maximum Performance 2. Specify the target standby database with the FastStartFailoverTarget configuration property Example DGMGRL> edit database 'T1201_2' set property > FastStartFailoverTarget='T1201_3'; DGMGRL> edit database 'T1201_3' set property > FastStartFailoverTarget='T1201_2'; 3. Set The FastStartFailoverLagLimit (only for Maximum Performance Protection Mode) 4. Set FastStartFailoverthreshold metric (default 30 sec) Do not set FastStartFailoverthreshold to low (<30 sec) value Folie 27

28 >FAST-START FAILOVER CONFIGURATION 5. Observer Configuration Observer Tasks Monitors the availability of the primary database and initial FSFO Reinstate new standby database after FSFO Conditions for FSFO Failover By default the observer will initiate failover to the target standby if ALL of the following are true: observer is running observer and the standby both lose contact with the primary observer is still in contact with the standby FastStartFailoverthreshold timeout has elapsed Folie 28

29 >FAST-START FAILOVER CONFIGURATION How Observer Monitoring really works? In below example FastStartFailoverthreshold =30 sec The observer will be pinging SQL Net ping using every few seconds. If a ping takes more than 30/2 seconds then the ping is canceled, the connection is dropped and a new connection made and a new ping sent. So if the primary freezes up for anything more than 15 seconds and then takes more than 15 seconds to open a new connection and answer the 2nd ping, the Observer will see it as dead, even though no errors have been reported. So it then signals the target standby to perform failover. The standby checks how long since it heard from the primary and sure enough it says its more than 30 seconds, though there is no direct evidence for this, just the acknowledgment that it accepted the failover so it must have been more than 30 seconds. Folie 29

30 >FAST-START FAILOVER CONFIGURATION Location The best location, when the observer is located separate from the production and standby data centers and connects to the production and standby database via the same network used by the client application. We install observer on the application server (if it is possible) in the different Environment The Steps to configure Observer on the application server in the different Environment Install the complete Oracle Client Administrator Observer must match the database version Compatibility Matrix (Doc ID ) Configure the tnsnames.ora file on the observer system so that the observer is able to connect to the primary database and the pre-selected target standby database. Configure External Password Store (Note: ) no license for the Advanced Security Option required Folie 30

31 >FAST-START FAILOVER CONFIGURATION Observer stop/start Observer should be started as background process. If you start observer manual using dgmgrl command line and you leave the session, the connection to the database will be lost. From 11.2 onwards, one can use the following command to start observer: dgmgrl -logfile /tmp/observer.log "start observer" & After observer start the new process (dgmglr) will be start Observer start script (here example for Oracle 12C) export ORACLE_BASE=/ora_u01/app/oraagt export TNS_ADMIN=/ora_u01/app/oraagt/admin/network export ORACLE_HOME=/ora_u01/app/oraagt/product/ /client64 # Set up search paths export PATH=$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/openwin/bin:/usr/ccs/bin/:. export BASE_PATH=$PATH export PATH=$ORACLE_HOME/bin:$BASE_PATH dgmgrl -logfile $ORACLE_BASE/Observer/log/ob<DB_NAME>.log /@<db_connect_string> "start observer file='/ora_u01/app/oraagt/product/ /client64/<db_name>.dat'" & Folie 31

32 >FAST-START FAILOVER CONFIGURATION Observer stop script (here example for Oracle 12C) export ORACLE_BASE=/ora_u01/app/oraagt export TNS_ADMIN=/ora_u01/app/oraagt/admin/network export ORACLE_HOME=/ora_u01/app/oraagt/product/ /client64 # Set up search paths export PATH=$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/openwin/bin:/usr/ccs/bin/:. export BASE_PATH=$PATH export PATH=$ORACLE_HOME/bin:$BASE_PATH dgmgrl -logfile $ORACLE_BASE/Observer/log/ob<DB_NAME>.log << eof connect /@<db_connect_string_primary> stop observer; Integrate this script into server runlevel to provide automatic stop/start during server reboot Folie 32

33 >FAST-START FAILOVER CONFIGURATION 6. ENABLE FAST_START_FAILOVER using DGMGRL DGMGRL> connect / Connected as SYSDG. DGMGRL> enable fast_start failover; DGMGRL> show configuration verbose; Configuration Name: T120 Enabled: YES Protection Mode: MaxAvailability Fast-Start Failover: ENABLED Databases: T120_2 - Primary database T120_3 - Physical standby database Fast-Start Failover Threshold: 40 seconds Observer: oragct2 Shutdown Primary: TRUE Current status for "T120": SUCCESS 7. Run Switchover and Failover Tests with the application using DGMGRL Not use the manual Switchover using SQL*Plus, otherwise the Broker is not aware of the new values and you'll end up having to drop and recreate the Broker configuration. Folie 33

34 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATAGUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 34

35 >DATA GUARD ADMINISTRATION The Steps after Failover Startup mount of the new standby database using dgmgrl Observer will reinstate the standby database Check Redo/Apply -Transport Check Cloud-Control Information (if you use it) (The bugs: , ) Check, if flashback set to ON on standby databases Check, if the protection mode is correct Check DataGuard Configuration using dgmgrl Remove all old archivelogs and flashback logs on standby and primary database Folie 35

36 >DATA GUARD ADMINISTRATION Lufthansa Systems RMAN backup concept Configure and activate backup on the primary and secondary sites. If the database_role='primary' the backup will be continued, in another case the script will be finished with "exit 0" There is only one RMAN CATALOG in which the primary database is registered. on the primary side. It is to recommend having a separately backup for the Disaster Recovery Database with separately RMAN CATALOG in the same location. Due to the fact, that standby database cannot be registered in the RMAN CATALOG, register the primary database in the new RMAN CATALOG. This new RMAN CATALOG can be used for backup on the standby database. For the case, that backup is taken from the PRIMARY database, set the following configuration : For the standby database: Oracle 10g: RMAN> CONNECT TARGET RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY; Oracle up 11g RMAN> CONNECT TARGET RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY; For the primary database RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; Folie 36

37 >DATA GUARD ADMINISTRATION Parameter changes Some parameters (e.g ALTER SYSTEM and ALTER DATABASE SET) will be NOT PROPAGATED to the standby database. Online data move (Up Oracle 12C) after datafile move on the primary database the file will be NOT MOVED to new location on the standby database. The steps to do on the standby database: cancel media recovery: alter database recover managed standby database cancel; move datafile ' alter database move datafile '<source location>' to '<taget location>; activate media recovery: alter database recover managed standby database disconnect from session; Configure the job to check the parameter/config differences on on the primary and standby databases. Folie 37

38 >DATA GUARD ADMINISTRATION Active DataGuard (Up Oracle 11g ) Create add service and use "after startup" trigger to handle this service. Set Active DataGuard ALTER DATABASE OPEN; ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION USING CURRENT LOGFILE; Folie 38

39 >DATA GUARD ADMINISTRATION Data Guard Standby-First Patch Apply (up Oracle Database ) The following types of patches are candidates to be Data Guard Standby-First certified: Database home interim patches Exadata bundle patches (e.g. Monthly and quarterly database patches for Exadata) Database patch set updates Folie 39

40 >Agenda ABOUT LUFTHANSA SYSTEMS BEFORE YOUR START IMPLEMENTING PHYSICAL ORACLE DATA GUARD DATA GUARD BROKER CLIENT FAILOVER FAST-START FAILOVER CONFIGURATION(FSFO) DATA GUARD ADMINISTRATION DATA GUARD AND VIRTUALISATION Folie 40

41 >DATA GUARD AND VIRTUALISATION The primary and standby server should run on different physical servers. LINUX VMWARE : Affinity Rules configuration IBM POWER VM: Create the job to check, if the primary and standby LPAs have different "Hardware system identifier" Our Tests (For Oracle 10g/11g/12c) Live Partition Mobility / vmotion with Workload Live Partition Mobility / vmotion with Redo log shipment Workload Live Partition Mobility / vmotion during Fast-Start Failover RESULT: No Virtualization specific problems have been detected Folie 41

42 >THANK YOU FOR YOUR ATTENTION. ANY QUESTIONS? 16. November 2014

Oracle Data Guard Fast Start Failover understood!

Oracle Data Guard Fast Start Failover understood! Oracle Data Guard Fast Start Failover understood! Dr. Martin Wunderli http://www.trivadis.com Principal Consultant Partner Basel Baden Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg

More information

Oracle Data Guard. Caleb Small Caleb@Caleb.com. Puget Sound Oracle Users Group Education Is Our Passion

Oracle Data Guard. Caleb Small Caleb@Caleb.com. Puget Sound Oracle Users Group Education Is Our Passion Oracle Data Guard Caleb Small Caleb@Caleb.com Outline Overview Planning a DataGuard Installation Architecture Setting up DataGuard Managing & Monitoring Crash & Burn Demo Overview Data Guard Concepts Causes

More information

Oracle Data Guard for High Availability and Disaster Recovery

Oracle Data Guard for High Availability and Disaster Recovery Oracle Data Guard for High Availability and Disaster Recovery John Zhong Senior Technical Specialist Global Database Management Group Citigroup and Vice President of American DBAOnline John_j_zhong@yahoo.com

More information

HOW TO. RMAN Restore for Standby 10gR2

HOW TO. RMAN Restore for Standby 10gR2 Author: Martin Decker Date: 8.10.2008 Subject: RMAN Restore for Standby 10gR2 HOW TO RMAN Restore for Standby 10gR2 1 Preparations The existing database MDDB1 should be duplicated as Standby Database MDSTB1

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

More information

Data Guard Fast-Start Failover

Data Guard Fast-Start Failover Data Guard Fast-Start Failover DOAG Regio Stuttgart 18.05.2006 Torsten Rosenwald Torsten.Rosenwald@trivadis.com 2 Data Guard and Maximum Availability > Introduction > Concept / Architecture > Flashback

More information

Deloitte Solutions Network (SNET) Disaster Recovery POC on Amazon EC2

Deloitte Solutions Network (SNET) Disaster Recovery POC on Amazon EC2 Deloitte Solutions Network (SNET Disaster Recovery POC on Amazon EC2 September 2010 Agenda Solutions Network Profile Oracle E-Business Suite R12 POC Amazon Public Cloud Custom Application POC Hybrid Cloud

More information

Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide

Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide Installation Companion Oracle Data Guard on Amazon EC2 Configuration Guide Solutions Network Narender Akula Navin Mudaliar Shakir Aleem Ahmed Sasin Gnanamoorthy September 2010 Table of contents About this

More information

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c has automated table level recovery using RMAN. If you lose a table after user error or get

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows:

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows: How to Recover lost online redo logs? Author A.Kishore If you lose the current online redo log, then you will not be able to recover the information in that online redo log. This is one reason why redo

More information

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance

Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance Oracle Active Data Guard Far Sync Zero Data Loss at Any Distance Oracle Maximum Availability Architecture Best Practices O R A C L E W H I T E P A P E R A U G U S T 2 0 1 4 Table of Contents Introduction

More information

Daniela Milanova Senior Sales Consultant

Daniela Milanova Senior Sales Consultant Daniela Milanova Senior Sales Consultant Oracle Disaster Recovery Solution What is Data Guard? Management, monitoring and automation software infrastructure that protects data against failure, errors,

More information

Database Disaster Recovery using only RMAN Backups

Database Disaster Recovery using only RMAN Backups 12 th Apr, 2010 PURPOSE This paper demonstrates how an Oracle Database can be recovered or reconstructed by using only the RMAN Backup files (from Disks) in case of a complete server crash. CASE STUDY

More information

Backup/Restore Oracle 8i/9i/10g

Backup/Restore Oracle 8i/9i/10g This chapter will describe in details how Software backup your Oracle Database Server and how you can restore an Oracle database using the backup files. Table of Content 1. Requirements 2. Overview 3.

More information

Disaster Recovery to the Oracle Public Cloud

Disaster Recovery to the Oracle Public Cloud Disaster Recovery to the Oracle Public Cloud Production on Premises, DR in the Cloud ORACLE WHITE PAPER AUGUST 2015 Table of Contents Introduction 1 Disaster Recovery to the Cloud with Data Guard and Active

More information

Database Recovery For Newbies

Database Recovery For Newbies Database Recovery For Newbies Paper #521 Bonnie Bizzaro, Susan McClain Objectives Provide basic understanding of recovery processes and terms Define different types of recovery Discuss common recovery

More information

BrightStor ARCserve Backup

BrightStor ARCserve Backup BrightStor ARCserve Backup Support for Oracle Backup and Restore on Windows 64-Bit Platform - 1 - TABLE OF CONTENTS 1. Summary... 3 2. Backup and Restore Process... 3 3. RMAN Command and Script Template...

More information

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved. Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back

More information

DisasterRecoverywith. DisasterRecoverywith Oracle Data Guard10gR2

DisasterRecoverywith. DisasterRecoverywith Oracle Data Guard10gR2 DisasterRecoverywith Martin Decker DisasterRecoverywith Oracle Data Guard10gR2 Martin Decker, January 2009 Overview Definitions High Availability, DisasterRecovery, Maximum Availability Architecture(MAA)

More information

An Oracle White Paper March 2014. Oracle Data Guard Broker. Best Practices for Configuring Redo Transport for Data Guard and Active Data Guard 12c

An Oracle White Paper March 2014. Oracle Data Guard Broker. Best Practices for Configuring Redo Transport for Data Guard and Active Data Guard 12c An Oracle White Paper March 2014 Oracle Data Guard Broker Best Practices for Configuring Redo Transport for Data Guard and Active Data Guard 12c Introduction... 1 Broker Redo Transport Configuration Properties...

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability MAA / Data Guard 10g Setup Guide Creating a Single Instance Physical Standby for a RAC Primary Oracle Maximum Availability Architecture White Paper April 2006 Maximum Availability Architecture Oracle Best

More information

Clonación de una Base de Datos Oracle 11gR2 Activa usando RMAN. CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN

Clonación de una Base de Datos Oracle 11gR2 Activa usando RMAN. CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN Autor : Luis Alberto Flores Zapata Creado : 10-Agosto-2015 1 Contenido CLONACIÓN DE UNA BASE DE DATOS ORACLE 11gR2 ACTIVA USANDO RMAN... 3

More information

Using RMAN to restore a database to another server in an ASM environment

Using RMAN to restore a database to another server in an ASM environment Using RMAN to restore a database to another server in an ASM environment It is possible to restore an Oracle 11g database to another server easily in an ASM environment by following the steps below. 1.

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

More information

12. User-managed and RMAN-based backups.

12. User-managed and RMAN-based backups. 12. User-managed and RMAN-based backups. Abstract: A physical backup is a copy of the physical database files, and it can be performed in two ways. The first is through the Recovery Manager (RMAN) tool

More information

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content Oracle 11g DBA Online Training Course Content Faculty: Real time and certified INTRODUCTION TO ORACLE DBA What is DBA? Why a Company needs a DBA? Roles & Responsibilities of DBA Oracle Architecture Physical

More information

Recreate Physical Standby Database after Recovery of Primary Database

Recreate Physical Standby Database after Recovery of Primary Database Recreate Physical Standby Database after Recovery of Primary Database In Oracle 11g it is possible to create a Physical Standby Database from the Primary Database using RMAN. Furthermore, the same procedure

More information

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu Strategies for Oracle Database Backup and Recovery: Case Studies Mingguang Xu Office of Institutional Research University of Georgia www.oir.uga.edu/oirpres.html Oracle Files Oracle requires the following

More information

Oracle 11g DBA Training Course Content

Oracle 11g DBA Training Course Content Oracle 11g DBA Training Course Content ORACLE 10g/11g DATABASE ADMINISTRATION CHAPTER1 Important Linux commands Installing of Redhat Linux as per oracle database requirement Installing of oracle database

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

Oracle Database Backups and Disaster Recovery @ Autodesk

Oracle Database Backups and Disaster Recovery @ Autodesk Oracle Database Backups and Disaster Recovery @ Autodesk Alan Williams Database Design Engineer Who We Are Autodesk software, suites, and cloud technology help customers design, visualize, and simulate

More information

Oracle 10g Feature: RMAN Incrementally Updated Backups

Oracle 10g Feature: RMAN Incrementally Updated Backups Oracle 10g Feature: RMAN Incrementally Updated Backups Author: Dave Anderson, SkillBuilders Date: September 13, 2004 Introduction This article explains one of the features presented by Dave Anderson at

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Oracle Exadata Database Machine Oracle Maximum Availability Architecture White Paper April 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

An Oracle White Paper June 2013. Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication

An Oracle White Paper June 2013. Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication An Oracle White Paper June 2013 Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication Introduction... 1 Cloud Control Architecture Overview... 2 Cloud Control High Availability...

More information

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS DOCUMENTATION Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication may be reproduced, transmitted, transcribed,

More information

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g Executive summary... 3 Introduction...

More information

Oracle Database Cross Platform Migration Lucy Feng, DBAK

Oracle Database Cross Platform Migration Lucy Feng, DBAK Delivering Oracle Success Oracle Database Cross Platform Migration Lucy Feng, DBAK RMOUG QEW November 19, 2010 Business Requirements Migrate all Oracle databases to IBM zseries based Linux The database

More information

Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers

Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers An Oracle White Paper January 200 Setup Flashback Database on Data Guard Physical Standby Database for SAP Customers Database Version : g Release 2 Preface... 2 Requirements... 4 Aim of the document...

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved.

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved. Configuring Backup Settings Objectives After completing this lesson, you should be able to: Use Enterprise Manager to configure backup settings Enable control file autobackup Configure backup destinations

More information

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)

More information

Disaster Recovery to the Oracle Public Cloud

Disaster Recovery to the Oracle Public Cloud Disaster Recovery to the Oracle Public Cloud Production on Premises, DR in the Cloud ORACLE WHITE PAPER JULY 2015 Table of Contents Introduction 1 Disaster Recovery to the Cloud with Data Guard and Active

More information

Oracle Cloud Storage and File system

Oracle Cloud Storage and File system 2012 Tieto Corporation Oracle Cloud Storage and File system Andrejs Karpovs Oracle Apps DBA Tieto, andrejs.karpovs@tieto.com Few notes about me I Am a DBA Work in Tieto Have 4 years exprerience working

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery. A Dbvisit White Paper

Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery. A Dbvisit White Paper Using Physical Replication and Oracle Database Standard Edition for Disaster Recovery A Dbvisit White Paper Copyright 2015 Dbvisit Software Limited. All Rights Reserved V2, September, 2015 Contents Executive

More information

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison Document Control Change Record 3 Date Author Version Change Reference 15-Aug-2007 Ravi

More information

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Oracle Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Performing Database and File System Backups and Restores Using Oracle Secure Backup

Performing Database and File System Backups and Restores Using Oracle Secure Backup Performing Database and File System Backups and Restores Using Oracle Secure Backup Purpose This lesson introduces you to Oracle Secure Backup which enables you to perform database and file system backups

More information

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices Oracle Backup and Recovery Best Practices Dell Compellent Storage Center Dell Compellent Technical Best Practices ii Document Revision Table 1. Revision History Date Revision Description 6/15/2011 A Initial

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Preventing, Detecting, and Repairing Block Corruption: Oracle Database 11g Oracle Maximum Availability Architecture White Paper May 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore APPENDIXA This appendix describes the following procedures: Cisco ANA Registry Oracle Database Cisco ANA Registry This section describes the Cisco ANA Registry backup and restore procedure. Overview Provides

More information

Backup Server: User Manual. Version 2.1-p2

Backup Server: User Manual. Version 2.1-p2 Backup Server: User Manual Version 2.1-p2 Table of Contents Overview... 1 High-Availability... 1 User Interface... 1 Login... 1 Resources... 1 List of Backups... 2 Resource Configuration... 3 Oracle Database

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Data virtualization: playing with Oracle 12c on Docker containers

Data virtualization: playing with Oracle 12c on Docker containers Data virtualization: playing with Oracle 12c on Docker containers This year will be about data virtualization. We can t continue to multiply our database storage for each preprod, test, dev, etc. environments

More information

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com This is new

More information

Oracle Active Data Guard

Oracle Active Data Guard Oracle Active Data Guard Real-Time Data Protection and Availability ORACLE WHITE PAPER OCTOBER 2015 Table of Contents Introduction 1 Oracle Active Data Guard An Overview 2 How Data Guard Synchronizes Standby

More information

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure Backup Types Logical Backup and Recovery Cold Hot Physical With Without Issues Categories of Failures Protectthe database from numerous types of failures Increase Mean-Time-Between-Failures (MTBF) Decrease

More information

Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1

Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1 Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1 Robert Bialek, MU-IMS Principal Consultant BASEL BERN BRUGG LAUSANNE ZUERICH DUESSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MUNICH

More information

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard 18 th Annual International zseries Oracle SIG Conference Present: Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard Tammy Bednar Tammy.Bednar@oracle.com Manager, HA Solutions & Backup

More information

Recover Oracle Database upon losing all Control Files

Recover Oracle Database upon losing all Control Files Recover Oracle Database upon losing all Control Files R.Wang Oct 19, 07 (Firstly, published at OraclePoint.com ) Preface: This is experimental case study about recovering oracle database upon losing all

More information

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP. http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database

More information

Maximum Availability Architecture. Oracle Best Practices for High Availability. Oracle Active Data Guard Oracle Data Guard 11g

Maximum Availability Architecture. Oracle Best Practices for High Availability. Oracle Active Data Guard Oracle Data Guard 11g Oracle Active Data Guard Oracle Data Guard 11g Oracle Maximum Availability Architecture White Paper September 2011 Maximum Availability Architecture Oracle Best Practices for High Availability Oracle Active

More information

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Agenda Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Overview Backup and Recovery generally focuses on the

More information

SnapManager for Oracle 2.2. Anand Ranganathan Product & Partner Engineer (PPE)

SnapManager for Oracle 2.2. Anand Ranganathan Product & Partner Engineer (PPE) SnapManager for Oracle 2.2 Anand Ranganathan Product & Partner Engineer (PPE) Agenda Introduction Key Features Concepts Platform & Protocol Support Installation & Configuration New in Version 2.2 Coming

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

Oracle Data Recovery Advisor

Oracle Data Recovery Advisor Infrastructure at your Service. Oracle Data Recovery Advisor Infrastructure at your Service. About me David Hueber COO Principal Consultant Mobile +41 79 963 43 68 david.hueber@dbi-services.com www.dbi-services.com

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

MAX_RMAN_08137_IGNORE=5 DISK_RETENTION_POLICY='RECOVERY WINDOW OF 7 DAYS'

MAX_RMAN_08137_IGNORE=5 DISK_RETENTION_POLICY='RECOVERY WINDOW OF 7 DAYS' !/bin/sh Example shell script to perform a nightly full backup of the database and scan for errors Copyright (c) 2008, 2014 Caleb.com All Rights Reserved This script is provided as an EXAMPLE ONLY and

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for EMC Symmetrix DMX System Release 12.1.0.2.0 E27543-03 February 2014 This document provides installation and configuration instructions

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK ASM and for 3rd Party Snapshot Solutions - for Offhost backup Duane Smith Nitin Vengurlekar RACPACK POINT-IN-TIME COPY TECHNOLOGIES POINT-IN-TIME COPY TECHNOLOGIES Generic guidelines & best practices for

More information

Disclaimer. Maximum Availability Architecture

Disclaimer. Maximum Availability Architecture Disaster Recovery Guide: Oracle SOA Suite 10g on Oracle WebLogic Server Oracle Maximum Availability Architecture White Paper June 2009 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Netezza PureData System Administration Course

Netezza PureData System Administration Course Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand

More information

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392)

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Joseph Meeks, Director High Availability Product Management, Oracle Michael Smith, Consulting Member of Technical Staff

More information

Sanovi DRM for Oracle Database

Sanovi DRM for Oracle Database Application Defined Continuity Sanovi DRM for Oracle Database White Paper Copyright@2012, Sanovi Technologies Table of Contents Executive Summary 3 Introduction 3 Audience 3 Oracle Protection Overview

More information

An Oracle Technical White Paper October 2011. Oracle Data Guard 11g Data Protection and Availability for Oracle Database

An Oracle Technical White Paper October 2011. Oracle Data Guard 11g Data Protection and Availability for Oracle Database An Oracle Technical White Paper October 2011 Oracle Data Guard 11g Data Protection and Availability for Oracle Database Introduction... 1 Oracle Data Guard 11g - Overview... 2 How Data Guard Works Technical

More information

Oracle Database 12c: New Features for Administrators

Oracle Database 12c: New Features for Administrators Oracle University Contact Us: 67 52 67 24 Oracle Database 12c: New Features for Administrators Duration: 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators course, you

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Rob Zoeteweij Zoeteweij Consulting

Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Working with Oracle technology since 1985 (Oracle 3) Many Oracle DBA, Oracle Development projects Last 6 Years Oracle Expert Services RAC/ASM OEM Grid Control

More information

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009

Availability Guide for Deploying SQL Server on VMware vsphere. August 2009 Availability Guide for Deploying SQL Server on VMware vsphere August 2009 Contents Introduction...1 SQL Server 2008 with vsphere and VMware HA/DRS...2 Log Shipping Availability Option...4 Database Mirroring...

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

11. Configuring the Database Archiving Mode.

11. Configuring the Database Archiving Mode. 11. Configuring the Database Archiving Mode. Abstract: Configuring an Oracle database for backup and recovery can be complex. At a minimum, you must understand the archive process, the initialization parameters

More information

Using Recovery Manager with Oracle Data Guard in Oracle9i. An Oracle White Paper January 2007

Using Recovery Manager with Oracle Data Guard in Oracle9i. An Oracle White Paper January 2007 Using Recovery Manager with Oracle Data Guard in Oracle9i An Oracle White Paper January 2007 Using Recovery Manager with Oracle Data Guard in Oracle9i Executive summary... 3 Introduction... 3 Configuration

More information

Key Factors For a Successful ODA Deployment

Key Factors For a Successful ODA Deployment Key Factors For a Successful ODA Deployment Caleb Small Caleb@Caleb.com The Goal To Provide blueprint for successful deployment of ODA devices in a common industry configuration Background Primary database

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Backup and Restore of CONFIGURATION Object on Windows 2008

Backup and Restore of CONFIGURATION Object on Windows 2008 Backup and Restore of CONFIGURATION Object on Windows 2008 Technical Whitepaper Contents Introduction... 3 CONFIGURATION Backup... 3 Windows configuration objects... 3 Active Directory... 4 DFS... 4 DHCP

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Oracle Backup Recovery Setup on LeftHand Networks IP SAN Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Oracle Database 12c: Admin, Install and Upgrade Accelerated Oracle University Contact Us: + 38516306373 Oracle Database 12c: Admin, Install and Upgrade Accelerated Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated

More information

Oracle Database 11g: Administration Workshop II Release 2

Oracle Database 11g: Administration Workshop II Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop II Release

More information

HP Matrix Operating Environment 7.2 Recovery Management User Guide

HP Matrix Operating Environment 7.2 Recovery Management User Guide HP Matrix Operating Environment 7.2 Recovery Management User Guide Abstract The HP Matrix Operating Environment 7.2 Recovery Management User Guide contains information on installation, configuration, testing,

More information