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

Oracle Error Message

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

Reason for the Error

An attempt was made to create an Index Organized Temporary table. This is not supported.

Solution

Create the table with HEAP organization and the primary key.