Database Error Messages

OCI-51932

Mismatched dimension count in the maintainence of a vector index (input input_dimension, required expected_dimension)
  • input_dimension: The dimension value provided in the DML.
  • expected_dimension: The dimension value expected in the DML that matches with the vector index dimension value.

Cause

An attempt to insert or update a row with a vector value whose dimension count doesn't match the requirement of a vector index on this column.


Action

Retry the Data Manipulation Language (DML) operation with a vector value of the required dimension count.