Hello,
I would like to know how to calculate extent size of a table starting from the order tbcheck - Pt database:table.
Indeed I make already my table on a machine of test, and then I need extent size to put it in exploitation.
table repor (
rep1 serial,
rep2 char(30),
rep3 char(20),
rep4 date)
=> size 58
index idx1 on repor(rep1);
index idx2 on repor(rep2);
Number of rows = 500000
Thank you very much.