Oracle Error ORA-14454: attempt to reference temporary table in a referential integrity constraint

Oracle Error Message

ORA-14454: attempt to reference temporary table in a referential integrity constraint

Reason for the Error

An attempt was made to reference temporary table in a referencial integrity constraint. This is not supported.

Solution

Use triggers.