aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-38411: invalid datatype for the column storing expressions

ORA-38411: invalid datatype for the column storing expressions
Cause: An attempt was made to create an expression column from a column of invalid datatype.
Action: Create a VARCHAR2 or CHAR column to store expressions in a table.

请先 登录 后评论

1 个回答

小智
ORA-38411:存储表达式的列的数据类型无效,
.原因:试图从无效数据类型的列创建表达式列。,
.操作:创建VARCHAR2或CHAR列以在表中存储表达式。,
.
请先 登录 后评论