Chapter 14: Backing up the Oracle Database Tapies covered in this section. Backup Overview. How often should backups be performed?

Size: px
Start display at page:

Download "Chapter 14: Backing up the Oracle Database Tapies covered in this section. Backup Overview. How often should backups be performed?"

Transcription

1 Chapter 14: Backing up the Oracle Database Tapies covered in this section Backup Overview + Planning Database Backup + Causes of System Failure Backup Considerations Types of Backup + Hot Backup + Cold Backup Backup Overview How often should backups be performed? + How much data can you afford to be lose? Why plan backups? + Disaster Recovery Procedures Document it Try it befare you need it + There is also recovery + Media lifespan + Your data is worth more than your hardware..,..., e,....;,...,..".. ~ \,.,..'-JI 11 1 '-...11'-JI 1~ 1

2 Disaster Preparedness Cycle Dcvclop/tcst Disaster Preparedness plan plan Backup Overview What causes systems to fail? + Hardware or Media Failure + Software bugs or design outages + Operations Human error + Environment Temperature, power, tornado, fire, earthquakes, tsunami + Any combination of the abo ve.....,.e,-~.;_..,,.. """ '-'JI 11 1 \-11\.JI 1"" 2

3 What Can Go Wrong o Hardware or System Malfunction Human Error o Software Corruption or Program Malfunction 32% o Computer\flruses 14% Natural Disasters Ontrack Data lnternational lnc. Common Causes For System Failure: 32 /o Human Error! The Administrator's Lament Apologies to the Beatles, and thanks to Geoff Robb.. _,...,... -e,-~.:,....., \,.,.' \,.,.IIV I I..:J 3

4 Backup Overview Database archivelog vs. noarchivelog mode + One of the most important decisions in a Empower environment + Speed vs. protection + By default NoArchivelog mode This is the default mode on Empower Personal workstations. Archivelog mode Enterprise/Workgroup systems running Empower software should always be in ARCHIVELOG mode; which is enabled during installation. You take a slight performance hit but it is well worth it. What to Backup Empower 2 Files + Database files Tablespaces Control Files initialization Para meter file + Transaction Log files (ARC) + DBA Password file + "O-Files" System Files Registry 4

5 Database (.dbf) Files Datafiles: One set for each instance of Empower + \EmpowerDatabase\oradata\WAT6\systemOn.dbf + \EmpowerDatabase\oradata\WAT6\sysaux0n.dbf + \EmpowerDatabase\oradata\WAT6\users0n.dbf + \EmpowerDatabase\oradata\WAT6\undoTBSOn.dbf + \EmpowerDatabase\oradata\WAT6\index0n.dbf Temp Files: + \EmpowerDatabase\oradata\WAT6\tempOn.dbf Transaction Logs Each database has corresponding transaction log files On-line and off-line transaction logs 11 Redo02. Redo03. Redo04. LOG LOG LOG On-line Logs.Are 5

6 Other Files Controlfiles: + \EmpowerDatabase\oradata\WAT6\controlfiles*. * Control01.ctl Control02.ctl Control03.ctl Trace file Other Files: + \EmpowerDatabase\oradata\WAT6\ Server Backup Waters Recommendation for the backup : a daily Hot backup (the database is sti/1 online but in a specific mode) Weekly Co/d backup (the database is shutdown) Scripts are provide for these two operations. + For Cold Backup: 0:\Empower\Script\cs_cold_gen.bat + For Hot Backup: 0:\Empower\Script\cs_hot_gen.bat A complete backup must contain the Oracle part and the Raw data files. 6

7 Exporting and Deleting the Empower Databa se Think on recovery plan and training Example of Timetable for backup: HOTBACKUP OOAM & fj12/2004 6/14/2004 HOTBACKUP HOTBACKUP HOTBACKUP 6l9t'2004 4:00AM &'llf2004 4:00AM &'l l'2004 4:00AM HOTBACKUP HOTBACKUP HOTBACKUP 4:00AM &may ~~ Th~sday -sday) -OOay) Fnday -) ~urnay) Sundayk~~ l 4:00AM! 6/&2004 i Coldbackup / V <'2004 J 6/1(;'2004 lnlefva Oescri~ Week Time Table for Database Backup Backup Overview Basic database safety tips + Do not put the archive lag files on the same physical drive as the database. 110 Single failure point + Do not put the backup on the same physical drive as the database. Single failure point + Keep the control file and its mirrors as well as redo logs and their mirrors on separate physical disks. Single failure point..,...,...,..,.,...e,.-4:,...,...r._,'-'-ji 11 1 \o...i IVI I..:J 7

8 Backup Considerations Befare ya u back up the data base, cansider the fallawing: + Be aware of the different disk space storage requirements for ea eh of the scripts. ls there sufficient room in your destination (or temporary destination) for the backup? + When executing backup scripts, do not use a storagedirectory that contains spaces in its na me. + lf you manually relocate or add any Oracle files (control files, data files, and so on), scripts are dynamically modified to reflect the new locations. Backup Considerations Befare yau back up the database, cansider the fallawing: + lf Empower software is running, and a file is in use, it cannot be backed up. + You can back up raw data (*.dat) files while Empower is running, but if a file is open or in use, it cannot be backed u p. This is one reason to perform periodic cold backups + You can back up the archive lag (*.are) files while Oracle is running 8

9 Backup Considerations Befare you back up the data base, consider the following: + Choose a reliable final destination (e.g., optical media rather than magnetic media) + The backup script batch files included with Empower can be run from either the command (MS-DOS) prompt or by using a scheduling program such as WINAT so that they can be run at regular times. The Dynamic Backup Scripts Backup ScriptDescription cs_hot_gen.bat Backs up database files, archive log files, and raw data toa drive - Allows the database to be running - Requires the most disk space cs_cold_gen.bat Backs up database and raw data toa drive - Requires that the data base be shut down 9

10 Hot Backups Hot backups are backups of the Oracle database while the database is live. + lt is a snapshot in time. Warm backups are technically hot backups but they are performed at times of (relatively) little activity. + Waters recommends warm backups. Script usage for Empower 2 Hot Backup %1 Backup Location %2 Oracle dba account name %3 Password for dba account %4 Oracle Home %5 Oracle SID %6 Omit Raw Data g:\backup SYS ORACLE d:\empower\oracle\oracle1 Og WAT6 YES //Optional - Leave blank There should be no spaces in any of the parameters. cs_hot_gen J \ Jr sys oracle d:\empower\oracle\oracle10g WAT6....,..._.._e.-+:,..._... / 'A' '-'' "' '-"'-'''"' vva.ers 10

11 Hot Backup Methodology Step 1 : ldentifies parameters %1 %2 %3 %4 %5 %6 Step 2: Assigns the directory destination Step 3: Creates scripts Step 4: Run scripts + EmpowerHBU.sql- Creates EmpowerHBU.bat file dynamically + ArcDir.sql - Creates ArcDir.bat file + Arc.sql - Creates Copy_Arc.bat file + Copy_DF.sql- Creates Copy_DF.bat file + StoreDumpDest.sql- Creates OldDumpDest.sql to store old user_dump_dest + Copies spfile%5.ora + Spfilepfile.sql - Creates a pfile from the binary spfile + Copies pwd%5.ora + Beginbackup.sql - Set tablespaces into backup mode. Alter database begin backup; This stops the System Change Number (SCN) updates to the datafiles. Hot Backup Methodology + EmpowerHBU.bat- Copy database files to backup directory Tablespaces are copied using OCOPY which allows the copying of open files. + NewDumpDest.sql - Sets new user_dump_dest to backup directory + DumpControl.sql- Copies latest control file to trace + OldDumpDest.sql- Sets old user_dump_dest to original directory + ArcDir.bat - Creates the archive directories in the backup directory + Copy_Arc.bat - Backs up archive logs, this is done before the datafiles are copied. Alter system switch logfile. M ove all archive log files numbered between the first and last number from each archive directory to the backup drive. + EndBackup.sql - Set tablespaces into normal mode Alter database end backup. This allow SCN changes which have been in redo to be posted to the datafiles + Copy_Arc.bat - Backs up archive logs, this is done after the datafiles are copied. Step 5: Copy_DF.bat- Copies raw datafiles from projects as 11

12 Add-ons to script: run_hot.bat + To indicate the date and time the script starts to deploy as scheduled: Set startbckup= Backup Start %data% %time% + To start the script with corresponding parameters and spool comments to a log: Call d:\empower\script\cs_hot_gen.bat G:\backup sys oracle D:\empower\oracle\oracle10g WAT6 YES»g:\hotbackup.log + To indicate at the end of the script the date and time the script had started and writing it to the end of the log %startbckup% >>g:\hotbackup.log + To indicate at the end of the script the date and time the script had ended and writing it to the end of the log Backup Finished %date% %time% >>g:\hotbackup.log Note: This script is avai/ab/e in the CD provided. Cold Backups All users should log out of Empower befare a cold backup to avoid potential performance issues. The data base is closed. The files are copied directly to the tape or drive and the archive logs are deleted. The data base is restarted..,_,...""""'e,....;,..."",.....,..._'-jiiii '-11~11W 12

