Database Backup and Recovery (MOSC)

MOSC Banner

How can I improve slowly My bakup by Rman ?

edited Oct 15, 2012 5:32AM in Database Backup and Recovery (MOSC) 11 commentsAnswered
hello gurus,

 

     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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center