ORA-29885
Error: ORA-29885: domain index is defined on the column to be modified
Causa: An ALTER TABLE MODIFY COLUMN was issued on a column on which a domain index exists.
Acción: Drop the domain index before attempting to modify the column.
COMENTARIOS:
No hay comentarios.