18
TECHNICAL NOTE This technical note describes how the Avamar Plug-in for Oracle integrates with Oracle Enterprise Manager to enable you to use the features from Oracle Enterprise Manager Database Control to manage Oracle database backups and restores. Topics include: Revision history ........................................................................................................ 2 Purpose .................................................................................................................... 2 Audience .................................................................................................................. 2 Related documentation ............................................................................................. 2 Overview................................................................................................................... 2 Managing backups and restores with Oracle Enterprise Manager ............................... 3 EMC ® Avamar ® Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Release 7.0 Technical Note P/N 302-000-868 REV 01 April 10, 2014

EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Embed Size (px)

Citation preview

Page 1: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

TECHNICAL NOTE

This technical note describes how the Avamar Plug-in for Oracle integrates with Oracle Enterprise Manager to enable you to use the features from Oracle Enterprise Manager Database Control to manage Oracle database backups and restores. Topics include:

◆ Revision history ........................................................................................................ 2◆ Purpose .................................................................................................................... 2◆ Audience .................................................................................................................. 2◆ Related documentation............................................................................................. 2◆ Overview................................................................................................................... 2◆ Managing backups and restores with Oracle Enterprise Manager............................... 3

EMC® Avamar® Plug-in for OracleBackup and Restore Management with Oracle Enterprise ManagerRelease 7.0

Technical NoteP/N 302-000-868REV 01

April 10, 2014

Page 2: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Revision history

Revision history

The following table presents the revision history of this document.

Purpose

The purpose of this technical note is to provide high-level details about how the Oracle Enterprise Manager integrates with the Avamar Plug-in for Oracle to provide backups, restores, and management of Oracle database servers.

This technical note explains how to use features from the Oracle Enterprise Manager Database Control to back up Oracle database servers to an Avamar server, restore backups from the Avamar server, and perform other management tasks such as cross-checking a database, deleting backups, changing a backup to unavailable, and validating a backup.

Audience

This technical note is intended for use by solution architects, administrators, and support staff who plan and deploy the Avamar Plug-in for Oracle. Such personnel should be familiar with Avamar architecture as well as backup and restore practices.

Related documentation

The following EMC publications provide additional information:

◆ EMC Avamar for Oracle User Guide ◆ EMC Avamar Administration Guide◆ EMC Avamar Release Notes

Overview

Oracle Enterprise Manager Database Control is a web-based interface that enables you to perform administrative tasks for Oracle databases. The Avamar Plug-in for Oracle integrates with the Oracle Enterprise Manager Database Control interface to enable you to back up and restore Oracle databases, crosscheck database backups, delete expired backups, schedule database backups, and other activities. The Oracle website and the Oracle Enterprise Manager Database Control online help provides more information about these features.

Revision Date Description

01 April 10, 2014 Initial release.

2 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 3: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

Managing backups and restores with Oracle Enterprise Manager

The Oracle Enterprise Manager Database Control interface provides many features, which enable you to back up, restore, and manage Oracle databases. The instructions in this technical note focus, in particular, on the options in the Manage section of the Availability tab. The functions in the Manage section include:

◆ Schedule Backup◆ Manager current Backups◆ Backup Reports◆ Manage Restore Point◆ Perform Recovery◆ View and Manage Transactions

Before you can use the Oracle Enterprise Manager Database Control to manage Avamar Plug-in for Oracle backups and restores, you must configure automatic channels from RMAN. “Configuring RMAN channels” on page 3 provides instructions.

You also need a user account with SYSDBA privileges to log in to the Oracle Enterprise Manager. Typically, you can use the sys user. Or, you can create a user with SYSDBA privileges by typing the following commands from the SQL*Plus prompt:

SQL> create user backupuser identified by backuppasswd;SQL> grant sysdba to backupuser

Configuring RMAN channels

Use the RMAN configure command to configure RMAN automatic channels for database backups and restores you perform with the Oracle Enterprise Manager.

Use the --nocache option when you configure automatic channels. The --nocache option disables the Avamar client-side cache during backup and restore operations. Backups that you store on a Data Domain system must use the --nocache option.

The following output shows the configuration requirements that the environment must meet before you perform backups and restores with the Oracle Enterprise Manager:

