Results 1 to 3 of 3

Thread: How to find Table Size

  1. #1
    Contributing Member
    Join Date
    May 2006
    Answers
    82

    How to find Table Size

    I have lot of tables created and I wanted to find the table size of each. Is it possible to do this? What is the command or function used for finding this?


  2. #2
    Junior Member
    Join Date
    Oct 2006
    Answers
    24

    Re: How to find Table Size

    First go for..

    analyze table tabe_name compute statistics;
    and then give
    select num_rows,blocks ,empty_blocks as
    empty,avg_space,chain_cnt,avg_row_len from dba_tables
    where table_name='table_name';
    now
    blocks * db_block_size = table size


  3. #3
    Junior Member
    Join Date
    Sep 2008
    Answers
    18

    Re: How to find Table Size

    how can it possible.any simple way to make understand me


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact