Show TOC

Syntax documentationrecov_degree Locate this document in the navigation structure

This parameter determines the degree of parallelism for applying the archive log files with SQLPLUS during a database recovery with BRRECOVER.

Syntax Syntax

  1. recov_degree = 0
End of the code.

Default value: Oracle default

Possible values:

  • 0: use the Oracle default recovery parallelism

  • 1: serial recovery

  • > 1: parallel recovery

This parameter corresponds to BRRECOVER -e|-degree <number>.