2) Paano i Backup Ang Db Na Naka ARCHIVELOG Mode

Embed Size (px)

Citation preview

  • 7/26/2019 2) Paano i Backup Ang Db Na Naka ARCHIVELOG Mode

    1/2

    [oracle@edmkr2p0-maxim ~]$ rman target /

    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Mar 11 09:04:13 2011

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

    connected to target database: MAXIM (DBID=4053366053)

    RMAN> CONFIGURE CONTROLFILE AUTOBACKUP on;

    new RMAN configuration parameters:CONFIGURE CONTROLFILE AUTOBACKUP ON;new RMAN configuration parameters are successfully stored

    RMAN> backup database plus archivelog delete all input;

    Starting backup at 11-MAR-11current log archived

    using channel ORA_DISK_1channel ORA_DISK_1: starting archived log backup setchannel ORA_DISK_1: specifying archived log(s) in backup setinput archived log thread=1 sequence=32 RECID=39 STAMP=745491969channel ORA_DISK_1: starting piece 1 at 11-MAR-11channel ORA_DISK_1: finished piece 1 at 11-MAR-11piece handle=+FRA/maxim/backupset/2011_03_11/annnf0_tag20110311t090609_0.268.745491969 tag=TAG20110311T090609 comment=NONEchannel ORA_DISK_1: backup set complete, elapsed time: 00:00:03channel ORA_DISK_1: deleting archived log(s)archived log file name=+FRA/maxim/archivelog/2011_03_11/thread_1_seq_32.256.745491967 RECID=39 STAMP=745491969archived log file name=/home/oracle/ARC/arc_1_32_745353192.log RECID=40 STAMP=74

    5491969Finished backup at 11-MAR-11

    Starting backup at 11-MAR-11using channel ORA_DISK_1channel ORA_DISK_1: starting full datafile backup setchannel ORA_DISK_1: specifying datafile(s) in backup setinput datafile file number=00001 name=/u01/app/oracle/oradata/maxim/system01.dbfinput datafile file number=00002 name=/u01/app/oracle/oradata/maxim/sysaux01.dbfinput datafile file number=00005 name=/u01/app/oracle/oradata/maxim/example01.dbfinput datafile file number=00003 name=/u01/app/oracle/oradata/maxim/undotbs01.dbf

    input datafile file number=00004 name=/u01/app/oracle/oradata/maxim/users01.dbfchannel ORA_DISK_1: starting piece 1 at 11-MAR-11channel ORA_DISK_1: finished piece 1 at 11-MAR-11piece handle=+FRA/maxim/backupset/2011_03_11/nnndf0_tag20110311t090612_0.256.745491973 tag=TAG20110311T090612 comment=NONEchannel ORA_DISK_1: backup set complete, elapsed time: 00:00:45Finished backup at 11-MAR-11

    Starting backup at 11-MAR-11current log archived

  • 7/26/2019 2) Paano i Backup Ang Db Na Naka ARCHIVELOG Mode

    2/2

    using channel ORA_DISK_1channel ORA_DISK_1: starting archived log backup setchannel ORA_DISK_1: specifying archived log(s) in backup setinput archived log thread=1 sequence=33 RECID=41 STAMP=745492021channel ORA_DISK_1: starting piece 1 at 11-MAR-11channel ORA_DISK_1: finished piece 1 at 11-MAR-11piece handle=+FRA/maxim/backupset/2011_03_11/annnf0_tag20110311t090701_0.257.745492021 tag=TAG20110311T090701 comment=NONEchannel ORA_DISK_1: backup set complete, elapsed time: 00:00:01channel ORA_DISK_1: deleting archived log(s)archived log file name=+FRA/maxim/archivelog/2011_03_11/thread_1_seq_33.262.745492019 RECID=41 STAMP=745492021archived log file name=/home/oracle/ARC/arc_1_33_745353192.log RECID=42 STAMP=745492021Finished backup at 11-MAR-11

    Starting Control File and SPFILE Autobackup at 11-MAR-11piece handle=+FRA/maxim/autobackup/2011_03_11/s_745492023.262.745492023 comment=NONEFinished Control File and SPFILE Autobackup at 11-MAR-11

    RMAN>