Database Backup and Recovery (MOSC)

MOSC Banner

Required incaremental backup and restore .

edited May 10, 2014 11:56PM in Database Backup and Recovery (MOSC) 5 commentsAnswered

Required incremental backup and restore that incremental backup.

I am using this for complete backup.

CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO BACKUPSET;

CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/U01/RMAN_Hot_Backup/Backup_storage/%d_full_t%t_s%s_p%p';

RUN

{

    BACKUP AS compressed backupset filesperset 8 DATABASE TAG DAILY_HOT_BACKUP;

    BACKUP AS compressed backupset CURRENT CONTROLFILE TAG CONTROL_FILE;

    report obsolete ;

    delete noprompt obsolete;

}


Run Incremental backup  on MWF(MON.WED,FRI) and on TTS(TUE,THUR,SAT ) full backup.

Restore those backup on Sunday with al least one full backup +  one incremental backup.

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