13 How are clients and LAC/E32 modules affected? lf the Empower server data base is shut down + Clients will not be able to access their data/results + LAC/E 32 will not be able to upload their data During cold backups, all of the OS services that support Oracle are shut down first putting the LAC/E32 Acquisition Server into a recheck mode The LAC/E32 Acquisition Server checks every 1 O minutes until the Empower server returns. Script usage for Empower 2 Cold Backup %1 Backup Location %2 Oracle dba account name %3 Password for dba account %4 %5 %6 Oracle Home Oracle SID Omit Raw Data g:\backup SYS ORACLE d :\Empower\Oracle\Oracle1 Og WAT6 YES //Optional- Leave blank There should be no spaces in any of the parameters. cs_cold_gen g \b e up sys oracle d:\empower\oracle\oracle10g WAT6.,...,...,,..._,...,.... r"\r- #J._.._,,... e._,.._,,,_,. / Waters 13

14 Cold Backup Methodology Step 1: ldentifies parameters %1 %2 %3 %4 %5 %6 Step 2: Assigns the directory destination Step 3: Creates scripts Step 4: Run scripts + DBVerify.sql - Creates script to build DBVerify.bat + EmpowerCBU.sql - Creates EmpowerCBU.bat file dynamically + ArcDir.sql- Creates ArcDir.bat file which creates list of directories for each active archive log destination (1-1 O) + Arc.sql- Creates Copy_Arc.bat file + Copy_DF.sql- Creates Copy_DF.bat file + StoreDumpDest.sql- Creates OldDumpDest.sql to store old user_dump_dest + NewDumpDest.sql - Sets new user_dump_dest to backup directory + DumpControl.sql- Copies latest control file to trace + OldDumpDest.sql - Sets old user_dump_dest to original directory + Shutdown.sql - Performs a Shutdown lmmediate on the database Cold Backup Methodology + DBVerify.bat- Runs database verification (cold logical database block analysis) of database and control files + Copies spfile%5.ora + Spfilepfile.sql - Creates a pfile from the binary spfile + Copies pwd%5.ora + EmpowerHBU.bat- Copy database files to backup directory Tablespaces are copied using COPY which allows the copying of closed files. + ArcDir.bat- Creates the archive directories in the backup directory + Arc.bat- Backs up archive logs, this is done befare the datafiles are copied. Move all archive lag files numbered between the first and last number from each archive directory to the backup drive. Step 5: Copy_DF.bat- Copies raw datafiles from projects as specified in the Empower Database Step 6: Startup.sql - Restarts the database.. ~,..."'""'e,-.a.:,......,u......_viiii '--11VI I...:J Waters 14

