Database Error Messages

ORA-51867

Dimension count of the constructed vector(string) does not match the dimension count argument (string) of the constructor.

Cause

The constructed vector has a dimension count that does not match the dimension count argument of the constructor.


Action

Remove the dimension count argument of the constructor or ensure that the vector string generates a vector of the desired dimension count.