1.

select * from user_constraints where table_name = 'MYTABLE'

2.

select bytes,blocks from user_segments where segment_name = 'MYTABLE';

Hope this helps
Gert