1 – page-number
Identifies the page whose information you want to display. The current page is the default.
2 – *_(asterisk)
Displays the entire page.
3 – STORAGE_AREA
Displays the 2-byte storage area identification.
4 – CHECKSUM
Displays the 4-byte page checksum field.
5 – COUNT
Displays the 2-byte field showing the number of line index entries. If this number is 1, the page contains only the SYSTEM record.
6 – DATA offset
Displays the number of bytes specified. If you do not specify the HEXADECIMAL or DECIMAL qualifier, the default radix is assumed. See the help entry for the RADIX command for information on how to set a default radix by using the RADIX command. The value you specify for n is the number of bytes you want to display. The maximum value that can be specified for n is the size of the page minus the offset. If you do not specify n, 1 byte is displayed. The BYTE, LONGWORD, and WORD qualifiers cannot be used with the ASCII qualifier.
7 – FREE_SPACE
Displays the 2-byte field indicating how much free space remains on the page.
8 – HEADER
Displays the entire page header.
9 – ENTRY
ENTRY n ENTRY * Refers to an area inventory page (AIP) entry on the database page. If you specify a value for n, it must be a number between zero and the number of AIP entries. If you specify the asterisk (*) parameter, the information you request with the other DISPLAY ENTRY parameters is displayed for each AIP entry on the database page.
10 – asterisk
Displays the same information that is displayed when you specify the ABM, LOGICAL_AREA, PHYSICAL_AREA, ALENGTH, ANAME, TSN, RECORD_LENGTH, and INUSE parameters.
11 – ABM
Displays the first area bit map (ABM) page for the specified area inventory page (AIP) entry. The value is contained in a longword.
12 – LOGICAL_AREA
Displays the number of the logical area of an AIP entry. The value is contained in a word.
13 – PHYSICAL_AREA
Displays the number of the physical area of an AIP entry. The value is contained in a word.
14 – ALENGTH
Displays the length of the name of the logical area of an AIP entry. The value is contained in 1 byte. The name of the logical area can be from 1 to 31 bytes in length.
15 – ANAME
Displays the name of the logical area of an AIP entry. The value is contained in a 31-character text field.
16 – TSN
Displays the value of the last transaction sequence number (TSN) to enable snapshots for the logical area of an AIP entry. NOTE Beginning in Oracle Rdb V7.0, Oracle Rdb stores any transaction sequence number that is larger than a longword by using both the TSN field on the page and the page TSN base. Oracle Rdb calculates the actual TSN by applying a formula to these two values. Oracle Corporation recommends that you do not change a TSN value that is larger than a longword. When a TSN is larger than a longword, a nonzero number is stored in the page TSN base (the page tail). The following example shows the location of the page TSN and the page TSN base: 000A 00000003 0000 page 3, physical area 10 9D091204 0006 checksum = 9D091204 009A2C0F ED786D2E 000A time stamp = 23-MAY-1996 09:08:53.36 0000 03C4 0012 964 free bytes, 0 locked 0001 0016 1 line 0005 03E4 0018 line 0: offset 03E4, 5 bytes page TSN -----> 00000000 001C line 0: TSN 0 . . . 2001 03E4 line 0 (10:3:0) SYSTEM record 00 0001 03E6 1 byte in 0 sets/dynamic items 0000000000 03E9 padding '.....' FFFFFFFF 03EE snap page pointer -1 00000000 03F2 snap pointer TSN 0 0000 03F6 MBZ '..' 00000000 03F8 page sequence number 0 page TSN base -------> 0000 03FC page TSN base 0 0000 03FE MBZ '..'
17 – RECORD_LENGTH
Displays the value for the length of the record size for an AIP entry. The length is expressed in bytes. The RECORD_LENGTH value is contained in a word.
18 – INUSE
Displays the AIP entry's in-use flag. The value is contained in 1 byte. NOTE In the next two parameters, the integers denoting INDEX and LINE are zero based. For example, INDEX 0 refers to the first index, and LINE 3 refers to the fourth line. The integer n is optional. The present value of the relevant pointer is the default. References to INDEX and LINE are invalid if the current page is a space area management (SPAM) page.
19 – INDEX n
Displays the offset field, the length field, or both from the line index indicated by n. For example, if you enter DISPLAY INDEX 3 OFFSET, the offset address field from the fourth line index is displayed. If you enter DISPLAY INDEX 3 LENGTH, the length field from the fourth line index is displayed. If you enter either DISPLAY INDEX 3 or DISPLAY INDEX 3 *, both the offset and the length fields from the fourth line index are displayed.
20 – INDEX asterisk
INDEX * Displays the offset field and the length field for all index nodes on a page.
21 – LINE n
Displays information from an individual storage segment. You can display the RECORD_TYPE field or the entire content of the storage segment line indicated by n.
22 – LINE asterisk
LINE * Displays information from all storage segments on a page.
23 – LOCKED_SPACE
Displays the 2-byte field indicating how much free space is allocated for exclusive use by a recovery unit.
24 – NUMBER
Shows the 4-byte page number field.
25 – SPACE
SPACE range Displays SPAM entries; it is valid only if the current page is a SPAM page. The SPACE parameter is the only option that you can use in DISPLAY and DEPOSIT commands that access a SPAM page. The optional range value can be an asterisk (*), referring to all entries, or a set of consecutive entries that you describe as follows: lower-data-page-number[:higher-data-page-number] When you specify a range, you reduce the output display. The specified range of SPAM entries is included in the display; other SPAM entries outside your specified range can also be included in the display. Each entry on a SPAM page consists of 2 bits, containing a value 0 through 3 that represents a fullness threshold. For example, if the nth SPAM entry contains a 2, it means that the nth data page in the interval has reached a percentage of fullness greater than the second threshold for the area, but less than or equal to the third threshold.
26 – TIME_STAMP
Displays the 8-byte time stamp field.
27 – NEXT_AIP
Displays the page number of the next area inventory page (AIP).
28 – AIP_ENTRIES
Displays a value for the number of area inventory page (AIP) entries on the current area inventory page.