15 Add-ons to script: run_cold.bat + To indicate the date and time the script starts to deploy as scheduled: Set startbckup= Backup Start %data% %time% + To start the script with corresponding parameters and spool comments toa log: Call d:\empower\script\cs_cold_gen.bat G:\backup sys oracle D:\empower\oracle\oracle1 Og WAT6 YES»g:\coldbackup.log + To indicate at the end of the script the date and time the script had started and writing it to the end of the log %startbckup% >>g:\coldbackup.log + To indicate at the end of the script the date and time the script had ended and writing it to the end of the log Backup Finished %date% %time% >>g:\coldbackup.log Note: This script is avai/able in the CD provided. Recommendations Develop a regular schedule of backups. + lf yo u include cold backups as part of your backup strategy, ensure that your users are aware that the database connection will be lost and any devices currently acquiring data will go into buffering mode. Test your capability to recover using your backups befare it is necessary. 15

16

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

Steps how to duplicate a database to a new machine. Version 10gR2

Steps how to duplicate a database to a new machine. Version 10gR2 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down

More information

Chapter 15: Troubleshooting and Recovery. General Recommendations

Chapter 15: Troubleshooting and Recovery. General Recommendations Chapter 15: Troubleshooting and Recovery Tapies covered in this section: The process of lsolating Problems Software Problems + the Network + Windows 2000/XP Operating System + Empower Hardware Problems

