VERITAS Database Replication Option TM for Oracle

Size: px
Start display at page:

Download "VERITAS Database Replication Option TM for Oracle"

Transcription

1 VERITAS Database Replication Option TM for Oracle Presented at Oracle Open World Los Angeles, CA at 2:00pm Marty Ward Senior Product Manager VERITAS Software Corporation Executive Summary Continuous availability and high performance requirements make it difficult to perform basic maintenance and operational tasks on the Oracle databases driving today s corporate processes. Tasks such as backing up data, extracting data for decision support systems and running operational reports consume processing resources resources that are required to maintain the highest possible performance and availability. One solution to this dilemma is to off-load these tasks to another system, replicating the production database to the secondary system. In this configuration, maintenance and reporting tasks can take place at the DBA s convenience, as these activities have no impact on the production system. But replicating and synchronizing these systems for off-host processing presents a number of challenges. The VERITAS Database Replication Option for Oracle provides a software solution for replicating critical Oracle databases on commodity hardware. The Database Replication Option simplifies and automates the replication and resynching processes, enabling a wide range of off-host processing on the replicated system. This provides enhanced maintenance and operational capabilities without detracting from the availability or performance of production systems. VERITAS Database Replication Oracle Open World 1

2 Overview Oracle databases are behind many of the applications that drive today s businesses. As more and more critical systems rely on core databases, the Database administrators (DBAs) responsible for these systems are pressed to provide ever-higher performance and availability. Whether internal or external, users expect fast response times and continuous availability from today s systems. And problems with these systems can have a significant impact on a company s productivity or profitability. No matter how sophisticated the application, the underlying database still requires basic maintenance. For example, regular backups are critical for protecting against a wide variety of failures. Even performing online backups has a performance impact on the running system. Other maintenance or production tasks include extracting data for decision support systems and performing production reporting. These, too, affect performance. In fact, the increasingly critical nature of these database applications make maintenance operations even more important. Decision support systems, for example, extract valuable corporate information from transactional data. The challenge is performing these operations in a continuous up-time environment. Years ago, companies scheduled system downtime in the early hours of the morning. They used this time to upgrade software, perform backups, and run batch processing against the system, generating production reports or loading new data. In today s global environment, many corporations have no real downtime windows. Global corporations work in so many time zones that when offices are closed in California they are open in Hong Kong. Many companies serve consumers that expect to be able to place an order at any time of the day or night. Without downtime windows, today s database administrators (DBAs) are forced to find ways to perform maintenance and operational tasks while the database is available. The larger the database, the more difficult these tasks become. The following sections describe the specific challenges of some of the most common tasks. Backups Maintaining recoverability of the database requires performing frequent and accurate backups. The simplest backups are performed with the system offline; the backup generates a consistent image of the database. With compressed downtime windows, database vendors started supporting hot or online backups. An online backup, taken when the backup is available and in-use, actually writes a fuzzy backup; the backup does not necessarily represent a consistent database state. To recover from an online backup, the DBA must apply the archived redo logs. This ensures that any outstanding transactions at the time of the backup are either committed or rolled back, and brings the database back to consistency. While online backups are much more practical for high availability databases than cold backups, they do have a few drawbacks: To perform an online backup, the database must be in a BACKUP state. This has implications for the redo logs and rollback segments. Very large databases may see a performance impact. As a result, most sites still try to find a low-usage time of day to run online backups. The backup uses CPU and I/O cycles on the production database system. In a system that is CPU or I/O bound, this will have a significant performance impact. Recovering from these backups entails replaying archived redo logs. This is a slow process, as you need to redo each transaction that occurred in the database from the point of backup to the current time. The more online redo logs, the longer the recovery time. Taking backups more frequently reduces the recovery time in case of an outage, but may affect ongoing performance. VERITAS Database Replication Oracle Open World 2

