Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Extreme Slow Performance

edited May 21, 2014 12:00PM in Database Backup and Recovery (MOSC) 5 commentsAnswered

Dear All,

I am involve in an exercise of taking backup of few data files using RMAN. I have executed following script to take backup of the two data files file# 9 size 155GB, file# 10 size 156 GB, and it took 12 Hours and 24 Minutes to produce one 265 GB backup set.

$rman target /

RMAN>run{

allocate channel t1 type disk;

backup as compressed backupset format '/fra/backup%U' datafile 9,10;

}

I have to restore these files on separate machine, can any one please help me writing script to optimize this backup exercise?

Environment:

OS: RHEL 5.3 64-Bit, x86_64

Database: Oracle Enterprise Server 11.2.0.3.0 64-Bit, Non-ASM

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