Syntax documentation-n1|-seq1|-sequence1

This BRRECOVER command specifies the sequence number of the first redo log file for applying offline redo log files using the command option -t apply.

Syntax Syntax

  1. -n1|-seq1|-sequence1 <seq_nr>
End of the code.

Default value: none

Example Example

brrecover -seq1 18487 -seq 18520

BRRECOVER recovers the database from the redo log file with the sequence number 18487 to the redo log file with the sequence number 18520.

End of the example.