An Oracle White Paper March Backup and Recovery Strategies for the Oracle Database Appliance

Size: px
Start display at page:

Download "An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance"

Transcription

1 An Oracle White Paper March 2012 Backup and Recovery Strategies for the Oracle Database Appliance 1

2 Oracle Database Appliance The Oracle Database Appliance is an engineered-system; a pre-configured bundle of hardware and software, that saves time and money by simplifying the deployment, maintenance, and support, of a high availability database solution - all supported by a single vendor, Oracle. The Database Appliance is a fully integrated system of software, servers, storage and networking in a single box capable of supporting a wide range of home grown and packaged OLTP and Data Warehousing applications. It s built using the latest generation of the world s most popular database, Oracle Database 11g, and incorporates time-tested Oracle technologies, including Oracle Real Application Clusters, Oracle Clusterware and Oracle Automatic Storage Management Oracle Database Appliance Backup and Recovery Remains the Same The Database Appliance is a robust system, protecting your data on a number of levels, but protection is not complete without external copies that capture the state of the database at a given point in time to protect against risks like corruption, accidental deletions, or system failure. Additionally you may have requirements to archive data for long period of time. Each implementation will have its own requirements for service levels in terms of retention, recovery time and recovery point. Backup for the Oracle Database Appliance can be designed to meet any and all of these requirements. For the sake of this discussion, backup is defined as the process of making copies of data which may be used after a data loss event to restore a system to the state that existed at the time the copy was made. Most enterprises have service level agreements in place that specify how long recovery can take, called a Recovery Time Objective (RTO) and how long of a time lapse is allowed between a potential failure and the time the last backup copy was made, called Recovery Point Objective (RPO.) In the case of a database, good backup practices should provide a recovery point very close to the time of failure through the use of redo logs. An additional consideration is the length of time that data must be retained for, either for contractual or regulatory requirements. It is the intent of this white paper to describe ways to meet data protection objectives in efficient, cost effective ways. Backup may be to disk, to tape, or both disk and tape to meet these requirements. Best practices for protecting the Database Appliance against these risks dictates that the database be in archivelog mode and that Recovery Manager, better known as RMAN, is used to backup the database. Otherwise a whole-database backup cannot be accomplished without shutting the database down. Backing up the Oracle Database Appliance is no different than doing a database backup or restore and recovery on any other platform. Some users of the Oracle Database Appliance 2

3 may be first time users of Oracle or may not be familiar with the options they have for performing backups. This paper presents three ways this task can be accomplished: Backup to a Fast Recovery Area (FRA) on the direct-attached disk Backup to an external File System - such as that available with Network Attached Storage Backup or archive to tape Additionally, there are two ways to automate the backup process Enterprise Manager Database Control or Grid Control Scripting Backup Destinations A Word About Oracle Database Appliance Storage Devices Oracle Database Appliance storage hardware includes integrated storage for both operational files (the operating system, Oracle Grid Infrastructure home, Oracle Database homes, the Oracle Appliance Manager utilities, and other tools), user data (database files), and redo log files. Operational files for each server are stored on mirrored internal system disks. User data is stored on twenty Serial Attached SCSI (SAS) disks in the shared storage bay, these disks can be accessed by either server. Database redo-log files are stored on four Solid State Disks (SSD) in the shared storage bay. Oracle Automatic Storage Management (Oracle ASM) provides three-way mirroring for your data and log files. The SAS disks provides storage for two disk groups, one for database related files (called +DATA) and one for the Fast Recovery Area (called +RECO), which includes multiplexed copies of online redo logs and control files. Log files are stored on a three-way mirrored disk group on SSD called +REDO. Backup to Flash Recovery Area The Flash Recovery Area (FRA), called +RECO on the Oracle Database Appliance, is a disk location that you can use to store recovery-related files such as control file and online redo log copies, archived redo logs, flashback logs, and RMAN backups. Typically, the FRA disk group will be twice the size of the DATA disk group, since it must hold all backups. The database and RMAN manage the files in the flash recovery area automatically. Flashback logs will frequently provide the fastest route to restoring a system when a problem has occurred. RMAN backups to the FRA provide protection for problems with a larger scope, but are vulnerable to any disaster that might befall that system. True data protection would call for backup copies stored off of the Appliance, perhaps even off-site. In the case of Oracle Database Appliance, extending the FRA to an external device for the purpose of backups has the added advantage of reducing the space requirement for +RECO on the device and preserving the finite disk space for data. 3

