Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Backup Sequence

10438Feb 14 2006 — edited Feb 15 2006
Hell All,

Currently I am running script (RMAN> backup archivelog all delete input;) via cron job.

I wanted to add following steps in the same script to perform backup.


RMAN> ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE disk;

RMAN> BACKUP;

RMAN> backup archivelog all delete input;

RMAN> delete obsolete;

My question is that is it right sequence to do backup?


Please give your comments on above. thanks

Regards,
DN
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2006
Added on Feb 14 2006
6 comments
2,954 views