Maximize Availability With Oracle Database 12c

Size: px
Start display at page:

Download "Maximize Availability With Oracle Database 12c"

Transcription

1 Maximize Availability With Oracle Database 12c Darl Kuhn DBA 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

2 HA? 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

3 HA? 3 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

4 Oracle Database 12c: Extreme Availability Oracle Database 12c introduces significant new (HA) capabilities that Drastically cut down planned and unplanned downtime Eliminate compromises between HA and Performance Tremendously boost operational productivity These take Availability to unprecedented new levels Next-generation Maximum Availability Architecture (MAA) Optimized for Oracle 4 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

5 Maximum Availability Architecture Production Site RAC Scalability Server HA Flashback Human error correction Application Continuity Application HA Global Data Services Service Failover / Load Balancing Active Replica Active Data Guard Data Protection, DR Query Offload GoldenGate Active-active Heterogeneous Edition-based Redefinition, Online Redefinition, Data Guard, GoldenGate Minimal downtime maintenance, upgrades, migrations RMAN, Oracle Secure Backup Backup to tape / cloud 5 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

6 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 6 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

7 In-Flight Work: Dealing With Outages Current Situation End User Application Servers Database Servers Database outages can cause inflight work to be lost, leaving users and applications in-doubt Often leads to User pains Duplicate submissions Rebooting mid-tiers Developer pains 7 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

8 Solving Application Development Pains New in Oracle Database 12c Transaction Guard Application Continuity A reliable protocol and API that returns the outcome of the last transaction Safely attempts to replay inflight work following outages and planned operations 8 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

9 Transaction Guard Preserve and Retrieve COMMIT Outcome End User Application Servers Database Servers API that supports known commit outcome for every transaction Without Transaction Guard, upon failures transaction retry can cause logical corruption With Transaction Guard, applications can deal gracefully with error situations, vastly improving end-user experience Used transparently by Application Continuity 9 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

10 Application Continuity Masks Unplanned/Planned Outages Transaction Replayed End User Application Servers Database Servers Replays in-flight work on recoverable errors Masks many hardware, software, network, storage errors and outages when successful Improves end-user experience and productivity without requiring custom app development 10 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

11 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 11 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

12 Databases in Replicated Environments Challenges No seamless way to efficiently use all the databases Primary Active Standby GoldenGate Active Standby No automated load balancing and fault tolerance 12 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

13 Global Data Services Load Balancing and Service Failover for Replicated Databases Global Data Services Extends RAC-style service failover, load balancing (within and across data centers), and management capabilities to a set of replicated databases Takes into account network latency, replication lag, and service placement policies Achieve higher availability, improved manageability and maximize performance 13 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

14 Global Data Services Active Data Guard Example Reporting Service Call Center Service Active Data Guard Reporting client routed to best database Based on location, response time, data, acceptable data lag Reports will automatically run on least loaded server Reporting client failover If preferred database not available, will route to another database in same region or a remote database Global service migration Automatically migrates services based on failover/switchover - if primary database is down, start Call Center service on the new primary 14 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

15 Global Data Services GoldenGate Example Call Center Service GoldenGate Call Center Client connections and requests transparently routed to the closest / best database Runtime load balancing metrics give client real-time information on which database to issue next request If a database fails, its global services restarted on another replica 15 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

16 Global Data Services Use Case: Active Data Guard without GDS Critical E-Commerce App accessing Active Data Guard Standby What happens when Active Standby is down? Order Capture Order History View Order Capture Order History View? Orders Service History Service Orders Service History Service Data Guard Data Guard Primary Active Standby Primary Active Standby 16 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

17 Global Data Services Use Case: Active Data Guard with GDS: All HA Order Capture Order History View When Active Standby is down GDS fails over History Service to primary, redirects connection through FAN/FCF Orders Service History Service Global Data Services History Service Data Guard Primary Active Standby 17 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

