Www.visolve.com © 1995-2006 ViSolve.com All rights reserved. Privacy Statement April 21 2011 Oracle Disaster Recovery Implementation A Non-Technical Overview.

Slides:



Advertisements
Similar presentations
Pennsylvania Banner Users Group 2008 Fall Conference IUP Banner Server Environment Jeff Montgomery.
Advertisements

ITEC474 INTRODUCTION.
© ViSolve.com All rights reserved. Privacy Statement April Oracle Disaster Recovery Implementation A Non-Technical Overview.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Oracle High Availability Solutions RAC and Standby Database Copyright System Managers LLC 2008.
SharePoint 2013 & SQL Server 2012 A talk about what SQL Server version you want to use from a SharePoint 2013 perspective.
1EMC CONFIDENTIAL—INTERNAL USE ONLY Overview of SQL Server 2012 High Availability and Disaster Recovery (HADR) Wei Fan Technical Partner Management – Microsoft.
High Availability Group 08: Võ Đức Vĩnh Nguyễn Quang Vũ
Oracle Data Guard Ensuring Disaster Recovery for Enterprise Data
© 2015 Dbvisit Software Limited | dbvisit.com An Introduction to Dbvisit Standby.
How do I setup SQL log Shipping and why should I care Steve
1 Chapter 15 Duplicating Databases and Transporting Data.
Keith Burns Microsoft UK Mission Critical Database.
Backup The flip side of recovery. Types of Failures Transaction failure –Transaction must be aborted System failure –Hardware or software problem resulting.
Configuring Recovery Manager
4 Copyright © 2008, Oracle. All rights reserved. Configuring Backup Specifications.
9 Copyright © Oracle Corporation, All rights reserved. Oracle Recovery Manager Overview and Configuration.
Agenda  Overview  Configuring the database for basic Backup and Recovery  Backing up your database  Restore and Recovery Operations  Managing your.
Using RMAN to Perform Recovery
Database Upgrade/Migration Options & Tips Sreekanth Chintala Database Technology Strategist.
Backup & Recovery Concepts for Oracle Database
CERN IT Department CH-1211 Genève 23 Switzerland t Data Protection with Oracle Data Guard Jacek Wojcieszuk, CERN/IT-DM Distributed Database.
Oracle Open World September 28 – October 2, 2014 Jim McKinstry Oracle Consulting Practice Director Bill Callahan Director, Product and Technology.
20 Copyright © 2004, Oracle. All rights reserved. Database Recovery.
13 Copyright © Oracle Corporation, All rights reserved. RMAN Complete Recovery.
Chapter 10 : Designing a SQL Server 2005 Solution for High Availability MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design.
ORACLE 10g DATA GUARD BROKER Ritesh Chhajer Sr. Oracle DBA.
11 Copyright © Oracle Corporation, All rights reserved. RMAN Backups.
11 Copyright © Oracle Corporation, All rights reserved. RMAN Backups.
It is one of the techniques to create a stand by server. Introduced in SQL 2000,enhanced in It is a High Availability as well as Disaster recovery.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
16 Copyright © 2007, Oracle. All rights reserved. Performing Database Recovery.
11g(R1/R2) Data guard Enhancements Suresh Gandhi
DB-2: OpenEdge® Replication: How to get Home in Time … Brian Bowman Sr. Solutions Engineer Sandy Caiado Sr. Solutions Engineer.
Business Continuity Planning with SQL Server HADR options
15 Copyright © 2007, Oracle. All rights reserved. Performing Database Backups.
Data Synchronization by Dennis Sparrow. Infrastructure  New York Board of Trade (NYBOT) maintains 3 sites –Primary Trading Floor –Primary Data Center.
1 Data Guard. 2 Data Guard Reasons for Deployment  Site Failures  Power failure  Air conditioning failure  Flooding  Fire  Storm damage  Hurricane.
A Guide to Oracle9i1 Database Instance startup and shutdown.
15 Copyright © Oracle Corporation, All rights reserved. RMAN Incomplete Recovery.
Proposed Server Infrastructure for the EGIS Initiative.
Advanced Databases DBA: Security and Backups Guide to Oracle 10g 1.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
High Availability in DB2 Nishant Sinha
CERN - IT Department CH-1211 Genève 23 Switzerland t High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN,
CERN IT Department CH-1211 Genève 23 Switzerland t Using Data Guard for hardware migration.
Overview of Oracle Backup and Recovery Darl Kuhn, Regis University.
CERN IT Department CH-1211 Genève 23 Switzerland 1 Active Data Guard Svetozár Kapusta Distributed Database Operations Workshop November.
2 Copyright © 2006, Oracle. All rights reserved. Configuring Recovery Manager.
16 Copyright © 2005, Oracle. All rights reserved. Performing Database Recovery.
8 Copyright © 2007, Oracle. All rights reserved. Using RMAN to Duplicate a Database.
CNAF Database Service Barbara Martelli CNAF-INFN Elisabetta Vilucchi CNAF-INFN Simone Dalla Fina INFN-Padua.
Virtual Machine Movement and Hyper-V Replica
CERN IT Department CH-1211 Geneva 23 Switzerland t Distributed Database Operations Workshop November 17 th, 2010 Przemyslaw Radowiecki CERN.
Log Shipping, Mirroring, Replication and Clustering Which should I use? That depends on a few questions we must ask the user. We will go over these questions.
19 Copyright © 2004, Oracle. All rights reserved. Database Backups.
9 Copyright © 2004, Oracle. All rights reserved. Incomplete Recovery.
SQL Server High Availability Introduction to SQL Server high availability solutions.
AGENDA 1.Importance of backups and backup strategy 2.Full DB backup and Restore 3.Filegroup Backup and restore 4.File Backup and Restore 5.Page restore.
William Durkin A Gourmet Menu of SQL Server High Availability Options.
Oracle Standby Implementation Tantra Invedy. Standby Database Introduction Fail over Solution Disaster Recovery Solution if remote Ease of implementation.
Microsoft Connect /23/ :39 PM
Database recovery contd…
Disaster Recovery Where to Begin
Vendor Agnostic Infrastructure Tools:
Acutelearn Technologies Tivoli Storage Manager(TSM) Training Tivoli Storage Manager Basics: Tivoli Storage Manager Overview Tivoli Storage Manager concepts.
Introduction of Week 6 Assignment Discussion
My life at the Cooperators
SQL Server on Linux: High Availability And Disaster Recovery
High Availability/Disaster Recovery Solution
Introduction.
Presentation transcript:

© ViSolve.com All rights reserved. Privacy Statement April Oracle Disaster Recovery Implementation A Non-Technical Overview (Setting-up Oracle Disaster Recovery Environment on x86-64 Linux) ViSolve Migration Team visolve.com (408)

Present the Disk HA/DR Server Present the Disk Standby Instance Standby Database Restored Database New Disk Linux IA64 Linux x86-64 DB Instance Backup Files RMAN Backup Redo Log Shipping (Data Sync) Production Database Source Machine Target Machine Backup Disk/Tape 2. Backup the production database to the new disk using RMAN Backup. 5. Dismount the backup disk from the source machine. Mount the backup disk on the target machine. 6. Start the DB instance on the target machine. Restore the backup database using RMAN Restore. 7. Configure Oracle Data Guard on the restored database for High Availability and Disaster Recovery. 1. Add/mount a new disk on the source machine. Oracle Disaster Recovery Environment (Using Oracle Data Guard) 4. Manually create a DB Instance on the target machine. DB Instance The Disaster Recovery Environment is now setup using Oracle Data Guard 2 RMAN Restore 3. Configure (Oracle Data Guard) the Production Database as the Primary Database (requires few minutes of downtime). Primary Database 8. Switch the role of standby database to primary. Move the application database connection (requires database downtime) to the new primary database to complete the migration process. 9. Bring down the source machine. Setting-up a Disaster Recovery Environment During a Migration 10. If needed, build an additional server for HA/DR in the new environment using the same tools and process. We can show you a demo of this approach. Call us today to get access to our Oracle migration sandbox. NO PRODUCTION LOSS. BUSINESS CONTINUES AS USUAL. Primary Database Standby Database

ViSolve, Inc. 4010, Moorpark Avenue, #205, San Jose, California Thanks for your time! Contact ViSolve today to know how we can help you (408)