Showing posts with label useful Query. Show all posts
Showing posts with label useful Query. Show all posts

Wednesday, June 6, 2018

SQL query to check table size

SELECT segment_name, segment_type, bytes/1024/1024/1024 GB FROM user_segments WHERE segment_type='TABLE' AND segment_name='FBNK_STMT_ENTRY'