18 Global Data Services Load-balancing of application workloads across regions, enabling optimal resource utilization Extends RAC-like connect time & run time load balancing globally Elastically add/remove databases from the GDS infrastructure Supports seamless service failover Easier management for globally distributed multi-database configurations 18 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

19 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 19 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

20 Zero Data Loss Challenge Synchronous Communication Leads To Performance Trade-Offs Commit Ack Network Ack Commit Network Send Primary Standby The longer the distance, the larger the performance impact 20 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

21 Data Guard Async Today Some Data Loss Exposure Upon Disaster Primary ASYNC Standby 21 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

22 Active Data Guard Far Sync New in 12.1 Zero Data Loss For Async Deployments Far Sync: light-weight Oracle instance: standby control file, standby redo logs, archived redo logs, no data files Receives redo synchronously from primary, forwards redo asynchronously in real-time to standby Upon Failover: Async standby transparently obtains last committed redo from Far Sync and applies: zero data loss failover Second Far Sync Instance can be pre-configured to transmit in reverse direction after failover/switchover Terminal standbys required to be Active Data Guard Standbys 22 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

23 Active Data Guard Far Sync Operational Flow Primary SYNC ASYNC Standby Far Sync Instance 23 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

24 Active Data Guard Far Sync Operational Flow (contd.) Primary SYNC ASYNC Zero Data Loss Standby Far Sync Instance No Compromise Between Availability and Performance! 24 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

25 Active Data Guard Far Sync Benefits Best data protection, least performance impact Low cost and complexity Best way to implement a near DR + Far DR model Relevant to existing Data Guard ASYNC configurations Data Guard Failover? No Problem! Just do it No Data Loss! 25 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

26 Active Data Guard Real-Time Cascading Eliminates Propagation Delay In 11.2, Standby 1 waits till log switch before forwarding redo from archived logs to Standby 2 Primary SYNC or ASYNC Standby 1 ASYNC Standby 2 In 12.1, Standby 1 forwards redo to Standby 2 in real-time, as it is received: no propagation delay for a log switch Standby 2 (Active Data Guard Standby) is up-to-date for offloading read-only queries and reports 26 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

27 Data Guard Fast Sync Reduced Primary Database Impact for Maximum Availability Commit Commit Acknowledge Commit Commit Acknowledge Primary Primary LGWR Redo Logs LGWR Redo Logs NSS NSS Acknowledge returned on receipt RFS Standby Redo Logs RFS Standby Redo Logs Standby Standby For SYNC transport: remote site acknowledges received redo before writing it to standby redo logs Reduces latency of commit on primary Better DR increased SYNC distance If network round-trip latency less than time for local online redo log write, synchronous transport will not impact primary database performance 27 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

28 Data Guard Other New Features in Oracle Database 12c Rolling Upgrade With Active Data Guard Automate complexity through simple PL/SQL Package: DBMS_ROLLING ( onwards), with simple Init, Build, Start, Switchover, Finish procedures Additional Data Type Support: XML OR, Binary XML, Spatial, Image, Oracle Text, DICOM, ADTs (simple types, varrays), Validate Role Change Readiness Ensure Data Guard configuration ready for switchover with automated health checks verify no log gaps, perform log switch, detects any inconsistencies, ensures online log files cleared on standby, DML on Global Temporary Tables Temporary undo is not logged in redo logs Enables DML on global temporary tables on Active Data Guard: more reporting support Set by default on Active Data Guard standby Unique Sequences Primary allocates a unique range of sequence numbers to each Standby Enables more flexible reporting choices for Active Data Guard 28 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

29 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 29 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

30 Fine-grained Table Recovery From Backup RMAN Backups Simple RECOVER TABLE command to recover one or more tables (most recent or older version) from an RMAN backup Eliminates time and complexity associated with manual restore, recover & export Enables fine-grained point-in-time recovery of individual tables instead of the contents of the entire tablespace 30 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

