ERROR | 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. |
ERROR | 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. |