3 Reporting Running production reports against large databases can have a significant performance impact on the system. DBAs typically schedule regular reports for low-usage times of day, but this can be difficult to arrange as usage increases around-the-clock and as the database itself grows in size. For example, consider the case of a company that uses data processing software for producing tax returns. The IRS requires these companies to have all of the information that an auditor might require stored in flat files. An ERP business application will have a program to extract this information from the database on Oracle. If we estimate that an average system can extract 100 MB per hour, while an average customer may generate three to five gigabytes of data monthly, this would result in hours each month of reporting, during which production performance will slow noticeably. Decision support extracts The data residing in large transactional databases is a valuable source of information about a company s customers, products, operations, etc. Companies implement data warehouses and data marts to leverage this information into business knowledge. But to do so, they need to extract the data from the transactional system. Doing so may involve running queries that perform large table scans. Data extraction operations for the warehouse are resource-intensive. The larger the database, the longer the extraction, and the greater its impact on the system. Replicating Production Databases (or Off-Host Processing) For each of the cases described above, the real problem lies in the effect on the performance of the production system. Each of these problems can be solved by using a secondary system with the same data as the production system. In this paper, we will call processing performed against a secondary system offhost processing. The advantages of off-host processing are immediately apparent: Any performance impact occurs on the secondary system and does not affect production users. The DBA can perform operations at any convenient time of day instead of during limited low-usage hours in the middle of the night. The time constraint is gone if the backup takes longer to complete due to a media problem, or if the DBA wants to stop and re-run a report for any reason, the production system is not affected. With a replicated system, the DBA has a source for other maintenance operations, such as testing software patches or modifications before installing them in production. Users can work with realistic data for testing or training purposes without worrying about corrupting the data. The challenge, of course, is creating and maintaining a replicated system. The best solution will have a minimal performance impact on the production system, and will be easy to manage. If it is too difficult or time-consuming to perform the replication actions, then the usefulness of the replicated system is constrained. Ideally, any replication solution will also be affordable, using commodity hardware for which purchasing and management structures are already in place. There are several possible ways to create replicated data for performing these administrative functions. Some of the existing alternatives are described below. The new VERITAS Database Replication Option for Oracle provides a software solution to this problem that addresses the limitations of other alternatives and leverages the strength of VERITAS expertise in database and file system storage. VERITAS Database Replication Oracle Open World 3

4 Existing Replication Methods Existing replication methods today include: local disk mirroring remote disk volume mirroring replication using database transactions (archived redo logs) Each of these solutions has its own strengths and drawbacks. Local Disk Mirroring Local disk mirroring is a low-level approach to replicating production data. Using this technique, all write I/O instructions are written to multiple, redundant disk volumes. This technique is frequently used to provide high availability; if an initial device fails, then the system can switch to the mirrored device(s) immediately, without significant downtime or loss of data. Database Disk controller Mirrored disk Figure One: Local Disk Mirroring To use a local replicated system for off-host operations (such as backup or reporting), you need to decouple the replicated disks from the primary disks. At this point, you have a stable, frozen database image that is no longer affected by ongoing transactions. From this system, you can then perform backups, reporting, or other off-host processing. Although local disk mirroring works well for providing a failover system, it works less well for off-host processing. The problem with this approach for off-host processing is that at some point you have to resynchronize the replicated copy with the production copy. To do so, you must essentially recopy the production database to the replicated copy, then restart the local disk mirroring. This process is both timeand resource-consuming, and can have a significant impact for large production databases. Remote Disk Volume Mirroring Remote disk mirroring is similar to local disk mirroring, except that the primary and secondary disks may be separated by great distances. VERITAS Database Replication Oracle Open World 4

5 Database LAN or WAN Disk controller Disk controller Remotely mirrored disk Figure Two: Remote Disk Volume Mirroring Again, this approach works well for maintaining a failover system, as the additional physical separation of the disks eliminates another point of failure. Remote disk mirroring can introduce ongoing performance issues on the production server. The extent of this impact depends on the network performance between the primary and secondary sites, and the rate of write operations. A transaction is not completed until the database receives write verification. This approach has the same limitations for off-host processing as local disk mirroring it is difficult and time-consuming to resynchronize the replicated copy after detaching it to perform operations such as backup. Replaying Database Transactions While disk mirroring replicates at the disk I/O level, this method uses a logical approach, replaying each database transaction on the replicated system. The result is a logically identical database, assuming all operations are logged. Production Database Replicated Database Archived Redo Logs Figure Three: Replication through Database Transactions Using this method, you have two complete Oracle instances running. An initial backup from the production system is loaded to the replicated system. The production database runs in ARCHIVELOGMODE, and archives its logs as usual. The replicated database runs in recovery mode, constantly recovering the archive logs written by the production database. VERITAS Database Replication Oracle Open World 5

