websyhg 发表于 2018-9-9 10:29:08

Oracle 学习之RMAN(三)全量备份

RMAN> backup database plus archivelog;  

  

  
Starting backup at 2015/07/08 02:41:08
  
current log archived
  
using channel ORA_DISK_1
  
channel ORA_DISK_1: starting archived log backup set
  
channel ORA_DISK_1: specifying archived log(s) in backup set
  
input archived log thread=1 sequence=16 RECID=7 STAMP=884486041
  
input archived log thread=1 sequence=17 RECID=8 STAMP=884486144
  
input archived log thread=1 sequence=18 RECID=9 STAMP=884486148
  
input archived log thread=1 sequence=19 RECID=10 STAMP=884486151
  
input archived log thread=1 sequence=20 RECID=11 STAMP=884486169
  
input archived log thread=1 sequence=21 RECID=12 STAMP=884486468
  
channel ORA_DISK_1: starting piece 1 at 2015/07/08 02:41:08
  
channel ORA_DISK_1: finished piece 1 at 2015/07/08 02:41:09
  
piece handle=/u01/app/oracle/fast_recovery_area/DEVDB/backupset/2015_07_08/o1_mf_annnn_TAG20150708T024108_bsr7b4wr_.bkp tag=TAG20150708T024108 comment=NONE
  
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
  
Finished backup at 2015/07/08 02:41:09
  

  
Starting backup at 2015/07/08 02:41:09
  
using channel ORA_DISK_1
  
channel ORA_DISK_1: starting full datafile backup set
  
channel ORA_DISK_1: specifying datafile(s) in backup set
  
input datafile file number=00001 name=/u01/app/oracle/oradata/devdb/system01.dbf
  
input datafile file number=00002 name=/u01/app/oracle/oradata/devdb/sysaux01.dbf
  
input datafile file number=00005 name=/u01/app/oracle/oradata/devdb/example01.dbf
  
input datafile file number=00003 name=/u01/app/oracle/oradata/devdb/undotbs01.dbf
  
input datafile file number=00006 name=/u01/app/oracle/oradata/devdb/idx01.dbf
  
input datafile file number=00004 name=/u01/app/oracle/oradata/devdb/users01.dbf
  
channel ORA_DISK_1: starting piece 1 at 2015/07/08 02:41:10
  
channel ORA_DISK_1: finished piece 1 at 2015/07/08 02:42:05
  
piece handle=/u01/app/oracle/fast_recovery_area/DEVDB/backupset/2015_07_08/o1_mf_nnndf_TAG20150708T024110_bsr7b68z_.bkp tag=TAG20150708T024110 comment=NONE
  
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:55
  
Finished backup at 2015/07/08 02:42:05
  

  
Starting backup at 2015/07/08 02:42:05
  
current log archived
  
using channel ORA_DISK_1
  
channel ORA_DISK_1: starting archived log backup set
  
channel ORA_DISK_1: specifying archived log(s) in backup set
  
input archived log thread=1 sequence=22 RECID=13 STAMP=884486525
  
channel ORA_DISK_1: starting piece 1 at 2015/07/08 02:42:05
  
channel ORA_DISK_1: finished piece 1 at 2015/07/08 02:42:06
  
piece handle=/u01/app/oracle/fast_recovery_area/DEVDB/backupset/2015_07_08/o1_mf_annnn_TAG20150708T024205_bsr7cxsd_.bkp tag=TAG20150708T024205 comment=NONE
  
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
  
Finished backup at 2015/07/08 02:42:06
  

  
Starting Control File and SPFILE Autobackup at 2015/07/08 02:42:06
  
piece handle=/u01/app/oracle/fast_recovery_area/DEVDB/autobackup/2015_07_08/o1_mf_s_884486526_bsr7cz3l_.bkp comment=NONE
  
Finished Control File and SPFILE Autobackup at 2015/07/08 02:42:07


页: [1]
查看完整版本: Oracle 学习之RMAN(三)全量备份