Created
October 6, 2016 17:18
-
-
Save dotmaik1/2b6c7a2b67d08f7401587c998f6e7dbc to your computer and use it in GitHub Desktop.
database size information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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