Showing posts with label ORA-14458: attempt was made to create a temporary table with INDEX organization. Show all posts
Showing posts with label ORA-14458: attempt was made to create a temporary table with INDEX organization. Show all posts

Saturday, 17 March 2012

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.