Oracle Error ORA-14450: attempt to access a transactional temp table already in use

Oracle Error Message

ORA-14450: attempt to access a transactional temp table already in use

Reason for the Error

An attempt was made to access a transactional temporary table that has been already populated by a concurrent transaction of the same session.

Solution

do not attempt to access the temporary table until the concurrent transaction has committed or aborted.