To find out a size of a table in Megabytes use below SQL select segment_name,(bytes)/1024/1024 MB
2 from user_segments where
3 segment_type = 'TABLE'
4* and SEGMENT_NAME='TABLE_NAME'
TIME_BUCKET group by time period
3 months ago
0 comments:
Post a Comment