6 This method works well for maintaining a hot standby server for high availability purposes. But it has serious limitations for off-host processing: You cannot take a backup of a database in recovery mode. To take the backup, you have to put the database in backup mode or take it offline. Either action breaks the link between the systems, and bringing them back into synchronization is difficult. You cannot perform any testing or training on this system without breaking the link. This method has the same essential failings for off-host operations as the first two. You cannot both maintain replication integrity with the primary system and allow full access to the replicated data. Once you take the systems out of synch, the process of resynching the primary and secondary systems is difficult and degrades production performance. The VERITAS Database Replication Option for Oracle With the Database Replication Option for Oracle, VERITAS Software provides another alternative for creating replicated systems for off-host processing. The Database Replication Option provides a solution that meets the requirements for off-host processing systems, including: Limited impact on the production system Simplified management - it is easy to disconnect and resynchronize the systems Use of commodity hardware Most importantly, the VERITAS Database Replication Option answers the essential challenge of providing access to the replicated data and simplifying the process of resynching the data, with limited impact on the performance system. It does this by integrating key technology from the VERITAS Database Edition for Oracle, which includes Storage Checkpoint technology and a cached Quick I/O technology for writing database storage to the VERITAS File System. The Database Replication Option interfaces and integrates with this technology and adds a replication management interface for managing the replication and synchronization involved in off-host processing. The Database Replication Option takes a file-system based approach to managing replication. It tracks the changed file system blocks (using a Block Level Incremental Backup feature) on the production backup and writes them to the replicated system at scheduled intervals. And it allows data updates and changes on the replicated system because a unique Storage Checkpoint technology provides a quick way to back out changed data. These two features are key to the VERITAS replication solution, and as such deserve a bit more explanation. Block Level Incremental Backups (BLIBs) A block-level incremental backup only writes the database blocks that have changed since the last backup. Block level incremental backups are extremely fast, and have a limited impact on the production system. Storage Checkpoints A Storage Checkpoint is a disk- and I/O-efficient technology for taking snapshot images of mounted file systems. It is part of the VERITAS Database Edition for Oracle, and is made possible through integration with the VERITAS File System. A Storage Checkpoint tracks the blocks that have changed in the database since the last checkpoint, creating a persistent, disk-based image. The Edition can then roll back the file system to a previous state by restoring only the changed blocks. VERITAS Database Replication Oracle Open World 6

7 The Database Replication Option for Oracle combines these technologies to create a solution for replicated, off-host processing that both allows access to the replicated data and resynchronizes quickly and easily. The Database Replication Option uses block-level incremental backups to replicate data at scheduled intervals between systems, with minimal performance impact on the production system. This solves the problem of replicating production data on the source system. Although this does not achieve the up-to-the-second accuracy required for a hot backup server, replications can be scheduled frequently enough for almost any off-host processing need. It uses Storage Checkpoints on the replicated system to roll the system back to the last synchronization point after any off-host processing makes changes. At this point, another BLIB brings it current with the production system. The Database Replication Option provides predefined commands for managing the replication, including initializing the replicated database, replicating or restoring changes, and maintaining storage checkpoints. The solution is best understood by going through an example. Off-Host Processing with the VERITAS Database Replication Option For the purposes of this example, the production system will be called the primary system, and the replicated system is the secondary system. We are assuming that there is only one replicated system. Both system are running Sun SPARC systems running Sun Solaris or 2.6, and Oracle or 8. No special storage hardware is required; any commodity disks otherwise appropriate for the production system will work. Requirements Primary system storage The primary system s storage and configuration requirements are determined mainly by the database application s requirements, but also include the following: The database must reside on the VERITAS File system (VxFS 3.3), which is part of the Database Edition for Oracle product. Although in general database administrators prefer raw devices instead of file systems for database storage, the VERITAS Database Edition for Oracle includes a Quick I/O feature that makes VERITAS File system storage as fast and reliable as raw partition storage. This configuration is fully supported by Oracle Corporation and is described in more detail in the paper Reducing Downtime and Improving Performance with Oracle-Specific Storage Software The Database Replication Option requires a small percentage of additional storage for tracking changed blocks. A good rule of thumb is to allocate an additional 10% of the amount of storage in the replicated file systems. The Network interface A private network between the two machines guarantees the best performance. Although most synchronization using block level incremental backups will be relatively small, a 100baseT interface provides the best performance. This is particularly useful when you have to move a good deal of data over the network, such as initializing new tablespaces. Secondary system storage The secondary system storage requirements depend on the total size of the replicated data, the amount of anticipated write operations on the secondary system (for off-host processing needs), and the largest individual file size in the data set. The secondary system must have enough storage for a complete second copy of the primary data. VERITAS Database Replication Oracle Open World 7

