Personal tools
You are here: Home Oracle How To's How to discover the database size on Oracle
Navigation
Log in


Forgot your password?
 
Document Actions

How to discover the database size on Oracle

Select to view the database size statement

Execute the statement below to view the database size:



col MB format 999,999,999,999.00

select (sum(bytes)/1024)/1024 as MB
from dba_segments
/


Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls