Skip to content

Instantly share code, notes, and snippets.

@uilian
Created September 16, 2014 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uilian/0cafa7ff95467b20c56c to your computer and use it in GitHub Desktop.
Save uilian/0cafa7ff95467b20c56c to your computer and use it in GitHub Desktop.
Table size
SELECT SEGMENT_NAME, (BYTES/1024)/1024 --MB
FROM DBA_SEGMENTS
WHERE segment_name = :table_name
ORDER BY 1 DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment