Show TOC

recov_intervalLocate this document in the navigation structure

This parameter specifies the interval in which BRRECOVER or BRESTORE searches for backups of database files and offline redo log files.

            recov_interval = <days>
         

Default value: 30

Possible values:

  • 0: use all available backups

  • 1: use backups performed today

  • >1: use backups performed in the previous specified number of days

Example

recov_interval = 60

BRRECOVER or BRRESTORE searches for backups performed in the last 60 days.

This parameter corresponds to BRRECOVER -i|-interval and BRRESTORE -i|-interval.