RMAN> show all;RMAN configuration parameters for database with db_unique_name SPLDB

are:CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # defaultCONFIGURE BACKUP OPTIMIZATION OFF; # defaultCONFIGURE DEFAULT DEVICE TYPE TO DISK; # defaultCONFIGURE CONTROLFILE AUTOBACKUP ON;CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO

'CONTROLFILE.spldb.%F';CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; #

defaultCONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; #

defaultCONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET;

# defaultCONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # defaultCONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; #

default

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 3

Page 4: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # defaultCONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; #

defaultCONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS

"SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar.so" FORMAT '%d_%U' SEND '"--prefix=11g/spldb/" "--bindir=/usr/local/avamar/bin" "--flagfile=/home/automation/oracle/rman/avtar-flags.txt" "--nocache"';

CONFIGURE MAXSETSIZE TO UNLIMITED; # defaultCONFIGURE ENCRYPTION FOR DATABASE OFF; # defaultCONFIGURE ENCRYPTION ALGORITHM 'AES128'; # defaultCONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT'

OPTIMIZE FOR LOAD TRUE ; # defaultCONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # defaultCONFIGURE SNAPSHOT CONTROLFILE NAME TO

'/home/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/snapcf_spldb.f'; # default

Logging in to the Oracle Enterprise Manager

The following procedure provides instructions for starting the dbconsole and the Oracle Enterprise Manager interface. The following procedure uses the sys user to log in to the Oracle Enterprise Manager. You can use any user account that has SYSDBA privileges.

For a RAC database, the dbconsole service can run from any RAC node.

Before you begin, ensure that the Oracle listener is running.

1. Start the dbconsole:

• On a Windows system, open the Command Prompt and type the following commands:

set ORACLE_SID=SIDemctl start dbconsole

• On a Linux system, open a command shell and type the following commands:

export ORACLE_SID=SIDemctl start dbconsole

Output similar to the following output appears:

Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.https://oracleoem.bgl.avamar.emc:5500/em/console/aboutApplicationStarting Oracle Enterprise Manager 11g Database Control ........ started.------------------------------------------------------------------Logs are generated in directory /home/oracle/app/oracle/product/11.2.0/dbhome_1/oracleoem.bgl.avamar.emc_spldb/sysman/log[oracle@oracleoem ~]$

The emctl start dbconsole command starts the dbconsole process for the database that is identified by the SID (system ID). The output for the emctl start dbconsole command contains a port number. In the example output, the port number is 5500.

4 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 5: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

2. To start the Oracle Enterprise Manager, open a web browser and type the following URL:

• From the Oracle host, type the following command:

https://localhost:port_number/em

• From a system other than the Oracle host, type the following command:

https://host_name: port_number/EM

where:

– port_number is the port number that the output from the emctl start dbconsole command shows.

– host_name is the hostname of the computer.

The Login screen appears.

3. Type sys in the User Name field.

4. Type the password for the sys user in the Password field.

5. Select SYSDBA from the Connect As list, and then click Login.

The disclaimer message appears in the Oracle Enterprise Manager.

6. Click OK.

The Home page appears.

Performing a backup

The Schedule Backup option on the Availability page enables you to schedule a backup.

1. Click the Availability tab.

The Availability page opens.

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 5

Page 6: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

2. Under Manage, click Schedule Backup.

The Schedule Backup page opens and displays backup options.

3. Under the Customized Backup heading, select an object for the backup.

4. Click Scheduled Customized Backup.

6 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 7: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Schedule Customized Backup: Options page appears.

5. Make changes, as needed, to the Backup Type options, Backup Mode options, Advanced options, and Encryption options. Then click Next.

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 7

Page 8: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Schedule Customized Backup: Settings page appears.

6. Select Tape for the destination backup media, and then click Next.

The Schedule Customized Backup: Schedule page appears.

7. Select a schedule for the backup, and then click Next.

• To perform an on-demand backup one time only, select One Time (Immediately).

• To schedule a backup, select One Time (Later).

This option displays the Time Zone, Start Date, and Start Time options. Set these options appropriately.

• To schedule a backup to repeat, select Repeating.