More information

Testpassport.

Testpassport. Testpassport http://www.testpassport.cn Exam : 1Z0-032 Title : orcacle9l database:fundamentals ii Version : DEMO 1 / 7 1. While starting up the database on a Monday morning, you get the following error

More information

Empower 3 FR3 System Administrator's Guide / Revision A Copyright Waters Corporation All rights reserved

Empower 3 FR3 System Administrator's Guide / Revision A Copyright Waters Corporation All rights reserved Empower 3 FR3 System Administrator's Guide 715005082 / Revision A Copyright Waters Corporation 2002-2016 All rights reserved Page ii Empower 3 FR3 System Administrator's Guide Copyright notice 2002-2016

More information

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g CONNECT TO TARGET DATABASE USING RMAN $ export ORACLE_SID=crms $ rlrman target / Recovery Manager: Release 11.2.0.1.0 - Production on Sat Jan 31 10:13:56 2015 Copyright (c) 1982, 2009, Oracle and/or its

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG Redefining Data Protection Title Page User s Guide for the NetVault: Backup APM for Oracle APM Version 5.5 OAG-101-5.5-EN-01 06/06/08 Copyrights NetVault: Backup - User s Guide for the NetVault: Backup

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

Chapter One. Concepts BACKUP CONCEPTS

Chapter One. Concepts BACKUP CONCEPTS Chapter One 1 Concepts Backup and recovery is not a single, discrete subject, but a collection of methods, strategies, and procedures to protect the data in your database and provide a means of recovery

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information

Purpose. Configuring ARCHIVELOG mode

Purpose. Configuring ARCHIVELOG mode Purpose This document provides a guide to setting up the backup process specific to Oracle Database Standard Edition One on Dell servers. The following backup process takes advantage of the new Oracle

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.1 OAG-101-5.1-EN-01 01/30/08 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

Empower 2 System Administrator s Guide

Empower 2 System Administrator s Guide Empower 2 System Administrator s Guide 71500109808/Revision B Copyright Waters Corporation 2008 All rights reserved Copyright notice 2008 WATERS CORPORATION. PRINTED IN THE UNITED STATES OF AMERICA AND

More information

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK 31 October, 2017 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK Document Filetype: PDF 111.76 KB 0 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK You took this cold RMAN backup from a development database, your developpers

More information

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version :

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version : Oracle 1Z0-030 Oracle 9i: New Features for Administrators Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-030 QUESTION: 204 Which two statements regarding an external table are

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.1 for Windows Servers Agent for Oracle 11/20/2003 1 TABLE OF CONTENTS Introduction...3 Oracle Backup Basics...3

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set.

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set. Volume: 148 Questions Question No : 1 memory_target big integer 808M pga_aggregate_target big integer 0 sga_target big integer 0 SQL> SHOW PARAMETER SGA_MAX_SIZE NAME TYPE VALUE sga_max_size big integer

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

Redefining Data Protection

Redefining Data Protection Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.000 NVE 7009-7F 07/23-07 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM for

More information

PASS4TEST 専門 IT 認証試験問題集提供者

PASS4TEST 専門 IT 認証試験問題集提供者 PASS4TEST 専門 IT 認証試験問題集提供者 http://www.pass4test.jp 1 年で無料進級することに提供する Exam : 1Z0-032 Title : Oracle9l database:fundamentals ii Vendors : Oracle Version : DEMO NO.1 You want to perform a backup of the control

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-063 Title : Oracle Database 12c: Advanced Administration Vendor : Oracle Version : DEMO Get Latest

More information

Designing Data Protection Strategies for Oracle Databases

Designing Data Protection Strategies for Oracle Databases WHITE PAPER Designing Data Protection Strategies for Oracle Databases VERITAS Backup Exec 9.0 for Windows Servers Agent for Oracle VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Introduction...3

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows. Installation & Configuration Guide

EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows. Installation & Configuration Guide EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows Installation & Configuration Guide August 2006 This manual describes the installation and configuration of the EVault InfoStage Oracle Plug-In

More information

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer The Challenges of Oracle Cloning Safa Alak Consulting System Engineer safa@netapp.com Agenda Challenges Traditional Approach for Cloning The command Line Way Using RMAN 10G R2 Transportable Database Option

More information

Oracle 1Z0-052 Exam Questions and Answers (PDF) Oracle 1Z0-052 Exam Questions 1Z0-052 BrainDumps

Oracle 1Z0-052 Exam Questions and Answers (PDF) Oracle 1Z0-052 Exam Questions 1Z0-052 BrainDumps Oracle 1Z0-052 Dumps with Valid 1Z0-052 Exam Questions PDF [2018] The Oracle 1Z0-052 Oracle Database 11g: Administration Workshop I exam is an ultimate source for professionals to retain their credentials

More information

NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies

NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies NEC istorage Series Disk Array Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-01-002 Rev. 1.00 Aug. 2001 NEC Solutions NEC Corporation Copyright 2001 NEC Corporation. All rights

More information

Titan SiliconServer for Oracle 9i

Titan SiliconServer for Oracle 9i Titan SiliconServer for 9i Abstract Challenges facing deployment include the ever-growing size of the database and performance scalability. Enterprise businesses rely heavily on databases for day-to-day

More information

Agent for Oracle. Arcserve Backup for Windows r17.5

Agent for Oracle. Arcserve Backup for Windows r17.5 Agent for Oracle Arcserve Backup for Windows r17.5 Legal Notices This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Using Recovery Manager with Oracle Data Guard in Oracle9i. An Oracle White Paper March 2004

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

More information

RECO CKPT SMON ARCH PMON RMAN DBWR

RECO CKPT SMON ARCH PMON RMAN DBWR Database Architecture t Architecture Topics Memory Structure Background Processes Database Accessing Database Information Starting the Database SMON PMON DBWR LGWR Parameter Database Architecture SNPn

More information

These copies should be placed on different disks, if possible. Disk 1 Disk 2 Disk 3

These copies should be placed on different disks, if possible. Disk 1 Disk 2 Disk 3 DATABASE CONFIGURATIONS Configuration Topics Simple Databases with Mirroring Multiplexing Control Files and REDO Logs Disk Shadowing Database Links and Snapshots Optimal Flexible Architecture 1 Stand Alone

More information

ActiveImage Protector 2016R2SP1. Backup and Recovery of Oracle Database Second Edition - March 23, 2017

ActiveImage Protector 2016R2SP1. Backup and Recovery of Oracle Database Second Edition - March 23, 2017 ActiveImage Protector 2016R2SP1 Backup and Recovery of Oracle Database Second Edition - March 23, 2017 This user guide provides a description about backup and recovery procedures of Oracle database by

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO 1 NO.1 Examine

More information

DOC # RMAN PRODUCTS MANUAL EBOOK

DOC # RMAN PRODUCTS MANUAL EBOOK 03 December, 2018 DOC # RMAN PRODUCTS MANUAL EBOOK Document Filetype: PDF 406.96 KB 0 DOC # RMAN PRODUCTS MANUAL EBOOK NAME RosettaMan, rman - reverse compile man pages from formatted form to a number

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

White Paper. Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01

White Paper. Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01 White Paper Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01 Table of Contents 1 Abstract... 5 2 Understanding SnapShot... 6 2.1 How Does SnapShot Work?...6 3 Architecture

More information

ASM migration process

ASM migration process Management on Dell/EMC Storage Arrays By Zafar Mahmood, Uday Datta Shet, and Bharat Sajnani ASM migration process The process for migrating an Oracle Real Application Clusters (RAC) database from Oracle

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows. Installation & Configuration Guide

EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows. Installation & Configuration Guide EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows Installation & Configuration Guide March 2009 This manual describes the installation and configuration of the EVault Software Oracle Plug-In

More information

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover??

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? If it is multiplexed then replace the lost one with the available one else

More information

RMAN Backups and Reporting

