DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

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

  1. #1
    Join Date
    Jul 2005
    Posts
    87

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

    Hi Gurus,
    I need to alter the global temp. table but its not letting me alter it
    and throwing the below error,i tried few times at regular interval but no use,is there a way to find out who is actually using it?


    ERROR at line 1:
    ORA-14450: attempt to access a transactional temp table already in use

    Any suggestion would be great.

    AIX-5.1
    10.2.03

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    do not attempt to access the temporary table until the concurrent transaction has committed or aborted.


    The table is in use

  3. #3
    Join Date
    Aug 2007
    Location
    Cyberjaya,kuala lumpur
    Posts
    340
    Cause
    ~~~~~~~

    If the global temporary table was created with "on commit preserve rows" option,
    the global temp table would still be locked eventhough transaction was commited.


    Fix
    ~~~~

    + Disconnect and connect the session


    the metalink says..

    https://metalink.oracle.com/metalink...,1,1,helvetica

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width