This option displays the following options: Frequency Type, Repeat Every, Time Zone, Start Date, Start Time, and Repeat Until. Set these options appropriately.

8 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 9: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Schedule Customized Backup: Review page appears.

8. Review the backup settings, and then click Submit job.

The backup starts. Status information appears in the Execution page.

9. To check the backup progress, click the View Job tab.

The Execution page appears.

10. To view the output log for the backup, click the backup operation.

Output similar to the following output appears in the screen.

Output Log

Recovery Manager: Release 11.2.0.1.0 - Production on Sat Oct 26 16:46:31 2013

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

RMAN> connected to target database: SPLDB (DBID=1523580157)using target database control file instead of recovery catalog

RMAN> echo set onRMAN> set command id to 'BACKUP_SPLDB_00002_102613044610';executing command: SET COMMAND IDRMAN> backup device type sbt tag 'BACKUP_SPLDB_00002_102613044610'

database;Starting backup at 26-OCT-13allocated channel: ORA_SBT_TAPE_1channel ORA_SBT_TAPE_1: SID=31 device type=SBT_TAPEchannel ORA_SBT_TAPE_1: EMC|Avamar (avtar backup)channel ORA_SBT_TAPE_1: starting full datafile backup setchannel ORA_SBT_TAPE_1: specifying datafile(s) in backup set

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 9

Page 10: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

input datafile file number=00001 name=/home/oracle/app/oracle/oradata/spldb/system01.dbf

input datafile file number=00002 name=/home/oracle/app/oracle/oradata/spldb/sysaux01.dbf

input datafile file number=00003 name=/home/oracle/app/oracle/oradata/spldb/undotbs01.dbf

input datafile file number=00004 name=/home/oracle/app/oracle/oradata/spldb/users01.dbf

channel ORA_SBT_TAPE_1: starting piece 1 at 26-OCT-13channel ORA_SBT_TAPE_1: finished piece 1 at 26-OCT-13piece handle=SPLDB_1doncsf8_1_1 tag=BACKUP_SPLDB_00002_102613044610

comment=API Version 2.0,MMS Version 7.0.101.30channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:35Finished backup at 26-OCT-13

Starting Control File and SPFILE Autobackup at 26-OCT-13piece handle=CONTROLFILE.spldb.c-1523580157-20131026-03 comment=API

Version 2.0,MMS Version 7.0.101.30Finished Control File and SPFILE Autobackup at 26-OCT-13

RMAN> backup device type sbt tag 'BACKUP_SPLDB_00002_102613044610' archivelog all not backed up;

Starting backup at 26-OCT-13current log archivedusing channel ORA_SBT_TAPE_1channel ORA_SBT_TAPE_1: starting archived log backup setchannel ORA_SBT_TAPE_1: specifying archived log(s) in backup setinput archived log thread=1 sequence=21 RECID=33 STAMP=829846044channel ORA_SBT_TAPE_1: starting piece 1 at 26-OCT-13channel ORA_SBT_TAPE_1: finished piece 1 at 26-OCT-13piece handle=SPLDB_1foncsgt_1_1 tag=BACKUP_SPLDB_00002_102613044610

comment=API Version 2.0,MMS Version 7.0.101.30channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:00:07Finished backup at 26-OCT-13

Starting Control File and SPFILE Autobackup at 26-OCT-13piece handle=CONTROLFILE.spldb.c-1523580157-20131026-04 comment=API

Version 2.0,MMS Version 7.0.101.30Finished Control File and SPFILE Autobackup at 26-OCT-13RMAN> exit;Recovery Manager complete.

Managing backups

The Manage Current Backups option on the Availability page enables you to schedule a backup.

Before you begin, ensure that the dbconsole is running and you are logged into the Oracle Enterprise Manager web interface. “Logging in to the Oracle Enterprise Manager” on page 4 provides instructions.

1. Click the Availability tab.

The Availability page appears.

2. Under Manage, click Manage Current Backups.

10 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 11: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Manage Current Backups Backup Sets page appears. To filter the contents that appear in the Results table, select the appropriate settings for the Status, Contents, and Completion Time options. Then click Go.

3. Select one or more backups from the Results table.

4. Select the appropriate management option such as Crosscheck, Change to Unavailable, Delete, and so forth. The Oracle Enterprise Manager online help provides more information about these management options.

Viewing backup reports

The Backup Reports option on the Availability page enables you to schedule a backup.

Before you begin, ensure that the dbconsole is running and you are logged into the Oracle Enterprise Manager web interface. “Logging in to the Oracle Enterprise Manager” on page 4 provides instructions.

1. Click the Availability tab.

The Availability page appears.

2. Under Manage, click Backup Reports.

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 11

Page 12: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The View Backup Report page appears. To filter the contents that appear in the Results table, select the appropriate settings for the Status, Start Time, and Type options. Then click Go.

The Oracle Enterprise Manager online help provides more information about the View Backup Report page.

Managing restore points

The Manage Restore Points option on the Availability page enables you to create a restore point.

Before you begin, ensure that the dbconsole is running and you are logged into the Oracle Enterprise Manager web interface. “Logging in to the Oracle Enterprise Manager” on page 4 provides instructions.

1. Click the Availability tab.

The Availability page appears.

2. Under Manage, click Manage Restore Points.

The Manage Restore Points page appears.

3. Click the Create button.

12 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 13: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Create Restore Point page appears.

4. Set the options for the restore point and click OK.

Performing a database recovery

You can perform a database recovery from a restore point or from a PIT recovery.

1. Shut down the database by typing the following command:

shutdown immediate;

2. Start the database in the “no mount” state by typing the following command:

startup nomount;

3. Restore the controlfile by using the RMAN CLI. The EMC Avamar for Oracle User Guide provides instructions in “Chapter 6, Backup and Restore with Oracle RMAN.“

4. Log in to Oracle Enterprise Manager. “Logging in to the Oracle Enterprise Manager” on page 4 provides instructions.

Because the database is in a mounted state, the Perform Recovery tab appears.

5. Click the Perform Recovery tab.

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 13

Page 14: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Perform Recovery page appears.

6. In the User Directed Recovery section, select the appropriate choices for the Recovery Scope and the Operation Type.

7. Type the user credentials in the Host Credentials section, and then click the Recover tab.

14 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 15: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Perform Whole Database Recovery: Point-in-time page appears.

8. Enter the PIT value and click Next.

The Perform Whole Database Recovery: Rename page appears.

9. Click Next to restore the datafiles to default location.

To restore the files to a location other than the default location, select Yes. Restore the files to a new common location and click Next.

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 15

Page 16: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

The Perform Whole Database Recovery: Review page appears.

10. Click Submit.

The restore begins and the database recovery runs until completion.

RMAN log for database recovery

shutdown immediateSQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 29 11:03:45 2013Copyright (c) 1982, 2009, Oracle. All rights reserved.SQL> SQL> Connected.SQL> SQL> SQL> ORA-01109: database not open

Database dismounted.ORACLE instance shut down.SQL> SQL> Disconnected from Oracle Database 11g Enterprise Edition

Release 11.2.0.1.0 - ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing

optionsstartup mount

SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 29 11:03:50 2013

Copyright (c) 1982, 2009, Oracle. All rights reserved.

SQL> Connected to an idle instance.SQL> ORACLE instance started.

Total System Global Area 1272213504 bytesFixed Size 1336260 bytesVariable Size 922750012 bytesDatabase Buffers 335544320 bytesRedo Buffers 12582912 bytesDatabase mounted.SQL> Disconnected from Oracle Database 11g Enterprise Edition Release

11.2.0.1.0 - ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing

optionsRecovery Manager: Release 11.2.0.1.0 - Production on Tue Oct 29

11:04:03 2013

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

RMAN>connected to target database: SPLDB (DBID=1523580157, not open)using target database control file instead of recovery catalog

RMAN>

16 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note

Page 17: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

echo set on

RMAN> run {2> restore database until scn 1004422;3> recover database until scn 1004422;4> }Starting restore at 29-OCT-13Starting implicit crosscheck backup at 29-OCT-13allocated channel: ORA_DISK_1channel ORA_DISK_1: SID=133 device type=DISKCrosschecked 1 objectsFinished implicit crosscheck backup at 29-OCT-13