31 12c RMAN Recover Table Example RMAN> recover table mv_maint.inventory until scn auxiliary destination '/u01/uax' datapump destination '/u01/recover'; 1. Creates an auxiliary instance 2. Performs PIT restore and recovery of the auxiliary database SYSTEM, SYSAUX, UNDO and tablespace containing table 3. Data Pump export of table 4. Data Pump import into original database 5. Drops auxiliary instance and auxiliary data files 31 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

32 12c RMAN Recover Table Example Multiple tables, preserves PK/FK relationships RMAN> recover table mv_maint.emp, mv_maint.dept until scn auxiliary destination '/u01/aux' datapump destination '/u01/recover ; 32 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

33 12c Recover Table Example Rename a table: RMAN> recover table mv_maint.inventory until scn auxiliary destination '/u01/aux' datapump destination '/u01/recover remap table mv_maint.inventory:inventory_new; 33 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

34 Other RMAN Restore Table 12c Options Place table in a different tablespace remap tablespace Just create the Data Pump dump file notableimport Restore a just a table partition recover table mv_maint.inventory:p1 34 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

35 Cross-Platform Backup & Restore Simplified Platform Migration Source Database (AIX) Destination Database (Solaris) Backup to Disk/Tape (data files, optional endian conversion, metadata export) Simplifies procedure for platform migration Minimize read-only impact with multiple incremental backups Restore Backup (optional endian conversion, metadata import) 35 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

36 RMAN Cross-Platform Backup example Startup source database read only BACKUP command must contain either the FOR TRANSPORT or TO PLATFORM clause: Copy backup set to destination server Issue RESTORE command 36 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

37 RMAN Transporting Example RMAN> BACKUP TO PLATFORM='Linux x86 64-bit' FORMAT '/tmp/xplat_backups/db_trans_%u.bck' DATABASE; Copy backup set to destination platform and restore: RMAN> RESTORE FOREIGN DATABASE TO NEW FROM BACKUPSET /tmp/xplat_restores/db_trans_%u.bck ; 37 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

38 Multitenant Environment (Container/Pluggable) 38 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

39 Oracle Multitenant Backup & Restore Fine-Grained Backup & Recovery to Support Consolidation While connected to root, BACKUP DATABASE command backs up CDB, including all PDBs While connected to root, RESTORE DATABASE and RECOVER DATABASE command restores and recovers CDB, including all PDBs Can backup any pluggable database while connected as SYS to root container Backup and recover specific pluggable databases with new PLUGGABLE DATABASE keywords: RMAN> BACKUP PLUGGABLE DATABASE <PDB1>, <PDB2>; RMAN> BACKUP tablespace SALESPDB:SALES; PDB Complete Recovery RMAN> RESTORE PLUGGABLE DATABASE <PDB>; RMAN> RECOVER PLUGGABLE DATABASE <PDB>; 39 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

40 RMAN Connection as SYS to Pluggable Scope limited to pluggable database While connected to a pluggable database as SYS, can only operate on currently connected to pluggable database files: $ rman target sys/foo@salespdb RMAN> backup database; RMAN> restore database; RMAN> recover database; 40 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

41 RMAN B&R in Multitenant 41 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

42 Pluggable Database PIT Recovery $ rman target / RMAN> alter pluggable database salespdb close; RMAN> RUN { SET UNTIL SCN ; RESTORE PLUGGABLE DATABASE salespdb; RECOVER PLUGGABLE DATABASE salespdb; ALTER PLUGGABLE DATABASE salespdb OPEN RESETLOGS; } SQL> select pdb_incarnation# from v$pdb_incarnation; 42 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

43 Pluggable Database PIT Recovery Internals RMAN restores PDB data files Requires root container s UNDO tablespace to perform pluggable database PIT recovery RMAN creates an auxiliary database containing root s SYSTEM, SYSAUX, and UNDO tablespace If using a FRA, auxiliary database datafiles are temporarily stored in FRA If not using a FRA, specify the auxiliary database destination via AUXILIARY DESTINATION clause 43 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

