Show TOC

Syntax documentationrebuild_indpart

This parameter specifies the database index partitions for a rebuild using BRSPACE.

Syntax Syntax

  1. rebuild_indpart = [[<owner>.]<index>.]<partition>
  2. | [[<owner>.]<index>.][<prefix>]%[<suffix>]
  3. | [[<owner>.]<index>.][<prefix>]*[<suffix>] | (<indpart_list>)
End of the code.

Default value: none

Example Example

rebuild_indpart = (PART1, PARTIND1.PART2, SAPSR3.PARTIND2.PART3)

End of the example.