Social Icons

Pages

Showing posts with label db size. Show all posts
Showing posts with label db size. Show all posts

1.05.2012

Check DB Size - Oracle

select (select sum(bytes)/1024/1024 from dba_data_files)+
(select sum(bytes)/1024/1024 from dba_temp_files) "Size in MB" from dual;