44 RMAN Duplicate to Create Pluggable RMAN DUPLICATE leverages restore process (from backup or source DB) to create new clone or standby database Clone the entire CDB or ROOT + selected PDBs Commands: RMAN> DUPLICATE TARGET DATABASE TO <CDB1>; RMAN> DUPLICATE TARGET DATABASE TO <CDB1> PLUGGABLE DATABASE <PDB1>, <PDB2>; 44 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

45 Better Performance Other New Features in Oracle Database 12c Enhanced Multi-section Backup capability: now supports image copies and incremental backups Enhanced Active Duplicate Cloning workload moved to destination server via auxiliary channels, relieving resource bottlenecks on source Cloning can now use RMAN compression and multi-section capability to further increase performance 45 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

46 Run SQL Commands Directly from RMAN Command Line Old: RMAN> sql alter system switch logfile ; New in 12c: RMAN> alter system switch logfile; RMAN> select name from v$datafile; 46 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

47 Run SQL Directly from RMAN Prompt Reduces complexity Old: sql "alter database datafile ''/u01/dbfile/o12c/users01.dbf'' offline"; set newname for datafile '/u01/dbfile/o12c/users01.dbf' to '/u02/dbfile/o12c/users01.dbf'; New in 12c: alter database datafile '/u01/dbfile/o12c/users01.dbf' offline; set newname for datafile '/u01/dbfile/o12c/users01.dbf' to '/u02/dbfile/o12c/users01.dbf'; 47 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

48 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 48 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

49 Automatic Storage Management (ASM) Overview Current State RAC Cluster Database Instance One to One Mapping of ASM Instances to Servers DB A DB A DB B DB B DB B DB C ASM Instance Node1 ASM Instance ASM ASM ASM ASM ASM Node2 Node3 Node4 Node5 Shared Disk Groups ASM Cluster Pool of Storage Disk Group A Disk Group B ASM Disk Wide File Striping 49 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

50 Flex ASM: Eliminate 1:1 Server Mapping New: ASM Storage Consolidation in Oracle Database 12c RAC Cluster Database Instance Databases share ASM instances DB A DB A DB B DB B DB B DB C ASM Instance ASM Instance Node1 Node2 ASM ASM ASM Node3 Node4 Node5 Shared Disk Groups Node1 Node2 runs as runs as ASM ASM Client to Client to Node2 Node4 Node3 ASM Cluster Pool of Storage Disk Group A Disk Group B ASM Disk Node5 runs as ASM Client to Node4 Wide File Striping 50 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

51 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 51 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

52 Other HA Enhancements Online Datafile Move Relocate a datafile while users are actively accessing data: ALTER DATABASE MOVE DATAFILE Maintains data availability during storage migration Online Redefinition Enhancements Improved sync_interim_table performance Ability to redefine table with VPD policies Improved resilience of finish_redef_table Better handling of multi-partition redefinition Separation of Duties SYSDG / SYSBACKUP: Data Guard & RMAN specific administrative privileges No access to user data: enforce security standards throughout the enterprise Additional Online Operations Drop index online / Alter index unusable online / Alter index visible / invisible online Drop constraint online / Set unused column online Online move partition: ALTER TABLE MOVE PARTITION ONLINE 52 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

53 Oracle Database 12c High Availability Key New Features Application Continuity Global Data Services Data Guard Enhancements RMAN Enhancements Flex ASM Other HA Enhancements GoldenGate Update 53 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

54 Oracle GoldenGate 12c* Low-Impact, Real-Time Data Integration & Transactional Replication Oracle Database12c * Oracle & Non-Oracle Database(s) Message Bus Log-based Changed Data ODS Data Integrator *: GoldenGate 12c for Oracle Database 12c will be available in FY14 New DB/ HW/OS/APP Fully Active Distributed DB Exact Copy of Primary Reporting Database Data Warehouse Global Data Centers Message Bus Zero Downtime Upgrade & Migration Active-Active High Availability Disaster Recovery for Non-Oracle Databases Query & Report Offloading Real-time BI, Operational Reporting, MDM Data Synchronization within the Enterprise Event Driven Architecture, SOA 54 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

