Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-14450

attempt to access a transactional temp table already in use

Cause

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


Action

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