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

ERRORattempt was made to create a temporary table with INDEX organization
CAUSEAn attempt was made to create an Index Organized Temporary table. This is not supported.
ACTIONCreate the table with HEAP organization and the primary key.