55 GoldenGate Zero Downtime Migration/Upgrade Seamless Migration and Upgrades to Oracle Database 12c* Consolidate/migrate/ maintain systems without downtime Minimize risk with failback option Validate data before switchover Use Active-Active replication for phased user migration Real-Time Replication For Migrations Nn- Oracle Non- Oracle ERP ERP Oracle Database 12c Oracle 10.2 CRM Optional Failback Data Flow Oracle 11.2 DW Switchover Compare & Verify using Oracle GoldenGate Veridata *: GoldenGate 12c for Oracle Database 12c will be available in FY14 55 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

56 Oracle GoldenGate for Active-Active Databases Increase ROI on Existing Servers & Synchronize Data Utilize secondary systems for transactions Enable continuous availability during unplanned & planned outages Synchronize data across global data centers Use intelligent conflict detection & resolution Oracle Database 12c Heterogeneous Bi-Directional Real-Time Replication Non- Oracle App Oracle 10.2 App2 Oracle 11.2 App3 *: GoldenGate 12c for Oracle Database 12c will be available in FY14 56 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

57 Oracle Database 12c Extreme Availability: Summary Oracle Database 12c offers a tremendously sophisticated set of high availability (HA) capabilities These capabilities Further reduce downtime Significantly improve productivity Eliminate traditional compromises OTN HA Portal: Maximum Availability Architecture: 57 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

58 Safe Harbor Statement THE PRECEDING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR INFORMATION PURPOSES ONLY, AND MAY NOT BE INCORPORATED INTO ANY CONTRACT. IT IS NOT A COMMITMENT TO DELIVER ANY MATERIAL, CODE, OR FUNCTIONALITY, AND SHOULD NOT BE RELIED UPON IN MAKING PURCHASING DECISIONS. THE DEVELOPMENT, RELEASE, AND TIMING OF ANY FEATURES OR FUNCTIONALITY DESCRIBED FOR ORACLE S PRODUCTS REMAINS AT THE SOLE DISCRETION OF ORACLE. 58 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

59 59 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

60 60 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

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

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

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

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

Data Integration Overview

Data Integration Overview Data Integration Overview Phill Rizzo Regional Manager, Data Integration Solutions phillip.rizzo@oracle.com Oracle Products for Data Movement Comparing How They Work Oracle Data

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

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 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control FACULDADE DE EDUCAÇÃO SUPERIOR DO PARANÁ CURSO DE EXTENSÃO UNIVERSITÁRIA ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR Enterprise Manager and Other Tools Enterprise Manager (EM)

More information

Oracle Database 12c Recovery Manager New Features

Oracle Database 12c Recovery Manager New Features Oracle Database 12c Recovery Manager New Features Presented by: Andy Colvin February 13, 2013 *DISCLAIMER* Oracle 12c has not been released yet Some features may not be available I believe Oracle has mentioned

More information

<Insert Picture Here> Real-time database replication

<Insert Picture Here> Real-time database replication Real-time database replication Ugo Pollio Sales Consulting and Business Development Oracle EMEA Data Integration Solutions Program Agenda Introduction to Real Time Data Propagation

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

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Brochure More information from http://www.researchandmarkets.com/reports/2561621/ OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Description: An updated guide for

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

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

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

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

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

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 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

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

An Oracle White Paper November 2013. Technical Comparison of Oracle Database 12c vs. Microsoft SQL Server 2012. Focus on High Availability

An Oracle White Paper November 2013. Technical Comparison of Oracle Database 12c vs. Microsoft SQL Server 2012. Focus on High Availability An Oracle White Paper November 2013 Technical Comparison of Oracle Database 12c vs. Microsoft SQL Server 2012 Focus on High Availability Executive Overview... 1 Introduction... 2 Unplanned and Planned

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