8 It must have extra space allocated for all write I/O operations that take place on the secondary data, as this data is written to newly allocated blocks instead of replacing original contents. If the secondary system is used solely for backup purposes, then this additional storage is small and should not exceed 10% of the total replicated data size. Setting up the Replicated System After installing and configuring the Database Replication Option on both systems, a DBA uses the orarep_init command to initialize the replicated system. This performs a full backup of the primary database and restores it to the secondary database. Next the DBA schedules regular synchronization between the systems (using the block level incremental replication). During these operations, only the changed data blocks are copied from the primary system and written to the secondary system. Running in this state, the secondary database reflects the primary database as of the last synchronization. Performing Off-Host Processing The Database Replication Option has a unique solution to providing access to the replicated data. When ready to perform off-host processing, the DBA: 1. Performs a storage checkpoint on the secondary system; this records its current replicated state. 2. Performs whatever off-host processing needed, including backups, reporting, testing, training, etc. 3. Uses the Replication Edition to roll back the secondary system to its initial state before the processing (the state represented in step 1). 4. If some time has elapsed, the DBA can replicate changes once more from the production system. Otherwise, the secondary system will be updated on its typical schedule. Summary The VERITAS Database Replication Option for Oracle provides a unique solution to the problem of maintaining high availability and performance by supporting off-host processing for critical maintenance and production operations. The Database Replication Option leverages the combined strengths of the VERITAS Database Edition for Oracle to create a manageable software solution to a difficult problem. Instead of requiring specialized hardware, the VERITAS Solution applies the intelligence in the software, letting you use available commodity storage to support the off-host processing. The VERITAS Database Replication Option improves the manageability, performance and availability of critical applications running on the Oracle database platform. VERITAS Database Replication Oracle Open World 8

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

Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment

Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment Integrating Network Appliance Snapshot and SnapRestore with VERITAS NetBackup in an Oracle Backup Environment Network Appliance Inc. and VERITAS Bill May and Don Peterson April 2005 TR 3394 TECHNICAL REPORT

More information

Implementing an Enterprise Class Database Backup and Recovery Plan

Implementing an Enterprise Class Database Backup and Recovery Plan Implementing an Enterprise Class Database Backup and Recovery Plan Tammy Bednar Oracle Corporation 400 Oracle Parkway, Redwood Shores, CA 94065 Work: (650) 506-4780 Fax: (650) 506-7203 tammy.bednar@oracle.com

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

Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases

Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases Database Storage Management with Veritas Storage Foundation by Symantec Manageability, availability, and superior performance for databases Solution Brief: Database Storage Management Database Storage

More information

Surround SCM Backup and Disaster Recovery Solutions

Surround SCM Backup and Disaster Recovery Solutions and Disaster Recovery Solutions by Keith Vanden Eynden Investing in a source code management application, like, protects your code from accidental overwrites, deleted versions, and other common errors.

More information

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions

Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions Backing up a Large Oracle Database with EMC NetWorker and EMC Business Continuity Solutions EMC Proven Professional Knowledge Sharing June, 2007 Maciej Mianowski Regional Software Specialist EMC Corporation

More information

Fault Tolerant Servers: The Choice for Continuous Availability

Fault Tolerant Servers: The Choice for Continuous Availability Fault Tolerant Servers: The Choice for Continuous Availability This paper discusses today s options for achieving continuous availability and how NEC s Express5800/ft servers can provide every company

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

E-Series. NetApp E-Series Storage Systems Mirroring Feature Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

E-Series. NetApp E-Series Storage Systems Mirroring Feature Guide. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. E-Series NetApp E-Series Storage Systems Mirroring Feature Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

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

HRG Assessment: Stratus everrun Enterprise

HRG Assessment: Stratus everrun Enterprise HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at

More information

Contents. SnapComms Data Protection Recommendations

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

More information

WHITE PAPER. Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW

WHITE PAPER. Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW WHITE PAPER Oracle Backup and Recovery Essentials NFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW 1 TABLE OF CONTENTS Introduction 3 Oracle Backup Basics.. 3 Limitations of Manual Backup