RMAN Backups and Reporting Chapter 5 RMAN Backups and Reporting Chapter 4 provided the details on configuring RMAN and using specialized features to control the behavior of RMAN. After you consider which features you require, you

More information

9i RAC: Manual Backup and Recovery Shankar Govindan

9i RAC: Manual Backup and Recovery Shankar Govindan 9i RAC: Manual Backup and Recovery Shankar Govindan Introduction When we plan to move a large database or a heavily used OLTP database to a cluster setup, to get enough mileage from the horizontal scaling

More information

Oracle Database Administration

Oracle Database Administration A Active (Current) and Inactive Redo Log Files... 12:8 Alert and Trace Log Files... 1:34 Alert Log Files... 1:34 ALTER TABLE Statement - Reasons for using... 9:18 ALTER TABLESPACE... 7:23 Application Development...

More information

REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION

REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION 8.60.7469 RELEASE NOTES, MARCH 23, 2018 Oracle Plug-in for the Linux Agent (64-bit) Version 8.60.7469 Release Notes, March 23, 2018 Contents

More information

Data Protector. Software Version: Zero Downtime Backup Integration Guide

Data Protector. Software Version: Zero Downtime Backup Integration Guide Data Protector Software Version: 10.00 Zero Downtime Backup Integration Guide Document Release Date: June 2017 Software Release Date: June 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

inside: THE MAGAZINE OF USENIX & SAGE August 2003 volume 28 number 4 SYSADMIN Hoskins: Oracle Hot Backup

inside: THE MAGAZINE OF USENIX & SAGE August 2003 volume 28 number 4 SYSADMIN Hoskins: Oracle Hot Backup THE MAGAZINE OF USENIX & SAGE August 2003 volume 28 number 4 inside: SYSADMIN Hoskins: Hot Backup & The Advanced Computing Systems Association & The System Administrators Guild hot backup Introduction

More information

Oracle Plug-in Version 6.85 for Microsoft Windows User s Guide

Oracle Plug-in Version 6.85 for Microsoft Windows User s Guide Oracle Plug-in Version 6.85 for Microsoft Windows User s Guide Published: September 13 th, 2011 Revision: This manual is updated for Version 6.85 Software Version: 6.85 (March, 2011) Copyright 1997-2011.

More information

OCP Oracle Database 12c: Advanced Administration Exam Guide

OCP Oracle Database 12c: Advanced Administration Exam Guide OCP Oracle Database 12c: Advanced Administration Exam Guide (Exam 1Z0-063) Bob Bryla Copyright by McGraw-Hill Education. This is prepublication content and is subject to change prior to publication. 2

More information

Managing an Oracle Instance

Managing an Oracle Instance Managing an Oracle Instance Date: 07.10.2009 Instructor: SL. Dr. Ing. Ciprian Dobre 1 Objectives After completing this lesson, you should be able to do the following: Create and manage initialization parameter

More information

Empower 2 Feature Release 5 Upgrade Guide

Empower 2 Feature Release 5 Upgrade Guide Empower 2 Feature Release 5 Upgrade Guide 715001799/Revision A Copyright Waters Corporation 2008 All rights reserved Copyright notice 2008 WATERS CORPORATION. PRINTED IN THE UNITED STATES OF AMERICA AND

More information

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb Insanity: doing the same thing over and over again and expecting different results. Nice Proverb No back up was taken after reset logs. How to recover the database? Solution It s possible, I have tried

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions

1Z Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions 1Z0-034 Upgrade Oracle9i/10g to Oracle Database 11g OCP Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-034 Exam on Upgrade Oracle9i/10g to Oracle Database 11g OCP... 2 Oracle 1Z0-034

More information

Oracle Plug-in for Windows Agent 7.2 User Guide

Oracle Plug-in for Windows Agent 7.2 User Guide Oracle Plug-in for Windows Agent 7.2 User Guide Revision: This manual has been updated for Version 7.2 for Windows (February 2013). Software Version: 7.20 for Windows 2013 The software manufacturer makes

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc.

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc. Data Guard: Setup and Administration By Ashok Kapur. Agenda Introduction New Features Logical and Physical Standby Databases Setup Physical and Logical Standby Databases Administration including Switchover

