Skip to content

Instantly share code, notes, and snippets.

@dotmaik1
Created October 6, 2016 17:18
Show Gist options
  • Select an option

  • Save dotmaik1/2b6c7a2b67d08f7401587c998f6e7dbc to your computer and use it in GitHub Desktop.

Select an option

Save dotmaik1/2b6c7a2b67d08f7401587c998f6e7dbc to your computer and use it in GitHub Desktop.
database size information
select sum(BYTES)/1024/1024/1204 GB
from DBA_EXTENTS;
select sum(BYTES)/1024/1024 MB
from DBA_EXTENTS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment