Database Error Messages

ORA-51856

VECTOR columns are not allowed in index-organized tables. Attempted to use VECTOR column string.string in index-organized table string.

Cause

VECTOR columns cannot be used in index-organized tables.


Action

Remove the VECTOR column used in the index-organized table.