Oracle Error ORA-14455: attempt to create referential integrity constraint on temporary table

Oracle Error Message

ORA-14455: attempt to create referential integrity constraint on temporary table

Reason for the Error

An attempt was made to create a referential integrity constraint on a temporary table. This is not supported.

Solution

Use triggers.