Database Backup and Recovery (MOSC)

MOSC Banner

RMAN duplicate fails when source database has been backed up using the "section size" option

edited Oct 17, 2016 9:16PM in Database Backup and Recovery (MOSC) 6 commentsAnswered

Hi,

I am using 11.2.0.3 on Redhat and having a problem when attempting to clone  a database using RMAN Duplicate from location.

I am attempting to speed up the store and restore process of our databases which use large files.

So, e.g. we have a single file of 600G.

I used the SECTION SIZE parameter and set it to 100G.

run {

        delete noprompt obsolete device type disk;

        backup

        section size 100G

        database

        format '/dbbackup/$ORACLE_DBNAME/backupset/df_%t_s%s_p%p.bus'

        plus archivelog delete all input

        format '/dbbackup/$ORACLE_DBNAME/backupset/arch_%t_s%s_p%p.bus';

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