4 Backup to a File System Network Attached Storage (NAS) We have seen that moving backup off of the Appliance to an external device has two advantages, it mitigates the risk of storing backup data on the device itself, and it preserves disk space for data on the appliance. This section will talk about using disk space for an RMAN backup on an external, but local, device. This solution requires that the DBA devise a file naming scheme, procure suitable disk space on a system somewhere on the network and then manage the files over time. The ZFS Storage Appliance represents the most cost effective way to provide external backups, and it provides a number of other advantages as well. The ZFS Storage Appliance is easily mounted from the Database Appliance via NFS, the ZFS Storage Appliance can be simply used to provide ample space for multiple Level 0 (full) backups, as best practices recommends, as well as incremental backups. These backups, while not quite as fast as flashback restores, are readily available and provide a very fast restore. If a whole-database backup is done cold - with the database shutdown - the backup is considered consistent and can be opened without recovery and without using the resetlogs command. This provides a very fast restore time. If the backup is performed while the database is open, the backup will be considered inconsistent and requires the use of archived redo logs to make the data current. This hot backup approach allows use of the database to continue uninterrupted by backups and is often used to provide backups with a shorter Recovery Point, as backups can be taken more frequently, even during the business day. The Oracle Database Appliance is equipped with both 1 Gigabit Ethernet connectivity and 10 Gigabit Connectivity, the ZFS Storage Appliance offers 1 Gigabit Ethernet connectivity as a standard feature and 10 Gigabit Ethernet as an option. As the 10GbE connection is typically used for user connectivity, it is recommended that the 1 GbE connections, or a Virtual LAN on the 10GbE interface, is used for writing RMAN backups to the Storage Appliance. As alluded to earlier, using the ZFS Storage Appliance provides other advantages. One of those advantages is when you need to maintain an offsite copy of your data. An easy and 4

5 inexpensive way to protect against catastrophic failure at a site is to use the ZFS Storage Appliance s asynchronous replication capabilities. In much the same way a local RMAN backup, if consistent, can be used directly, or with archived redo logs if not consistent, the remote replica can quickly be brought online at the remote site if need be. Writes on the ZFS Storage Appliance are handled atomically, if the whole write cannot be completed, the write is not acknowledged and will be resent. Replication is also handled atomically to ensure that both sides of the replica are exactly the same. Tape Backup A time honored way to move data offsite has been backup to tape. The removable nature of tape media makes it a desirable backup destination. This solution, however, requires a mechanism to manage a media manager such as Oracle Secure Backup as the diagram below shows. It is also desirable to allocate one of the 10Gb Ethernet channels available on the Oracle Database Appliance to this Media Server as it will make backups significantly faster. Oracle Secure Backup is a media manager that provides reliable and secure data protection through file system backup to tape. All major tape drives and tape libraries in SAN, Gigabit Ethernet, and SCSI environments are supported. The Oracle Secure Backup Tape (SBT) interface enables you to use Recovery Manager (RMAN) to backup and restore Oracle Database files to and from tape. If encryption has not been used earlier in the process, either at the database or through RMAN, the tape drive is a fast and practical way to encrypt data cartridges before they are moved offsite. 5

6 Tape is a cost effective way to provide backup, but neither backup or restore is fast. The greatest advantage to using tape, however, is that it does not require any power to store data for extended periods of time. In this sense it is a great medium for archival. The best way to achieve fast backups and fast restores and long term archival of data for, say, regulatory compliance, is by combining disk and tape as depicted in the illustration below. This approach contains the impact on the production database to the hot, or cold, RMAN backup. Copy to tape occurs completely offline, eliminating the need to think in terms of backup window while tapes are written. Combining two of these approaches, remote replication from the Storage Appliance and offline backup to tape, is considered a best practice for meeting Recovery Time Objectives, Disaster Recovery and Long Term Archival requirements in a single, simple, architecture. This arrangement, depicted below, accommodates a warm site DR scenario, it is an easy step to imagine a hot site scenario where active, independent, databases on either side uses the second site for DR purposes. Some sites wi An alternative to this approach is to use Oracle s Data Guard to replicate to a second Database Appliance at the remote site. This approach provides a recovery time advantage in the case of a catastrophe at the primary site. Some implementations of the Oracle Database Appliance will 6

