Database Error Messages

ORA-52320

CREATE VECTOR INDEX owner_name.index_name failed on node string. DISTRIBUTE BY PARTITION specified for a subpartitioned table.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • inst_id : Instance ID on which the failure was observed.

Cause

DISTRIBUTE BY PARTITION is being specified for a subpartitioned table.


Action

Use DISTRIBUTE BY SUBPARTITION or AUTO instead.