Oracle Error ORA-14457: disallowed Nested Table column in a Temporary table

Oracle Error Message

ORA-14457: disallowed Nested Table column in a Temporary table

Reason for the Error

An attempt made to create a Nested Table column in a temporary table. This is not supported.

Solution

Do not specify these datatypes for temporary tables.