Skip to Main Content

Database Software

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!

incremental level 1 backup

RobeenJan 15 2020 — edited Jan 20 2020

Oracle DB 12.1.0.2

Hi,

is it necessary to have archivelog backups just after incremental level 1 backup completes?

My current L1 backup script is:

run {

setlimit channel ch1 maxopenfiles 2;

setlimit channel ch2 maxopenfiles 2;

backup incremental level = 1  filesperset = 8 format='<CVJOBID>_%d_%U' database  ; <<=========== should I include archivelog?

}

exit;

Regards,

Joe

This post has been answered by Joerg.Sobottka on Jan 16 2020
Jump to Answer
Comments
Post Details
Added on Jan 15 2020
14 comments
1,158 views