local_index_clause

The following is the syntax for the local_index_clause in the CREATE INDEX statement. For an explanation of the parameters, refer to the descriptions earlier in this section.

LOCAL
(
  [PARTITION [partition_name] 
  [TABLESPACE tablespace_name]
  [LOGGING | NOLOGGING]
  [INITRANS integer]
  [MAXTRANS integer]
  [STORAGE (
      [INITIAL integer[K | M] ]
      [MINEXTENTS integer]
      [MAXEXTENTS {integer | UNLIMITED} ]
      [PCTINCREASE integer]
      [FREELISTS integer]
      [FREELIST GROUPS integer]
      ) ]
 ] )
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset