Oracle DBA, How To, Error, Cause and Action

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.

No comments:

Post a Comment

Thanks for your comment.