Calculating table and index sizes

From: George Reichert <gmr_at_panix.com>
Date: 12 Aug 1994 15:27:25 -0400
Message-ID: <32giet$660_at_panix.com>


I have a table:

invoice_number 	char(14)
page_number		number(2)
line_number		number(3)
invoice_line	varchar2(80)

There is a concatenated primary key on this table (invoice_number, page_number, line_number).

Let's assume I have 100,000 rows in this table. Is there an EASY way to calculate the size of this table and its index. Received on Fri Aug 12 1994 - 21:27:25 CEST

Original text of this message