7 require Disaster Recovery in the form of an active database at both the primary site and the secondary site, and for this purpose Active Data Guard would meet the need. Any of the backup mechanisms described previously will complement a Data Guurd, or Active Data Guard implementation to add backup to the high availablitity that Data Guard provides. Additional Advantages of Using the ZFS Storage Appliance ZFSSA Data Services for Database Duplication Frequently, it is a challenge to provide current copies of databases to other environments, such as Test, Development or for Reporting purposes. Using the ZFS Storage Appliance as a backup target for RMAN makes provisioning to these environments fast and easy. The process calls for creating a writeable snapshot, called a clone, of the backup for each environment required. Clones are an optional feature of the ZFS Storage Appliance. The clone is then provisioned to the environment that is to be enabled. The process is simple, the Test Environment, for example, would need Oracle Database installed. A consistent backup would be cloned and the test server would be given access to storage device holding the clone. The database can then be opened. 7

8 Storage Consolidation on ZFSSA Perhaps the most direct way to increase the economic benefit of adding a ZFS Storage Appliance to your environment is to consolidate other workload to the box beside the backup workload. The ability of the Storage Appliance to handle mixed workloads is founded on Hybrid Storage Pools; a mix of Dynamic RAM, Solid State Disk and Large Capacity disk to provide the best characteristics of each, while overcoming the inherent weaknesses of each. The ZFS Storage Appliance provides a number of interfaces, such as NFS, CIFS, Fibre Channel, iscsi, InfiniBand, HTTP, FTP, WebDAV, among others. All interface licenses are included with the box, some, such as Fibre Channel, may require that the appropriate Host Bus Adapter be added. The ability to handle a workload with varying I/O characteristics, such as small writes and reads at a high transaction rate, mixed with streaming applications that require higher bandwidth, such as backup, combined with virtually any interface desired, makes the box a perfect consolidation platform. Of course, any of the previously mentioned techniques for data protection and disaster recovery can be used for the additional workload. 8

9 Comparing Backup Destination Options The following table summarizes the three target backup destinations and the associated attributes. Backup to Internal Storage (FRA) Backup to ZFSSA (RMAN) Backup to Tape (RMAN and OSB) Replicate to Remote ODA (ADG) Primarily protect against Logical corruption Protect against Physical and Logical Corruption Protection against Physical, Logical corruption and sitefailure. Primarily protection against physical corruption and site failure Fastest data protection -Immediate Backup & Restore Fastest and Most Flexible External Backup Option Advance ZFSSA Data Services Most economical Fastest in site failures Short-term protection of fresh data Short and medium term protection Focus on long-term protection, archival of multiple instances of data Short-term protection of fresh data and transactions Best efficiency and reduced costs - no 3rd party costs, implementation or integration risks Datacenter best practices by Oracle on Oracle easy to implement and manage Automating the Backup Process Oracle Enterprise Manager Database Control or Grid Control Oracle Enterprise Manager is a GUI-based management tool that provides an easy way to schedule and run backups. The screen grab image on the next page shows that the backup functionality is accessed under the Availability tab. 9

10 You first create your backup settings where you specify Device specifics, Backup Set information and Backup Policy information. The next image shows the Device screen you receive when you select Backup Settings. It allows you to specify whether you are backing up to disk (specifying a location) or to tape and whether the backup set is compressed. 10

11 The Backup Set screen asks for information such as what compression algorithm to be used, and how many copies of backup files are required. The Policy screen collects information about the policies affecting the backup such as whether the control file and spfile should be automatically backed up, the retention policy for backups, and whether any tablespaces should be excluded from the backup. Scripting Backup and Recovery Operations Some DBAs like to have greater control over how the backup is performed and as such prefer to use a command line interface to perform the backup. Again, the tool used to perform this work is RMAN. The following is an example script showing how a backup and recovery can be run with the backup destination to a File System/NAS server. Backup example to FileSystem/NAS destination: $ORACLE_HOME/bin/rman nocatalog target / log=$log_location/full_db_bk_`date +'%Y%m%d%H%M%S'`.log RMAN> run { CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '$BACKUP_DEST/%F'; allocate channel c1 device type disk format '$BACKUP_DEST/db_%U'; backup database plus archivelog not backed up delete all input; } Recovery example: $ORACLE_HOME/bin/rman nocatalog target / log=$log_location/recv_db_`date +'%Y%m%d%H%M%S'` using $DB_ID RMAN> run {startup nomount; set controlfile autobackup format for device type disk to '$BACKUP_DEST/%F'; restore spfile from autobackup; startup force nomount; restore controlfile from autobackup; alter database mount; restore database; recover database; } Environment Settings For NAS best practice recommendations, consult the following note in My Oracle Support (MOS): 11

12 Conclusion The Oracle Database Appliance uses the same backup and recovery capabilities used for Oracle databases running in non-appliance environments. DBAs have the same destination options, Flash Recovery Areas on disk, File System/NAS, and tape. Backup and Recovery can be accomplished using the GUI-based Oracle Enterprise Manager or from a command line. All these operations can be automated as well. The significant advantage the Oracle Database Appliance offers for backup and recovery is its multiple, built-in networking options. With both 1GbE and 10GbE networking interfaces, DBAs have options with respect to which channel they use to perform backups. By dedicating one of the built-in 10GbE channels to the backup operation, The Oracle Database Appliance can make backups faster and easier to perform. Combining the Oracle Database Appliance with the ZFS Storage Appliance provides a number of advantages: Preserving finite disk space on the Database Appliance Protection against system failure Enabling Disaster Recovery with remote replication Providing long term archival when combined with the use of tape, Provisioning data to other environments, such as test & development Economic benefit through consolidating workloads. 12

13 Oralce Database Appliance Backup and Reocvery October 2011 Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: Copyright 2011, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark licensed through X/Open Company, Ltd oracle.com

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

Managed Storage Services

Managed Storage Services An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)

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 Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3

More information

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

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

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups An Oracle White Paper September 2011 Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups Table of Contents Introduction... 3 Tape Backup Infrastructure Components... 4 Requirements...

More information

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

More information

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Expect enhancements in performance, simplicity, and agility when deploying Oracle Virtual Networking in the data center. ORACLE

More information

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014 Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance Introduction... 2 Overview... 3 Oracle ZFS Storage

More information

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI An Oracle White Paper March 2013 Oracle s Single Server Solution for VDI Introduction The concept of running corporate desktops in virtual machines hosted on servers is a compelling proposition. In contrast

More information

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK KEY FEATURES LIFECYCLE MANAGEMENT OF VIRTUALIZATION TECHNOLOGIES MADE SIMPLE Automation of lifecycle management reduces costs and errors while improving

More information

An Oracle White Paper August 2013. Automatic Data Optimization with Oracle Database 12c

An Oracle White Paper August 2013. Automatic Data Optimization with Oracle Database 12c An Oracle White Paper August 2013 Automatic Data Optimization with Oracle Database 12c Introduction... 1 Storage Tiering and Compression Tiering... 2 Heat Map: Fine-grained Data Usage Tracking... 3 Automatic

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA An Oracle White Paper March 2014 Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA Executive Overview... 2 Introduction... 2 Oracle Exadata Backup and Recovery Solution

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

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

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

An Oracle White Paper July 2012. Expanding the Storage Capabilities of the Oracle Database Appliance

An Oracle White Paper July 2012. Expanding the Storage Capabilities of the Oracle Database Appliance An Oracle White Paper July 2012 Expanding the Storage Capabilities of the Oracle Database Appliance Executive Overview... 2 Introduction... 2 Storage... 3 Networking... 4 Determining the best Network Port

More information

An Oracle White Paper May 2010. Cloud-Stored Offsite Database Backups

An Oracle White Paper May 2010. Cloud-Stored Offsite Database Backups An Oracle White Paper May 2010 Cloud-Stored Offsite Database Backups 1 Introduction Cloud Computing allows users to tap into a virtually unlimited pool of computing and storage resources over the Internet

More information

An Oracle White Paper. Oracle Database Appliance X4-2

