LIST-DBASE-INDEXES

This command runs within the SYSMAN account and displays all indexes present across the database.

Syntax

LIST-DBASE-INDEXES

Example 1

The following example illustrates the output of using the command when there are no indexes in the database:

: LIST-DBASE-INDEXES
				
NO INDEXES EXIST

Example 2

The following example illustrates the output of using the command when there are multiple indexes in the database:

: LIST-DBASE-INDEXES
Indexes in'/TEST'                                          Page 1
File
	Data Section
		Index name            Status  Definition
TT
	TT
		INDEX1                ok    Explicit index, BY A1 BY A2
		INDEX2                ok    Explicit index, BY A1 BY A2
		INDEX3                ok    Explicit index, BY A1 BY A2
	[2100] 3 indexes, no errors.