out the current backup, the control file should # be backed up as the last step of the RMAN section. This step would not be # necessary if we were using a recovery catalog. # ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE'; BACKUP # recommended format FORMAT 'cntrl_%s_%p_%t' CURRENT CONTROLFILE; RELEASE CHANNEL ch00; } EOF SID STATUS ORACLE_HOME LISTENER_NAME STATUS === ====== =========== ============= ====== sg2ora002 UP /u01/app/oracle/OraHome1 LISTENER UP Use "dbsw" to select your environment from a list or use ". dbset []" to set the environment manually [YOU HAVE NEW MAIL] Recovery Manager: Release 10.2.0.3.0 - Production on Mon Jun 13 16:11:35 2011 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target database: TEST (DBID=2051517555) using target database control file instead of recovery catalog RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> allocated channel: ch00 channel ch00: sid=28 devtype=SBT_TAPE channel ch00: VERITAS NetBackup for Oracle - Release 6.0 (2006031019) allocated channel: ch01 channel ch01: sid=32 devtype=SBT_TAPE channel ch01: VERITAS NetBackup for Oracle - Release 6.0 (2006031019) Starting backup at 13-JUN-11 channel ch00: starting incremental level 0 datafile backupset channel ch00: specifying datafile(s) in backupset input datafile fno=00003 name=/u07/test/oradata/sysaux01.dbf input datafile fno=00002 name=/u07/test/oradata/undotbs01.dbf channel ch00: starting piece 1 at 13-JUN-11 channel ch01: starting incremental level 0 datafile backupset channel ch01: specifying datafile(s) in backupset input datafile fno=00001 name=/u07/test/oradata/system01.dbf input datafile fno=00004 name=/u07/test/oradata/tbs_1.dbf channel ch01: starting piece 1 at 13-JUN-11 channel ch00: finished piece 1 at 13-JUN-11 piece handle=bk_9_1_753725520 tag=HOT_DB_BK_LEVEL0 comment=API Version 2.0,MMS Version 5.0.0.0 channel ch00: backup set complete, elapsed time: 00:02:56 channel ch00: starting incremental level 0 datafile backupset channel ch00: specifying datafile(s) in backupset including current control file in backupset channel ch00: starting piece 1 at 13-JUN-11 channel ch01: finished piece 1 at 13-JUN-11 piece handle=bk_10_1_753725520 tag=HOT_DB_BK_LEVEL0 comment=API Version 2.0,MMS Version 5.0.0.0 channel ch01: backup set complete, elapsed time: 00:04:01 channel ch01: starting incremental level 0 datafile backupset channel ch01: specifying datafile(s) in backupset including current SPFILE in backupset channel ch01: starting piece 1 at 13-JUN-11 channel ch00: finished piece 1 at 13-JUN-11 piece handle=bk_11_1_753725696 tag=HOT_DB_BK_LEVEL0 comment=API Version 2.0,MMS Version 5.0.0.0 channel ch00: backup set complete, elapsed time: 00:01:41 channel ch01: finished piece 1 at 13-JUN-11 piece handle=bk_12_1_753725761 tag=HOT_DB_BK_LEVEL0 comment=API Version 2.0,MMS Version 5.0.0.0 channel ch01: backup set complete, elapsed time: 00:01:21 Finished backup at 13-JUN-11 sql statement: alter system archive log current released channel: ch00 released channel: ch01 allocated ch |