REBUILD
{ { { PARTITION partition | SUBPARTITION subpartition } 
  | { REVERSE | NOREVERSE }
  }
  [{ parallel_clause
   | TABLESPACE tablespace
   | PARAMETERS ( 'rebuild_partition_params' )
   | ONLINE
   | COMPUTE STATISTICS
   | physical_attributes_clause
   | compression_clauses
   | { LOGGING | NOLOGGING }
   }
   [ parallel_clause
   | TABLESPACE tablespace
   | PARAMETERS ( 'rebuild_partition_params' )
   | ONLINE
   | COMPUTE STATISTICS
   | physical_attributes_clause
   | compression_clauses
   | { LOGGING | NOLOGGING }
   ]...
  ]
| PARAMETERS ( 'rebuild_index_params' )
}

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.