Last=(select-list)
Allows you to specify where you want the dump output to end. (See
the First=(select-list) qualifier for the beginning range.) If
you specify more than one keyword in the select-list, separate
the keywords with commas and enclose the list in parentheses.
If you specify multiple items in the select list, the first
occurrence is the one that will activate Oracle RMU.
The First and Last qualifiers are optional. You can specify both,
either, or neither of them. The keywords specified for the First
qualifier can differ from the keywords specified for the Last
qualifier.
The select-list of the Last qualifier consists of a list of one
or more of the following keywords:
o BLOCK=block-number
Specifies the last block in the AIJ journal.
o RECORD=record-number
Specifies the last record in the AIJ journal. This is the same
as the existing End qualifier, which is still supported but
obsolete.
o TID=tid
Specifies the last TID in the AIJ journal.
o TIME=date_time
Specifies the last date and time in the AIJ journal, using
absolute or delta date-time format.
o TSN=tsn
Specifies the last TSN in the AIJ journal, using the standard
[n:]m TSN format.
By default, the entire .aij file is dumped.