ORA-51947
ALTER TABLE owner_name.table_name MOVE is not allowed as the table has one or more vector indexes.
        - owner_name: The owner of the table.
- table_name: The name of the table.
Cause
Vector Index maps rowid of base table for fast lookup. If rows of the base table move, it causes incorrect results when the execution plan uses a vector index.
Action
This is currently not supported.