rman backup db

来源:互联网 发布:linux 虚拟ip配置 编辑:程序博客网 时间:2024/06/11 09:59
 

 [oracle@db52 oradata]$ rman target / nocatalog;

Recovery Manager: Release 8.1.7.0.1 - Production

RMAN-06005: connected to target database: ARTCVS (DBID=1815356912)
RMAN-06009: using target database controlfile instead of recovery catalog

RMAN> run{
2> allocate channel ch0 type disk;
3> backup database format '/oradata/%U' setsize=2100000;
4> release channel ch0;
5> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch0
RMAN-08500: channel ch0: sid=10 devtype=DISK

RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel ch0: starting full datafile backupset
RMAN-08502: set_count=9 set_stamp=669296523 creation_time=28-OCT-08
RMAN-08010: channel ch0: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00003 name=/oradata/artcvs/rbs01.dbf
RMAN-08013: channel ch0: piece 1 created
RMAN-08503: piece handle=/oradata/09ju99sb_1_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:45
RMAN-08008: channel ch0: starting full datafile backupset
RMAN-08502: set_count=10 set_stamp=669296568 creation_time=28-OCT-08
RMAN-08010: channel ch0: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00004 name=/oradata/artcvs/temp01.dbf
RMAN-08013: channel ch0: piece 1 created
RMAN-08503: piece handle=/oradata/0aju99to_1_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:25
RMAN-08008: channel ch0: starting full datafile backupset
RMAN-08502: set_count=11 set_stamp=669296593 creation_time=28-OCT-08
RMAN-08010: channel ch0: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00005 name=/oradata/artcvs/userdata01.dbf
RMAN-08013: channel ch0: piece 1 created
RMAN-08503: piece handle=/oradata/0bju99uh_1_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:35
RMAN-08008: channel ch0: starting full datafile backupset
RMAN-08502: set_count=12 set_stamp=669296628 creation_time=28-OCT-08
RMAN-08010: channel ch0: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00006 name=/oradata/artcvs/userindex01.dbf
RMAN-08013: channel ch0: piece 1 created
RMAN-08503: piece handle=/oradata/0cju99vk_1_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:25
RMAN-08008: channel ch0: starting full datafile backupset
RMAN-08502: set_count=13 set_stamp=669296653 creation_time=28-OCT-08
RMAN-08010: channel ch0: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00001 name=/oradata/artcvs/system01.dbf
RMAN-08011: including current controlfile in backupset
RMAN-08522: input datafile fno=00002 name=/oradata/artcvs/tools01.dbf
RMAN-08013: channel ch0: piece 1 created
RMAN-08503: piece handle=/oradata/0dju9a0d_1_1 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:08

RMAN-03022: compiling command: release
RMAN-03023: executing command: release
RMAN-08031: released channel: ch0

RMAN>