ORA-02272: constrained column cannot be of LONG datatype
Cause: Self-evident.
Action: Change the datatype of the column, or remove the constraint on the column.
。
ORA-02272是Oracle 数据库的错误代码,表明在将一列设置为长文本数据类型(LONG数据类型)时发生了错误。
1.尝试使用基本的VARCHAR2类型来代替LONG类型。
2.如果不能使用VARCHAR2类型,可以尝试使用CLOB类型。
3.确保您的表列不受任何约束的约束。
4.重新创建视图和外部表,确保它们将使用LONG类型而不会受到约束。