How can I improve slowly My bakup by Rman ?
I would like improve my backup of my database by Rman ?
Every day I do this next :
/applis/ora10g/oracle/product/10.2.0/bin/rman target targdba/pass_targ@SIDSAV rcvcat rman/pass_rman@SIDCAT msglog /home/ora10g/log/HotBackup_SIDSAV_12-10-10-18-52.out append << ! RUN { ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE'; BACKUP INCREMENTAL LEVEL=0 SKIP INACCESSIBLE TAG hot_db_bk_level0 # FILESPERSET 5 # recommended format FORMAT 'bk_%s_%p_%t' DATABASE; sql 'alter system archive log current'; RELEASE CHANNEL ch00; # backup all archive logs ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE'; BACKUP # filesperset 20 FORMAT 'al_%s_%p_%t' ARCHIVELOG ALL DELETE INPUT; RELEASE CHANNEL ch00; # # Note: During the process of backing up the database, RMAN also backs up the # control file. This version of the control file does not contain the # information about the current backup because nocatalog has been