An Oracle White Paper. Oracle Database Appliance X4-2 An Oracle White Paper Oracle Database Appliance X4-2 Introduction The Oracle Database Appliance X4-2 is the 3rd generation of the Oracle Database Appliance. It is an Oracle Engineered System consisting

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Table of Contents 0 Introduction 1 The Test Environment 1 Best

More information

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters An Oracle White Paper July 2013 Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters Executive Overview Thousands of companies world-wide use

More information

Driving Down the High Cost of Storage. Pillar Axiom 600

Driving Down the High Cost of Storage. Pillar Axiom 600 Driving Down the High Cost of Storage Pillar Axiom 600 Accelerate Initial Time to Value, and Control Costs over the Long Term Make a storage investment that will pay off in rapid time to value and low

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

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

An Oracle White Paper October 2013. Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance

An Oracle White Paper October 2013. Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance An Oracle White Paper October 2013 Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance Executive Overview... 2 Introduction... 3 Delivering Superior Performance at a Lower Price...

More information

Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015

Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015 Oracle Database Backup To Cloud: Amazon Simple Storage Service (S3) ORACLE WHITE PAPER JULY 2015 Introduction 1 Why Backup to Cloud Storage? 2 Oracle Secure Backup Cloud Module 3 Complete Data Security

More information

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability An Oracle Communications White Paper December 2014 Serialized Asset Lifecycle Management and Property Accountability Disclaimer The following is intended to outline our general product direction. It is

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM

STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM KEY BENEFITS BUSINESS RESUMPTION NOW! Manage massive data growth. Support your legacy and growing business applications by dramatically increasing the amount of

More information

Virtual Compute Appliance Frequently Asked Questions

Virtual Compute Appliance Frequently Asked Questions General Overview What is Oracle s Virtual Compute Appliance? Oracle s Virtual Compute Appliance is an integrated, wire once, software-defined infrastructure system designed for rapid deployment of both

More information

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Table of Contents Fully Integrated Hardware and Software

More information

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features An Oracle Technical White Paper June 2010 Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features Introduction... 2 Windows Paravirtual Drivers 2.0 Release... 2 Live Migration... 3 Hibernation...

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

Highest Application Availability with Oracle Optimized Solution for Disaster Recovery O R A C L E W H I T E P A P E R J U N E 2 0 1 5

Highest Application Availability with Oracle Optimized Solution for Disaster Recovery O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Highest Application Availability with Oracle Optimized Solution for Disaster Recovery O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Introduction Disaster recovery has come to the forefront of IT concerns

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

An Oracle White Paper October 2011. Oracle Database Appliance

An Oracle White Paper October 2011. Oracle Database Appliance An Oracle White Paper October 2011 Oracle Database Appliance Introduction The Oracle Database Appliance is a new engineered system consisting of hardware and software that saves customers time and money

More information

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

An Oracle White Paper July 2014. Oracle ACFS

An Oracle White Paper July 2014. Oracle ACFS An Oracle White Paper July 2014 Oracle ACFS 1 Executive Overview As storage requirements double every 18 months, Oracle customers continue to deal with complex storage management challenges in their data

More information

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software

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

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

Why Oracle Database Runs Best on Oracle Servers and Storage. Optimize the Performance of the World s #1 Enterprise Database.

Why Oracle Database Runs Best on Oracle Servers and Storage. Optimize the Performance of the World s #1 Enterprise Database. Why Oracle Database Runs Best on Oracle Servers and Storage Optimize the Performance of the World s #1 Enterprise Database. 2 Contents 4 Engineered to Work Together 6 Oracle Optimized Solutions 10 Lower

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

Archiving For The Healthcare Enterprise

Archiving For The Healthcare Enterprise Archiving For The Healthcare Enterprise COST-EFFECTIVE PRESERVATION AND PROTECTION OF PATIENT DATA ARCHIVING IN THE DIGITAL AGE OF HEALTHCARE Protecting and preserving patient information has always been

More information

An Oracle White Paper September 2013. Lowering Storage Costs with the World's Fastest, Highest Capacity Tape Drive

An Oracle White Paper September 2013. Lowering Storage Costs with the World's Fastest, Highest Capacity Tape Drive An Oracle White Paper September 2013 Lowering Storage Costs with the World's Fastest, Highest Capacity Tape Drive Executive Overview... 1 Introduction... 1 Unmatched Capacity and Performance... 3 Lowering

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

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

