ORA-01448
Error: ORA-01448: index must be dropped before changing to desired type
Causa: An ALTER TABLE MODIFY statement attempted to change an indexed character column to a LONG column. Columns with the datatype LONG may not be indexed, so the index must be dropped before the modification.
Acción: Drop all indexes referencing the column before changing its datatype to LONG.
COMENTARIOS:
No hay comentarios.