More information

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express

Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Lab4 - Managing Database Storage Structures Using Enterprise Manager Database Express Contents Managing Database Storage Structures Using Enterprise Manager Database Express... 1 Overview... 2 Configuring

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORM IT+BUSINESS+YOURSELF DISASTER RECOVERY FOR MISSION CRITICAL APPLICATIONS EMC FORUM 2012 SKOPJE Dejan Živanović Presales Manager Dejan.Zivanovic@emc.com 2 Cloud A New Architecture Old World

More information

Exam : Oracle 1Z0 043

Exam : Oracle 1Z0 043 Exam : Oracle 1Z0 043 Title : oracle database 10g:administration ii Update : Demo http://www.killtest.com 1. You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY

More information

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Keywords Oracle RAC on Standard Edition Standby Database with RAC on Standard Edition Different standby database

More information

Vault Backup Reference -Basic, Workgroup and Professional

Vault Backup Reference -Basic, Workgroup and Professional Vault Backup Reference -Basic, Workgroup and Professional Contents Introduction... 1 Example backup routine... 2 Explanation of backup routine... 3 Testing... 4 User permissions... 4 Vault Professional

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO

More information

Security+ Guide to Network Security Fundamentals, Third Edition. Chapter 13 Business Continuity

Security+ Guide to Network Security Fundamentals, Third Edition. Chapter 13 Business Continuity Security+ Guide to Network Security Fundamentals, Third Edition Chapter 13 Business Continuity Objectives Define business continuity Describe the components of redundancy planning List disaster recovery

More information

What was new in 11g for Backup and Recovery? Contents

What was new in 11g for Backup and Recovery? Contents What was new in 11g for Backup and Recovery? Contents Introduction... 3 RMAN New Features and Enhancements... 3 Proactive Health Check... 3 Database Recovery Advisor... 6 Faster Backup Compression... 11

More information

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Oracle database backup using the HPE StoreOnce Catalyst Plug-in for Oracle RMAN Technical white paper Technical white paper Contents Introduction...

More information

How To Apply Archive Logs Manually In Standby Database Using Rman

How To Apply Archive Logs Manually In Standby Database Using Rman How To Apply Archive Logs Manually In Standby Database Using Rman Using Rman Active Duplicate to create a Standby from a standby. Posted by RMAN_. Let's create some Archivelogs in Primary Database so that

More information

ECE Engineering Robust Server Software. Spring 2018

ECE Engineering Robust Server Software. Spring 2018 ECE590-02 Engineering Robust Server Software Spring 2018 Business Continuity: Disaster Recovery Tyler Bletsch Duke University Includes material adapted from the course Information Storage and Management

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

More information

Notice the oratab file doesn t contain the new database name (BDEV). Add it to the file by using below command;

Notice the oratab file doesn t contain the new database name (BDEV). Add it to the file by using below command; Task: Clone BPROD to BDEV SOURCE: BPROD Target: BDEV Part of the DBA task is to clone databases. Please don t get confused between cloning and refresh. They aren t similar. The simple fact is, during cloning,

More information

Lesson 2 RMAN Architecture

Lesson 2 RMAN Architecture RMAN Architecture 2.1 Lesson 2 RMAN Architecture An introduction to the architecture and components used by the RMAN utility. SKILLBUILDERS Author: Dave Anderson, SkillBuilders RMAN Architecture 2.2 2.2

More information

A. connecting to the target database and a recovery catalog to execute the duplicate command

A. connecting to the target database and a recovery catalog to execute the duplicate command Volume: 175 Questions Question No : 1 Which two are prerequisites for creating a backup-based duplicate database? A. connecting to the target database and a recovery catalog to execute the duplicate command

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-034 Title : Upgrade Oracle9i/10g OCA to Oracle Database 11g OCP Vendor : Oracle Version : DEMO 1

More information

High Availability for Oracle 8i Using Double-Take

High Availability for Oracle 8i Using Double-Take High Availability for Oracle 8i Using Double-Take High Availability for Oracle 8i Using Double-Take Revision number 2.0.0 published July 2003 NSI and Double-Take are registered trademarks of Network Specialists,

More information

Rampant TechPress. Oracle DBA made simple Oracle database administration techniques. Mike Ault

Rampant TechPress. Oracle DBA made simple Oracle database administration techniques. Mike Ault Rampant TechPress Oracle DBA made simple Oracle database administration techniques Mike Ault Oracle DBA made simple Oracle database administration techniques By Mike Ault Copyright 2003 by Rampant TechPress.