October 2013. Technical Comparison Oracle Database 12c vs. IBM DB2 10.5: Focus on High Availability

October 2013. Technical Comparison Oracle Database 12c vs. IBM DB2 10.5: Focus on High Availability October 2013 Technical Comparison Oracle Database 12c vs. IBM DB2 10.5: Focus on High Availability Executive Overview... 1 Introduction... 2 Unplanned and Planned Downtime... 3 Overview: Oracle s High

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

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

Oracle Database 12c - Global Data Services

Oracle Database 12c - Global Data Services An Oracle White Paper June 2013 Oracle Database 12c - Global Data s Load Balancing and Failover for Replicated Databases Executive Overview... 2 Introduction... 3 Concept of Global... 4 Key Capabilities

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

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

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

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper Copyright 2011-2012 Dbvisit Software Limited. All Rights Reserved v2, Mar 2012 Contents Executive Summary... 1

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

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

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

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

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

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Automatic Storage Management (ASM) Oracle Cloud File System ASM Dynamic

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

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

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

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

<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

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

An Oracle White Paper January 2014. Oracle Database 12c: Full Transportable Export/Import

An Oracle White Paper January 2014. Oracle Database 12c: Full Transportable Export/Import An Oracle White Paper January 2014 Oracle Database 12c: Full Transportable Export/Import Introduction... 3 Benefits of Using Full Transportable Export/Import... 4 Full Transportable Export/Import Support

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

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

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

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

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Mati Pitkanen, SQL-BackTrack for Oracle Product Manager, BMC Software

More information

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper Connectivity Alliance Access 7.0 Database Recovery Information Paper Table of Contents Preface... 3 1 Overview... 4 2 Resiliency Concepts... 6 2.1 Database Loss Business Impact... 6 2.2 Database Recovery

More information

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper

Connectivity. Alliance Access 7.0. Database Recovery. Information Paper Connectivity Alliance 7.0 Recovery Information Paper Table of Contents Preface... 3 1 Overview... 4 2 Resiliency Concepts... 6 2.1 Loss Business Impact... 6 2.2 Recovery Tools... 8 3 Manual Recovery Method...

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 ORACLE PRODUCT LOGO 20 Oktorber 2011 Bratislava Dátová integrácia na

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle University Contact Us: +35929238111 Oracle Database 11g: Administration Workshop II DBA Release 2 Duration: 5 Days What you will learn This course takes the database administrator beyond the basic

More information

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS Oracle Database 12c for SAP: Roadmap, Base Certification Features and Options 1 ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS The Future of the Database Has Begun In June

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions Oracle Database Disaster Recovery Using Dell Storage Replication Solutions This paper describes how to leverage Dell storage replication technologies to build a comprehensive disaster recovery solution

More information

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

More information

Cross Platform Transportable Tablespaces Migration in Oracle 11g

Cross Platform Transportable Tablespaces Migration in Oracle 11g Cross Platform Transportable Tablespaces Migration in Oracle 11g Prepared by ViSolve Migration Team June 2012 Contact ViSolve, Inc. 4010, Moorpark Avenue, #205 San Jose, California 95117 (602) 842 2738

More information

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites D78850GC10 Oracle 12c and Recovery Workshop Summary Duration Vendor Audience 5 Days Oracle Data Warehouse Administrators, Administrators, Support Engineers, Technical Administrators, Technical Consultants

More information

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization Introducción Objetivos Objetivos del Curso Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting to the Database and the ASM Instance

More information

Deploying Active-Active Data Centers Using Oracle Database Solutions

Deploying Active-Active Data Centers Using Oracle Database Solutions 1 Deploying Active-Active Data Centers Using Oracle Database Solutions Ashish Ray, Director of Product Management, Oracle Lawrence To, Consulting Member of Technical Staff, Oracle 2 The following is intended

More information

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect SharePlex for Oracle How to replicate databases Jeffrey Surretsky Solutions Architect Highlights Overview: reasons for migration Traditional data migration methods Drawbacks Data migrations using log-based

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

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

Constant Replicator: An Introduction

Constant Replicator: An Introduction Data Availability Storage Software Constant Replicator: An Introduction Configurations, Applications and Solutions of Constant Replicator A White Paper A Constant Data Technology Document August 2004 Copyright

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 Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Oracle Database 12c Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Uptake of Oracle Database 12c compared with 11g 18,00% 16,00% 14,00% 12,00% 10,00% 8,00% 12.1 11.1 6,00% 4,00% 2,00% 0,00%

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

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

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing SAP Sybase Replication Server What s New in 15.7.1 SP100 Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing Agenda SAP Sybase Replication Server Overview Replication

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

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

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

OGP s Solution Stack. Luis Moreira. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

OGP s Solution Stack. Luis Moreira. Copyright 2015, Oracle and/or its affiliates. All rights reserved. OGP s Solution Stack Luis Moreira Database + RAC GoldenGate Endeca WebCenter Sites/Portal/Content Database Enterprise Edition Key Features: Diagram: Journey to Database as a Service Cross platform backup

More information

Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network

Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network Case Study: Oracle E-Business Suite with Data Guard Across a Wide Area Network Data Guard is a complete, reliable, DR solution for the mission critical 5.5TB database that supports Oracle s global business

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

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

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

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Oracle RMAN in Oracle Database 12c: New Features & Best Practices Timothy Chien Principal Product Manager, Oracle Rohan Fernandes Vice President, State Street Financial Agenda RMAN..Through The Years

More information

Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11

Informix Dynamic Server May 2007. Availability Solutions with Informix Dynamic Server 11 Informix Dynamic Server May 2007 Availability Solutions with Informix Dynamic Server 11 1 Availability Solutions with IBM Informix Dynamic Server 11.10 Madison Pruet Ajay Gupta The addition of Multi-node

More information

Oracle on System z Linux- High Availability Options Session ID 252

Oracle on System z Linux- High Availability Options Session ID 252 Oracle on System z Linux- High Availability Options Session ID 252 Sam Amsavelu IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or

More information

Database Resilience at ISPs. High-Availability. White Paper

Database Resilience at ISPs. High-Availability. White Paper Database Resilience at ISPs High-Availability White Paper Internet Service Providers (ISPs) generally do their job very well. The commercial hosting market is segmented in a number of different ways but

More information

Introduction. Automated Discovery of IT assets

Introduction. Automated Discovery of IT assets ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK KEY FEATURES Auto Discovery of hosts and databases Inventory tracking and reporting Database provisioning Schema and

More information

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g An Oracle White Paper January 2012 Advanced Compression with Oracle Database 11g Oracle White Paper Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression... 4 Compression

More information

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate Operational Reporting for Oracle Applications with Oracle GoldenGate Karsten Stöhr Oracle Data Integration Solutions EMEA Agenda Right-Time Reports Oracle Real-Time Data Integration

More information

Oracle Database. High Availability Overview 10g Release 2 (10.2) B14210-02

Oracle Database. High Availability Overview 10g Release 2 (10.2) B14210-02 Oracle Database High Availability Overview 10g Release 2 (10.2) B14210-02 July 2006 Oracle Database High Availability Overview, 10g Release 2 (10.2) B14210-02 Copyright 2005, 2006, Oracle. All rights reserved.

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

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

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study Pacific Gas and Electric Backup & Recovery Case Study Eugene Psoter Pacific Gas and Electric Company Base Content Slide PG&E Agenda First Level Bullet Second level bullet Introduction

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

High Availability Database Solutions. for PostgreSQL & Postgres Plus

High Availability Database Solutions. for PostgreSQL & Postgres Plus High Availability Database Solutions for PostgreSQL & Postgres Plus An EnterpriseDB White Paper for DBAs, Application Developers and Enterprise Architects November, 2008 High Availability Database Solutions

More information