RMAN Level0 Backup [message #625674] |
Mon, 13 October 2014 02:39  |
smunir362
Messages: 310 Registered: September 2007
|
Senior Member |
|
|
Hi,
I am taking level0 backup of my 11g database I am using 4 parallel channels with zlib compression. It takes 5 hours to backup.
Can I reduce this time anyway.
Regards,
|
|
|
Re: RMAN Level0 Backup [message #625675 is a reply to message #625674] |
Mon, 13 October 2014 02:48   |
John Watson
Messages: 8968 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You need to determine if it is reading the datafile that requires five hours or writing the backupsets. You can test this with commands such as BACKUP VALIDATE....
Are you backing up to disc or to a tape device? What sort? How many discs/tape drives?
|
|
|
|
Re: RMAN Level0 Backup [message #625677 is a reply to message #625676] |
Mon, 13 October 2014 03:01   |
John Watson
Messages: 8968 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:I do not know either (reading datafiles or writing backupset) takes time. I don't know either. The difference between us is that you can find out.
|
|
|
|
|
Re: RMAN Level0 Backup [message #625686 is a reply to message #625681] |
Mon, 13 October 2014 04:10   |
smunir362
Messages: 310 Registered: September 2007
|
Senior Member |
|
|
Total backup time 5 hours.
Reading the datafiles takes 5 hours
OR
writing the backup to the backupsets.
How can I test it using BACKUP VALIDATE. Or any command
|
|
|
|
Re: RMAN Level0 Backup [message #625736 is a reply to message #625691] |
Mon, 13 October 2014 13:18   |
smunir362
Messages: 310 Registered: September 2007
|
Senior Member |
|
|
Docs says
It used for corruption either physical or logical
But I want to know backup time
why rman backup take 5 hours
how much time take to read data files
how much time take for writing date to back upsets
|
|
|
|
|
Re: RMAN Level0 Backup [message #625741 is a reply to message #625740] |
Mon, 13 October 2014 13:49   |
smunir362
Messages: 310 Registered: September 2007
|
Senior Member |
|
|
Sir John Watson
As you comment
--You need to determine if it is reading the datafile that requires five hours or writing the backupsets. You can test this with commands such as BACKUP VALIDATE....
Please explain.
|
|
|
|
Re: RMAN Level0 Backup [message #625747 is a reply to message #625741] |
Mon, 13 October 2014 14:39   |
John Watson
Messages: 8968 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
smunir362 wrote on Mon, 13 October 2014 19:49Sir John Watson
As you comment
--You need to determine if it is reading the datafile that requires five hours or writing the backupsets. You can test this with commands such as BACKUP VALIDATE....
Please explain.
Chapter 22 of the Backup And Recovery Users Guide.
|
|
|
|