Starting implicit crosscheck copy at 29-OCT-13using channel ORA_DISK_1Finished implicit crosscheck copy at 29-OCT-13

searching for all files in the recovery areacataloging files...no files cataloged

allocated channel: ORA_SBT_TAPE_1channel ORA_SBT_TAPE_1: SID=10 device type=SBT_TAPEchannel ORA_SBT_TAPE_1: EMC|Avamar (avtar backup)using channel ORA_DISK_1

skipping datafile 1; already restored to file /home/oracle/app/oracle/oradata/spldb/system01.dbf

skipping datafile 4; already restored to file /home/oracle/app/oracle/oradata/spldb/users01.dbf

channel ORA_SBT_TAPE_1: starting datafile backup set restorechannel ORA_SBT_TAPE_1: specifying datafile(s) to restore from backup

setchannel ORA_SBT_TAPE_1: restoring datafile 00002 to

/home/oracle/app/oracle/oradata/spldb/sysaux01.dbfchannel ORA_SBT_TAPE_1: restoring datafile 00003 to

/home/oracle/app/oracle/oradata/spldb/undotbs01.dbfchannel ORA_SBT_TAPE_1: reading from backup piece SPLDB_1aoncs91_1_1channel ORA_SBT_TAPE_1: piece handle=SPLDB_1aoncs91_1_1

tag=TAG20131026T164313channel ORA_SBT_TAPE_1: restored backup piece 1channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:55Finished restore at 29-OCT-13

Starting recover at 29-OCT-13using channel ORA_SBT_TAPE_1using channel ORA_DISK_1starting media recovery

channel ORA_SBT_TAPE_1: starting archived log restore to default destination

channel ORA_SBT_TAPE_1: restoring archived logarchived log thread=1 sequence=20channel ORA_SBT_TAPE_1: reading from backup piece SPLDB_1boncsaq_1_1channel ORA_SBT_TAPE_1: piece handle=SPLDB_1boncsaq_1_1

tag=TAG20131026T164409channel ORA_SBT_TAPE_1: restored backup piece 1channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:03channel ORA_SBT_TAPE_1: starting archived log restore to default

destinationchannel ORA_SBT_TAPE_1: restoring archived logarchived log thread=1 sequence=1channel ORA_SBT_TAPE_1: reading from backup piece SPLDB_1honk3p2_1_1channel ORA_SBT_TAPE_1: piece handle=SPLDB_1honk3p2_1_1

tag=BACKUP_SPLDB_00004_102913103251channel ORA_SBT_TAPE_1: restored backup piece 1

EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note 17

Page 18: EMC® Avamar® Plug-in for Oracle Backup and Restore ... backups and restores with Oracle Enterprise Manager EMC Avamar Plug-in for Oracle Backup and Restore Management …

Managing backups and restores with Oracle Enterprise Manager

channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:07archived log file

name=/home/oracle/app/oracle/flash_recovery_area/SPLDB/archivelog/2013_10_29/o1_mf_1_1_96yl8q8r_.arc thread=1 sequence=1

channel default: deleting archived log(s)archived log file

name=/home/oracle/app/oracle/flash_recovery_area/SPLDB/archivelog/2013_10_29/o1_mf_1_20_96yl8n2j_.arc RECID=34 STAMP=830084716

channel default: deleting archived log(s)archived log file

name=/home/oracle/app/oracle/flash_recovery_area/SPLDB/archivelog/2013_10_29/o1_mf_1_1_96yl8q8r_.arc RECID=35 STAMP=830084723

media recovery complete, elapsed time: 00:00:04Finished recover at 29-OCT-13

RMAN> exit;

Recovery Manager complete.

Copyright © 2002 - 2014 EMC Corporation. All rights reserved. Published in the USA.

Published April, 2014

EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice.

The information in this publication is provided as is. EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license.

EMC2, EMC, and the EMC logo are registered trademarks or trademarks of EMC Corporation in the United States and other countries. All other trademarks used herein are the property of their respective owners.

For the most up-to-date regulatory document for your product line, go to the technical documentation and advisories section on EMC Online Support.

18 EMC Avamar Plug-in for Oracle Backup and Restore Management with Oracle Enterprise Manager Technical Note