aiaiDBA

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

13718043309

010-86462881

ORA-14458: attempt was made to create a temporary table with INDEX organization

ORA-14458: attempt was made to create a temporary table with INDEX organization
Cause: An attempt was made to create an Index Organized Temporary table. This is not supported.
Action: Create the table with HEAP organization and the primary key.

请先 登录 后评论

1 个回答

小智
ORA-14458:尝试创建具有INDEX组织的临时表,
.原因:试图创建索引组织临时表。这不受支持。,
.操作:使用HEAP组织和主键创建表。,
.
请先 登录 后评论