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'
To TLS or to NNE? Postquantum hints the former
4 weeks ago
0 comments:
Post a Comment