|
|
Re: RMAN backup of archive log generated during backup [message #220832 is a reply to message #220314] |
Thu, 22 February 2007 05:23 |
cbruhn2
Messages: 41 Registered: January 2007
|
Member |
|
|
Hi ankush_chawla,
it's quite possible to run an rman backup of both the database and the archived log in parallel/at the same time.
You just have to start up 2 different rman processes.
1. rman backup_of_database_files_script &
2. rman backup_of_archive_logs_with_delete_input_script &
Process 2 could be run several times if you prefer.
Or if you prefer you can have one process as stated by Mahesh,
1. rman backup_of_database_with_archive_logs_with_delete_script
But then it will be in serial.
best regards.
Carl Bruhn.
|
|
|