Show TOC

Syntax documentationrecov_interval Locate 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.

Syntax Syntax

  1. recov_interval = <days>
End of the code.

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 Example

recov_interval = 60

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

End of the example.

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