Oracle Secure Backup 10.2 Policy-Based Backup Management. An Oracle White Paper December 2007

Oracle Secure Backup 10.2 Policy-Based Backup Management. An Oracle White Paper December 2007 Policy-Based Backup Management An Oracle White Paper December 2007 Policy-Based Backup Management Product Highlights Fastest, most efficient Oracle database backups to tape Heterogeneous file system protection

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.3 An Oracle White Paper January, 2009 Maximum Availability Architecture Oracle Best Practices For High Availability Backup and Recovery Scenarios

More information

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics An Oracle White Paper November 2010 Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics 1 Introduction New applications such as web searches, recommendation engines,

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud

Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud An Oracle White Paper July 2011 Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud Executive Summary... 3 Introduction... 4 Hardware and Software Overview... 5 Compute Node... 5 Storage

More information

An Oracle Technical White Paper May 2015. How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance

An Oracle Technical White Paper May 2015. How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance An Oracle Technical White Paper May 2015 How to Configure Kaspersky Anti-Virus Software for the Oracle ZFS Storage Appliance Table of Contents Introduction... 2 How VSCAN Works... 3 Installing Kaspersky

More information

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Introduction There are often situations in which you need to spin up a new database. But in a traditional

More information

An Oracle White Paper January 2015. Oracle Database Backup Service A Technical White Paper

An Oracle White Paper January 2015. Oracle Database Backup Service A Technical White Paper An Oracle White Paper January 2015 Oracle Database Backup Service A Technical White Paper 1 WHY STORE BACKUPS IN THE CLOUD? ORACLE DATABASE BACKUP SERVICE OVERVIEW ORACLE DATABASE CLOUD BACKUP MODULE (ODCBM)

More information

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c An Oracle White Paper June 2013 Oracle Linux Management with Oracle Enterprise Manager 12c Introduction... 1 Oracle Enterprise Manager 12c Overview... 3 Managing Oracle Linux with Oracle Enterprise Manager

More information

Oracle Virtual Networking Overview and Frequently Asked Questions March 26, 2013

Oracle Virtual Networking Overview and Frequently Asked Questions March 26, 2013 Oracle Virtual Networking Overview and Frequently Asked Questions March 26, 2013 Overview Oracle Virtual Networking revolutionizes data center economics by creating an agile, highly efficient infrastructure

More information

Performance with the Oracle Database Cloud

Performance with the Oracle Database Cloud An Oracle White Paper September 2012 Performance with the Oracle Database Cloud Multi-tenant architectures and resource sharing 1 Table of Contents Overview... 3 Performance and the Cloud... 4 Performance

More information

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud)

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud) ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE THE INDUSTRY S ONLY COMPLETE SOLUTION FOR DATABASE CLOUD MANAGEMENT. KEY FEATURES Consolidation Planning Out-of-the-box Self Service Portal Enterprise Service

More information

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

How To Load Data Into An Org Database Cloud Service - Multitenant Edition An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...

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

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

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

ORACLE VM MANAGEMENT PACK

ORACLE VM MANAGEMENT PACK ORACLE VM MANAGEMENT PACK Effective use of virtualization promises to deliver significant cost savings and operational efficiencies. However, it does pose some management challenges that need to be addressed

More information

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g An Oracle White Paper November 2010 Oracle Business Intelligence Standard Edition One 11g Introduction Oracle Business Intelligence Standard Edition One is a complete, integrated BI system designed for

More information

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption An Oracle White Paper December 2011 Cloud Candidate Selection Tool: Guiding Cloud Adoption Cloud Candidate Selection Tool: Guiding Cloud Adoption Executive Overview... 2 Introduction... 2 Tool Capabilities

More information

ORACLE MANAGED FILE TRANSFER

ORACLE MANAGED FILE TRANSFER ORACLE MANAGED FILE TRANSFER ENTERPRISE FILE EXCHANGE FAST AND FLEXIBLE LARGE FILE HANDLING KEY FEATURES End to End Auditability, Control and Reporting Built-in Security, Identity management, LDAP and

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

An Oracle White Paper May 2012. Oracle Database Cloud Service

