RMAN> connect target / connected to target database: REPTEST1 (DBID=290605816) RMAN> configure device type disk backup type to compressed backupset; new RMAN configuration parameters: CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 1; new RMAN configuration parameters are successfully stored RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backupbackups/rman/REPTEST1_%U'; old RMAN configuration parameters: CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backupbackups/rman/reptest1_%U'; new RMAN configuration parameters: CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/backupbackups/rman/REPTEST1_%U'; new RMAN configuration parameters are successfully stored RMAN> backup database; Starting backup at 25/06/2013:12:34:44 using channel ORA_DISK_1 channel ORA_DISK_1: starting compressed full datafile backup set channel ORA_DISK_1: specifying datafile(s) in backup set input datafile file number=00001 name=/u01/app/oracle/oradata/reptest1/system01.dbf input datafile file number=00002 name=/u01/app/oracle/oradata/reptest1/sysaux01.dbf input datafile file number=00003 name=/u01/app/oracle/oradata/reptest1/undotbs01.dbf input datafile file number=00004 name=/u01/app/oracle/oradata/reptest1/users01.dbf channel ORA_DISK_1: starting piece 1 at 25/06/2013:12:34:44 channel ORA_DISK_1: finished piece 1 at 25/06/2013:12:35:29 piece handle=/backups/rman/REPTEST1_09od2qr4_1_1 tag=TAG20130625T123444 comment=NONE channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45 channel ORA_DISK_1: starting compressed full datafile backup set channel ORA_DISK_1: specifying datafile(s) in backup set including current control file in backup set including current SPFILE in backup set channel ORA_DISK_1: starting piece 1 at 25/06/2013:12:35:31 channel ORA_DISK_1: finished piece 1 at 25/06/2013:12:35:32 piece handle=/backups/rman/REPTEST1_0aod2qsi_1_1 tag=TAG20130625T123444 comment=NONE channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01 Finished backup at 25/06/2013:12:35:32 RMAN> exit |