select table_name, num_rows * avg_row_len / 1024 / 1024 mb
from user_tables

이렇게 하면 각 테이블 별로 하드 디스크 용량이 얼마나 되는지 확인이 가능하다.
Posted by 서오석
,