Home » RDBMS Server » Server Administration » Database size
Database size [message #52356] Wed, 17 July 2002 09:17 Go to next message
Ashwin Kamath
Messages: 1
Registered: July 2002
Junior Member
Hi,
Can Some one please let me know as to how do we find the size of the database. Not the size of SGA

thanks
Ashwin
Re: Database size [message #52358 is a reply to message #52356] Wed, 17 July 2002 10:17 Go to previous messageGo to next message
Grant
Messages: 578
Registered: January 2002
Senior Member
use the view dba_data_files.

select sum(bytes) from dba_datafiles;
Re: Database size [message #52369 is a reply to message #52358] Thu, 18 July 2002 01:11 Go to previous message
Naresh
Messages: 27
Registered: March 2001
Junior Member
Try this sql
select sum( bytes/(1024*1024)) "filesize MB"
from dba_data_files
where status like 'AVAILABLE%'
;
Previous Topic: Oracle 9i License
Next Topic: Re: svrmgrl asks for password
Goto Forum:
  


Current Time: Thu Sep 19 14:44:54 CDT 2024