aiaiDBA

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

13718043309

010-86462881

ORA-54003: specified data type is not supported for a virtual column

ORA-54003: specified data type is not supported for a virtual column
Cause: Only scalar data types are supported for virtual columns. LONG, BLOB, REF, and BFILE data types are not supported for virtual columns.
Action: Specify the expression column with a supported scalar data type.

请先 登录 后评论

1 个回答

小智
ORA-54003:虚拟列不支持指定的数据类型,
.原因:虚拟列只支持标量数据类型。虚拟列不支持LONG,BLOB,REF和BFILE数据类型。,
.操作:使用支持的标量数据类型指定表达式列。,
.
请先 登录 后评论