How do I check the size of the space of the user table?
Description:
SQL> Col Segment_name Format A20
SQL> Col TableSpace_name Format A20
SQL> Select segment_name, tablespace_name, Bytes, block from user_segments where segment_type = 'table';