NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
F-11
Considerations—FILEINFO
that you own. If you omit the USER option, FILEINFO displays information about
all files in qualified-fileset-list.
BRIEF | DETAIL
specifies whether to display brief or detailed information about each file. BRIEF, the
default, displays only a single line of information.
EXTENTS
displays information on the allocation of extents for each file. Extent information
appears for tables, indexes, collations, and Enscribe files, but not for views or OSS
files.
STAT[ISTICS] [ , PARTONLY ]
provides all the DETAIL information as well as statistical data on blocks and
records for each file. Statistics information appears only for tables, indexes,
collations, and Enscribe structured files; it does not appear for shadow labels or OSS
files.
PARTONLY limits the information to the partitions you specify explicitly in
qualified-fileset-list. For example, if you specify only a secondary
partition of a table, no statistical information about the primary partition or any other
secondary partition appears.
If you omit PARTONLY and specify the primary partition of an Enscribe file or
specify any partition of an SQL object, FILEINFO supplies information about all
partitions. For Enscribe files, PARTONLY is implied if you specify a secondary
partition, because secondary partitions do not contain information about other
partitions.
SHADOWS
specifies that you want to display information about shadow labels, temporary file
labels for objects that have been dropped.
You can specify the DETAIL, EXTENTS, and STATISTICS display together in the
same command.
Considerations—FILEINFO
Authorization requirements
FILEINFO without the STATISTICS option has no authorization requirements. With
the STATISTICS option, FILEINFO requires read authority for the files for which
information is displayed.
Versioning errors
FILEINFO returns error -9132 if it encounters an SQL object (but not an SQL
program or catalog) that has a version greater than the version of the NonStop
SQL/MP software on the node from which you issued the FILEINFO command.