More information

EVault Software Oracle Plug-in for Windows Agent 7.5 User Guide

EVault Software Oracle Plug-in for Windows Agent 7.5 User Guide EVault Software Oracle Plug-in for Windows Agent 7.5 User Guide Revision: This manual has been updated for Version 7.5 (March 2015). Software Version: 7.50 2015 EVault Inc. EVault, A Seagate Company, makes

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Back up and Restoration Policy. of VIJETA BROKING INDIA PRIVATE LIMITED

Back up and Restoration Policy. of VIJETA BROKING INDIA PRIVATE LIMITED Back up and Restoration Policy of VIJETA BROKING INDIA PRIVATE LIMITED Table of Content 1 Overview... 3 2 Purpose... 3 3 Scope... 3 4 Definitions... 3 5 Timing... 4 6 Policy... 4 7 Backup of Older Versions...

More information

WHITE PAPER: ENTERPRISE SOLUTIONS

WHITE PAPER: ENTERPRISE SOLUTIONS WHITE PAPER: ENTERPRISE SOLUTIONS Integrating Network Appliance Snapshot and SnapRestore with Veritas NetBackup in an Oracle Backup Environment (Now from Symantec ) White Paper: Symantec Enterprise Solutions

More information

Backup & Recovery: Backup and Recovery is one of the most important strategies one should define as an administration activity.

Backup & Recovery: Backup and Recovery is one of the most important strategies one should define as an administration activity. Backup & Recovery Backup & Recovery: Backup and Recovery is one of the most important strategies one should define as an administration activity. Backup Types: Information backup categories: Configuration

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Oracle 1Z0-053 Exam Questions & Answers

Oracle 1Z0-053 Exam Questions & Answers Oracle 1Z0-053 Exam Questions & Answers Number: 1Z0-053 Passing Score: 660 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ Oracle 1Z0-053 Exam Questions & Answers Exam Name: Oracle Database

More information

PASS4TEST 専門 IT 認証試験問題集提供者

PASS4TEST 専門 IT 認証試験問題集提供者 PASS4TEST 専門 IT 認証試験問題集提供者 http://www.pass4test.jp 1 年で無料進級することに提供する Exam : 1z0-052 Title : Oracle Database 11g: Administration I Vendor : Oracle Version : DEMO Get Latest & Valid 1Z0-052 Exam's Question

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ]

Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ] s@lm@n Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ] Oracle 1z0-055 : Practice Test Question No : 1 You executed the following command to drop

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Recovery Manager (RMAN): Not Just for Backups Anymore Steven Wertheimer, Oracle, Senior Director Jeff Branan, TDS Telecom, Database

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Describe types of database failures. Multiplex control files. Multiplex redo log files. Describe and tune instance recovery. Enable ARCHIVELOG mode

Describe types of database failures. Multiplex control files. Multiplex redo log files. Describe and tune instance recovery. Enable ARCHIVELOG mode Chapter 1 Performing Oracle User-Managed Backups ORACLE DATABASE 12c: ADVANCED ADMINISTRATION EXAM OBJECTIVES COVERED IN THIS CHAPTER: Explain Oracle backup and recovery solutions Describe types of database

More information

IT100: Oracle Administration

IT100: Oracle Administration IT100: Oracle Administration IT100 Rev.001 CMCT COURSE OUTLINE Page 1 of 8 Training Description: Introduction to Oracle Administration and Management is a five-day course designed to provide Oracle professionals

More information

High Availability for Oracle 9i Using Double-Take

High Availability for Oracle 9i Using Double-Take High Availability for Oracle 9i Using Double-Take High Availability for Oracle 9i Using Double-Take Revision 2.0.0 published July 2003 NSI and Double-Take are registered trademarks of Network Specialists,

More information

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ]

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] s@lm@n Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] Topic break down Topic No. of Questions Topic 1: Pool 1 112 Topic 2: Pool 2 100 Topic

More information

Electronic Presentation

Electronic Presentation Oracle9i DBA Fundamentals I Electronic Presentation D11321GC10 Production 1.0 May 2001 D32645 I-1 Copyright Oracle Corporation, 2001. All rights reserved. I Introduction Copyright Oracle Corporation, 2001.

More information