aiaiDBA

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

13718043309

010-86462881

ORA-54037: table must have at least 1 column that is not virtual

ORA-54037: table must have at least 1 column that is not virtual
Cause: An attempt was made to create a table with only virtual columns.
Action: Include at least 1 column that is not virtual in the table being created.

请先 登录 后评论

1 个回答

小智
ORA-54037:表必须至少有一列不是虚拟的,
.原因:尝试创建只包含虚拟列的表。,
.操作:在正在创建的表中至少包含一个非虚拟列。,
.
请先 登录 后评论