More information

VERITAS Volume Management Technologies for Windows

VERITAS Volume Management Technologies for Windows WHITE PAPER VERITAS Volume Management Technologies for Windows V E R I T A S W H I T E P A P E R The Next Generation of Disk Management for Windows Platforms Windows 2000 and Windows Server 2003 1 TABLE

More information

Disaster Recovery Solution Achieved by EXPRESSCLUSTER

Disaster Recovery Solution Achieved by EXPRESSCLUSTER Disaster Recovery Solution Achieved by EXPRESSCLUSTER http://www.nec.com/expresscluster/ NEC Corporation System Software Division December, 2012 Contents 1. Clustering system and disaster recovery 2. Disaster

More information

High Availability and Disaster Recovery Solutions for Perforce

High Availability and Disaster Recovery Solutions for Perforce High Availability and Disaster Recovery Solutions for Perforce This paper provides strategies for achieving high Perforce server availability and minimizing data loss in the event of a disaster. Perforce

More information

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

More information

Total Data Storage Management for Oracle E-Business

Total Data Storage Management for Oracle E-Business Total Data Storage Management for Oracle E-Business Solution Series for Oracle: 1 of 5 Table of Contents The E-Business Challenge................................2 VERITAS Delivers Business Continuance

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

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

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

Block-Level Incremental Backup

Block-Level Incremental Backup A STORAGE MANAGEMENT SOLUTION from VERITAS Software Corporation Advanced techniques for consistent database s with minimal operational impact. Contents BACKUP: BECAUSE STUFF HAPPENS... 5 ADVANCED BACKUP

More information

Alternative Backup Methods For HP-UX Environments Today and Tomorrow

Alternative Backup Methods For HP-UX Environments Today and Tomorrow Alternative Backup Methods For HP-UX Environments Today and Tomorrow Rob O Brien Product Marketing Manager VERITAS Software robrien@veritas.com September, 2002 Agenda VERITAS Software Overview Storage

More information

Oracle Backup & Recovery

Oracle Backup & Recovery ORACLG«Oracle Press Oracle Backup & Recovery Rama Velpuri Osborne McGraw-Hill Berkeley New York St. Louis San Francisco Auckland Bogota Hamburg London Madrid Mexico City Milan Montreal New Delhi Panama

More information

DATASHEET. Proactive Management and Quick Recovery for Exchange Storage

DATASHEET. Proactive Management and Quick Recovery for Exchange Storage VERITAS Edition for Microsoft Exchange 2000 Proactive Management and Quick Recovery for Exchange Storage The VERITAS Enterprise Administrator GUI enables centralized, cross-platform storage management.

More information

DeltaV Virtualization High Availability and Disaster Recovery

DeltaV Virtualization High Availability and Disaster Recovery DeltaV Distributed Control System Whitepaper October 2014 DeltaV Virtualization High Availability and Disaster Recovery This document describes High Availiability and Disaster Recovery features supported

More information

WHITE PAPER. Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW

WHITE PAPER. Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW WHITE PAPER Oracle Backup and Recovery Essentials INFORMATION THAT EVERY ORACLE DATABASE ADMINISTRATOR SHOULD KNOW 1 TABLE OF CONTENTS Introduction 3 Oracle Backup Basics.. 3 Limitations of Manual Backup

More information

Backup and Restore Back to Basics with SQL LiteSpeed

Backup and Restore Back to Basics with SQL LiteSpeed Backup and Restore Back to Basics with SQL December 10, 2002 Written by: Greg Robidoux Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction One of the most important aspects for a database

More information

VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers

VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers VERITAS File Server Edition Turning Commodity Hardware into High Performance, Highly Available File Servers Table of Contents The VERITAS File Server Edition...1 What is an Edition?...2 File Server Edition

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Oracle Data Guard OTN Case Study SWEDISH POST

Oracle Data Guard OTN Case Study SWEDISH POST Oracle Data Guard OTN Case Study SWEDISH POST Corporate Profile Annual revenue EUR 2.5 billion 40,000 employees Serving 3 million homes and 800.000 businesses daily url: http://www.posten.se Disaster Recovery

More information

Delivering Fat-Free CDP with Delphix. Using Database Virtualization for Continuous Data Protection without Storage Bloat.

