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

Thread: Oracle temp table

  1. #1
    Join Date
    Mar 2001
    Posts
    24

    Wink

    Hi.

    Is there a way to know the size of a temp table if the table is created with

    create global temporary table dbatest1
    ( c1 number, c2 number)
    /

    Thx
    matthewc

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Query from dba_extents when the job is running.

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