ORA-52305
CREATE VECTOR INDEX index_name failed. Cannot specify DISTRIBUTE and DUPLICATE clauses together.
- index_name: The index name.
Cause
Both DISTRIBUTE and DUPLICATE clauses are being specified.
Action
Use either the DISTRIBUTE clause or the DUPLICATE clause, but not both.