An Oracle White Paper May 2012. Oracle Database Cloud Service An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing

More information

An Oracle White Paper November 2010. Achieving New Levels of Datacenter Performance and Efficiency with Software-optimized Flash Storage

An Oracle White Paper November 2010. Achieving New Levels of Datacenter Performance and Efficiency with Software-optimized Flash Storage An Oracle White Paper November 2010 Achieving New Levels of Datacenter Performance and Efficiency with Software-optimized Flash Storage Overview Escalating data growth, ongoing budgetary pressures, and

More information

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers An Oracle Technical Paper July 2012 Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers Disclaimer The following is intended to outline our general product direction. It

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

An Oracle White Paper June 2010. Introduction to Determinations Engines

An Oracle White Paper June 2010. Introduction to Determinations Engines An Oracle White Paper June 2010 Introduction to Determinations Engines Introduction to Determinations Engines Executive Overview IT tools and approaches can deliver significant benefits to policy implementation

More information

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management A Framework for Implementing World-Class Talent Management The highest performing businesses are re-focusing on talent management The highest performing businesses are re-focusing on talent management.

More information

An Oracle White Paper August 2010. Oracle Database Auditing: Performance Guidelines

An Oracle White Paper August 2010. Oracle Database Auditing: Performance Guidelines An Oracle White Paper August 2010 Oracle Database Auditing: Performance Guidelines Introduction Database auditing has become increasingly important as threats to applications become more sophisticated.

More information

Oracle SQL Developer Migration

Oracle SQL Developer Migration An Oracle White Paper May 2010 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Oracle SQL Developer: Architecture and Supported Platforms... 3 Supported Platforms... 4 Supported Databases...

More information

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices September 2008 Recent advances in data storage and data protection technology are nothing short of phenomenal. Today,

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 2015 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Services SaaS Extension S1 Non-Metered Usage Services SaaS

More information

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database

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

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance An Oracle White Paper December 2010 Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance Executive Overview... 1 Health Information Portability and Accountability Act Security

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Cloud-Based Content Storage Management with Oracle DIVA Cloud Service

Cloud-Based Content Storage Management with Oracle DIVA Cloud Service Cloud-Based Content Storage Management with Oracle DIVA Cloud Service Giving Broadcasters a New Avenue for Profitability ORACLE WHITE PAPER UPDATED MAY 2015 Many of our clients had been asking about digital

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

An Oracle White Paper June 2011. Cutting Cost through Consolidation

An Oracle White Paper June 2011. Cutting Cost through Consolidation An Oracle White Paper June 2011 Cutting Cost through Consolidation 1 Executive Overview Technology underpins both local and central government, providing the platform upon which virtually all services

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 205 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Metered Usage Oracle Java Cloud Trial B78388 Not applicable

More information

Virtual Infrastructure Security

Virtual Infrastructure Security Virtual Infrastructure Security 2 The virtual server is a perfect alternative to using multiple physical servers: several virtual servers are hosted on one physical server and each of them functions both

More information

March 2014. Oracle Business Intelligence Discoverer Statement of Direction

March 2014. Oracle Business Intelligence Discoverer Statement of Direction March 2014 Oracle Business Intelligence Discoverer Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed

More information

MySQL Enterprise Backup

MySQL Enterprise Backup MySQL Enterprise Backup Fast, Consistent, Online Backups A MySQL White Paper February, 2011 2011, Oracle Corporation and/or its affiliates Table of Contents Introduction... 3! Database Backup Terms...

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

Backup and Recovery 1

Backup and Recovery 1 Backup and Recovery What is a Backup? Backup is an additional copy of data that can be used for restore and recovery purposes. The Backup copy is used when the primary copy is lost or corrupted. This Backup

More information

An Oracle White Paper November 2011. Upgrade Best Practices - Using the Oracle Upgrade Factory for Siebel Customer Relationship Management

An Oracle White Paper November 2011. Upgrade Best Practices - Using the Oracle Upgrade Factory for Siebel Customer Relationship Management An Oracle White Paper November 2011 Upgrade Best Practices - Using the Oracle Upgrade Factory for Siebel Customer Relationship Management Executive Overview... 1 Introduction... 1 Standard Siebel CRM Upgrade

More information