Delivering Fat-Free CDP with Delphix. Using Database Virtualization for Continuous Data Protection without Storage Bloat. Delivering Fat-Free CDP with Delphix Using Database Virtualization for Continuous Data Protection without Storage Bloat White Paper Delivering Fat- Free CDP with Delphix Revision: June 2012 You can find

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

Data Replication INSTALATION GUIDE. Open-E Data Storage Server (DSS ) Integrated Data Replication reduces business downtime.

Data Replication INSTALATION GUIDE. Open-E Data Storage Server (DSS ) Integrated Data Replication reduces business downtime. Open-E Data Storage Server (DSS ) Data Replication INSTALATION GUIDE Integrated Data Replication reduces business downtime. Open-E DSS Data Replication Open-E Data Server Storage (DSS) offers enterprise-class

More information

VERITAS Backup Exec 10 for Windows Servers AGENTS & OPTIONS MEDIA SERVER OPTIONS KEY BENEFITS AGENT AND OPTION GROUPS

VERITAS Backup Exec 10 for Windows Servers AGENTS & OPTIONS MEDIA SERVER OPTIONS KEY BENEFITS AGENT AND OPTION GROUPS DATASHEET VERITAS Backup Exec 10 for Windows Servers AGENTS & OPTIONS VERITAS Backup Exec for Windows Servers is the Gold Standard in Windows data protection providing comprehensive, cost effective, certified

More information

Module 7: System Component Failure Contingencies

Module 7: System Component Failure Contingencies Module 7: System Component Failure Contingencies Introduction The purpose of this module is to describe procedures and standards for recovery plans to be implemented in the event of system component failures.

More information

Leveraging Virtualization for Disaster Recovery in Your Growing Business

Leveraging Virtualization for Disaster Recovery in Your Growing Business Leveraging Virtualization for Disaster Recovery in Your Growing Business Contents What is Disaster Recovery?..................................... 2 Leveraging Virtualization to Significantly Improve Disaster

More information

IBM AIX MANAGED SERVICES:

IBM AIX MANAGED SERVICES: IBM AIX MANAGED SERVICES: REMOTE MONITORING REMOTE ADMINISTRATION MANAGED HOSTING Reduce Your IBM AIX (pseries) Operating Costs & Get Higher Uptime. Let Connectria Help Run Your IBM AIX (pseries) Environment.

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

Complete Online Microsoft SQL Server Data Protection

Complete Online Microsoft SQL Server Data Protection WHITE PAPER Complete Online Microsoft SQL Server Data Protection VERITAS BACKUP EXEC TM 10 FOR WINDOWS SERVERS Agent for Microsoft SQL Server SQL Server 7.0 SQL Server 2000 1/17/2005 1 TABLE OF CONTENTS

More information

VERITAS VERTEX Initiative

VERITAS VERTEX Initiative VERITAS VERTEX Initiative Frequently Asked Questions Q1. What is the VERITAS VERTEX Initiative? A1. The VERITAS VERTEX Initiative is a set of NetBackup solutions from VERITAS that will deliver alternate

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

VERITAS and HP A LONG-TERM COMMITMENT

VERITAS and HP A LONG-TERM COMMITMENT VERITAS and HP A LONG-TERM COMMITMENT Hewlett-Packard holds the respect and trust of enterprises worldwide that depend on HP servers, storage, printers, and other equipment to run their businesses. HP

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

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

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

Data Sheet: Disaster Recovery Veritas Volume Replicator by Symantec Data replication for disaster recovery

Data Sheet: Disaster Recovery Veritas Volume Replicator by Symantec Data replication for disaster recovery Data replication for disaster recovery Overview Veritas Volume Replicator provides organizations with a world-class foundation for continuous data replication, enabling rapid and reliable recovery of critical

More information

WHITE PAPER PPAPER. Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions. for Microsoft Exchange Server 2003 & Microsoft SQL Server

WHITE PAPER PPAPER. Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions. for Microsoft Exchange Server 2003 & Microsoft SQL Server WHITE PAPER PPAPER Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions Symantec Backup Exec Quick Recovery & Off-Host Backup Solutions for Microsoft Exchange Server 2003 & Microsoft SQL Server

More information

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g

BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g BUSINESS CONTINUITY AND DISASTER RECOVERY FOR ORACLE 11g ENABLED BY EMC VMAX 10K AND EMC RECOVERPOINT Technical Presentation EMC Solutions Group 1 Agenda Business case Symmetrix VMAX 10K overview RecoverPoint

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

Securing Your Microsoft SQL Server Databases in an Enterprise Environment

Securing Your Microsoft SQL Server Databases in an Enterprise Environment Securing Your Microsoft SQL Server Databases in an Enterprise Environment Contents Introduction...1 Taking Steps Now to Secure Your Data...2 Step 1: Back Up Everything...2 Step 2: Simplify as Much as

More information

Veritas Replicator from Symantec

Veritas Replicator from Symantec Data replication across multi-vendor storage for cost effective disaster recovery Data Sheet: Disaster Recovery Overviewview provides organizations with a comprehensive solution for heterogeneous data

More information

Deploying Exchange Server 2007 SP1 on Windows Server 2008

Deploying Exchange Server 2007 SP1 on Windows Server 2008 Deploying Exchange Server 2007 SP1 on Windows Server 2008 Product Group - Enterprise Dell White Paper By Ananda Sankaran Andrew Bachler April 2008 Contents Introduction... 3 Deployment Considerations...

More information

WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE

WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE WHITE PAPER ENHANCING YOUR SQL REPORTING SERVICES DEPLOYMENT WITH DOUBLE-TAKE Published: May 2006 Executive Summary Database Management Systems (DBMS) are the hidden engines behind some of a company's

More information

Yiwo Tech Development Co., Ltd. EaseUS Todo Backup. Reliable Backup & Recovery Solution. EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1

Yiwo Tech Development Co., Ltd. EaseUS Todo Backup. Reliable Backup & Recovery Solution. EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1 EaseUS Todo Backup Reliable Backup & Recovery Solution EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1 Part 1 Overview EaseUS Todo Backup Solution Guide. All Rights Reserved Page 2 Introduction

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

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Why clustering and redundancy might not be enough This paper discusses today s options for achieving

More information

Publication Date: April 2007

Publication Date: April 2007 white paper Boost Block-level Replication with GoldenGate s TDM Technology for 100% Business Continuity Publication Date: April 2007 Abstract: Recent natural disasters and government regulations have created

More information

Symantec Storage Foundation High Availability for Windows

Symantec Storage Foundation High Availability for Windows Symantec Storage Foundation High Availability for Windows Storage management, high availability and disaster recovery for physical and virtual Windows applications Data Sheet: High Availability Overview

More information

Integrated Application and Data Protection. NEC ExpressCluster White Paper

Integrated Application and Data Protection. NEC ExpressCluster White Paper Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and

More information

Veritas Storage Foundation High Availability for Windows by Symantec

Veritas Storage Foundation High Availability for Windows by Symantec Veritas Storage Foundation High Availability for Windows by Symantec Simple-to-use solution for high availability and disaster recovery of businesscritical Windows applications Data Sheet: High Availability

More information

Huawei OceanStor Backup Software Technical White Paper for NetBackup

Huawei OceanStor Backup Software Technical White Paper for NetBackup Huawei OceanStor Backup Software Technical White Paper for NetBackup Huawei Page 1 of 14 Copyright Huawei. 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form

More information

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach

High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach High Availability and Disaster Recovery for Exchange Servers Through a Mailbox Replication Approach Introduction Email is becoming ubiquitous and has become the standard tool for communication in many

More information

Building a Successful E-Business Website

Building a Successful E-Business Website Building a Successful E-Business Website Using Data Availability Software to Optimize Site Performance and Availability V E R I T A S W H I T E P A P E R November 2000 Table of Contents Introduction.................................................................................3

More information

11. Configuring the Database Archiving Mode.

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

More information

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

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT

GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why Data Domain Series GIVE YOUR ORACLE DBAs THE BACKUPS THEY REALLY WANT Why you should take the time to read this paper Speed up backups (Up to 58.7 TB/hr, Data Domain systems are about 1.5 times faster

More information

Veritas Cluster Server by Symantec

Veritas Cluster Server by Symantec Veritas Cluster Server by Symantec Reduce application downtime Veritas Cluster Server is the industry s leading clustering solution for reducing both planned and unplanned downtime. By monitoring the status

More information

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage

TECHNICAL PAPER. Veeam Backup & Replication with Nimble Storage TECHNICAL PAPER Veeam Backup & Replication with Nimble Storage Document Revision Date Revision Description (author) 11/26/2014 1. 0 Draft release (Bill Roth) 12/23/2014 1.1 Draft update (Bill Roth) 2/20/2015

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

Configuring Apache Derby for Performance and Durability Olav Sandstå

Configuring Apache Derby for Performance and Durability Olav Sandstå Configuring Apache Derby for Performance and Durability Olav Sandstå Database Technology Group Sun Microsystems Trondheim, Norway Overview Background > Transactions, Failure Classes, Derby Architecture

More information

Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL

Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL SCHOONER WHITE PAPER Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL About Schooner Information Technology Schooner Information Technology provides

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

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline

More information

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation High Availability & Disaster Recovery Development Project Concepts, Design and Implementation High Availability & Disaster Recovery Development Project CONCEPTS Who: Schmooze Com Inc, maintainers, core

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

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

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

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

More information

VERITAS Volume Replication. and Oracle Databases

VERITAS Volume Replication. and Oracle Databases A SOLUTIONS WHITE PAPER from VERITAS Software Corporation VERITAS Volume Replication and Oracle Databases VERITAS volume replication technology, and how it enhances disaster tolerance in Oracle databases

More information

End-to-End Availability for Microsoft SQL Server

End-to-End Availability for Microsoft SQL Server WHITE PAPER VERITAS Storage Foundation HA for Windows End-to-End Availability for Microsoft SQL Server January 2005 1 Table of Contents Executive Summary... 1 Overview... 1 The VERITAS Solution for SQL

More information

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays V Tsutomu Akasaka (Manuscript received July 5, 2005) This paper gives an overview of a storage-system remote copy function and the implementation

More information

SQL Server Database Administrator s Guide

SQL Server Database Administrator s Guide SQL Server Database Administrator s Guide Copyright 2011 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by

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

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more e mail has many advantages. Large mailboxes

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

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

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

Pervasive PSQL Meets Critical Business Requirements

Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL Meets Critical Business Requirements Pervasive PSQL White Paper May 2012 Table of Contents Introduction... 3 Data Backup... 3 Pervasive Backup Agent... 3 Pervasive PSQL VSS Writer... 5 Pervasive

More information

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration

Archive Data Retention & Compliance. Solutions Integrated Storage Appliances. Management Optimized Storage & Migration Solutions Integrated Storage Appliances Management Optimized Storage & Migration Archive Data Retention & Compliance Services Global Installation & Support SECURING THE FUTURE OF YOUR DATA w w w.q sta

More information

Creating A Highly Available Database Solution

Creating A Highly Available Database Solution WHITE PAPER Creating A Highly Available Database Solution Advantage Database Server and High Availability TABLE OF CONTENTS 1 Introduction 1 High Availability 2 High Availability Hardware Requirements

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 database replication SharePlex for Oracle

Oracle database replication SharePlex for Oracle IX Konferencja PLOUG Koœcielisko PaŸdziernik 2003 Oracle database replication SharePlex for Oracle Cristian Maties Quest Software This presentation will look at an improved solution to the traditional

More information

ORACLE CORE DBA ONLINE TRAINING

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

More information

WHITE PAPER Overview of Data Replication

WHITE PAPER Overview of Data Replication Overview of Data Replication 1 Abstract Replication is the process of making a copy of something, or of creating a replica. In different contexts, such as art (copies of a painting), bioscience (cloning),

More information

SYSPRO Point of Sale: Architecture

SYSPRO Point of Sale: Architecture SYSPRO Point of Sale: Architecture SYSPRO Point of Sale: Architecture 2 Table of Contents Overview... 3 Online Architecture... 4 Online Components... 4 Server Components... 4 Offline Architecture... 5

More information

Worldwide Managed Services for. 402 Amherst Street, Suite 300 Nashua, NH 03063, USA. Phone: 603 879 9022 e mail: holland@sciinc.com www.sciinc.

Worldwide Managed Services for. 402 Amherst Street, Suite 300 Nashua, NH 03063, USA. Phone: 603 879 9022 e mail: holland@sciinc.com www.sciinc. Worldwide Managed Services for OpenVMS and Rdb Software Concepts International, LLC 402 Amherst Street, Suite 300 Nashua, NH 03063, USA Phone: 603 879 9022 e mail: holland@sciinc.com www.sciinc.com About

More information