Library /sys$common/syshlp/helplib.hlb  —  RMU72  Dump  After journal, Command Qualifiers, First
    First=(select-list)

    Allows you to specify where you want the dump output to begin.
    (See the Last=(select-list) qualifier for the end of the 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. For example,
    if you specify First=(Block=100,TSN=0:52),the dump will start
    when either block 100 or TSN 52 is encountered.

    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 First qualifier consists of a list of one
    or more of the following keywords:

    o  BLOCK=block-number

       Specifies the first block in the AIJ journal.

    o  RECORD=record-number

       Specifies the first record in the AIJ journal. This is the
       same as the existing Start qualifier, which is still supported
       but obsolete.

    o  TID=tid

       Specifies the first TID in the AIJ journal.

    o  TIME=date_time

       Specifies the first date and time in the AIJ journal, using
       absolute or delta date-time format.

    o  TSN=tsn

       Specifies the first TSN in the AIJ journal, using the standard
       [n:]m TSN format.

    By default, the entire .aij file is dumped.
Close Help