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

Thread: temp file size not listed

Threaded View

  1. #3
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    the output is

    SQL> select object_name from dba_objects where object_name like 'PCT%';

    OBJECT_NAME
    --------------------------------------------------------------------------------------------------------------------------------
    PCT$

    also the description
    ====================
    SQL> desc pct$;
    Name Null? Type
    ------------------------------------------------------------------------- -------- -------------------------------------------------
    TABLESPACE_NAME VARCHAR2(30)
    AVAIL NUMBER
    USED NUMBER
    FREE NUMBER
    Us
    ed % VARCHAR2(7)
    CONTENTS VARCHAR2(9)
    EXTENT_MANAGEMENT VARCHAR2(10)
    STATUS VARCHAR2 (9)

    why the temp file shows 0 as size?
    Last edited by dbasan; 05-18-2004 at 02:11 PM.
    "What is past is PROLOGUE"

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