ORA-54026: Real column cannot have an expression
Cause: Attempted to alter a real column to have an expression.
Action: This is not valid, change the DDL.
.
ORA-54026 错误表示在创建实体列时,不能使用表达式。
1.检查我们正在创建的实体列是否包含表达式;
2.如果是,请将实体列定义改为没有表达式
3.重新尝试编译表定义或者存储过程。