ORA-52333
CREATE VECTOR INDEX index_name failed. Missing or unsupported DISTRIBUTE option.
- index_name: The index name.
Cause
The DISTRIBUTE clause is either missing or contains an unsupported value.
Action
Use one of the supported options: BY ROWID RANGES, BY PARTITION, BY SUBPARTITION, or AUTO.