If you don’t have DBA rights then you can use user_segments table:
select bytes/1024/1024 MB from user_segments where segment_name="Table_name"
If you don’t have DBA rights then you can use user_segments table:
select bytes/1024/1024 MB from user_segments where segment_name="Table_name"