JdV's Notes
My notes on: SAP, Oracle, Windows, AIX, Solaris and other stuff
Pages
(Move to ...)
Home
Map A Drive In Windows Command Prompt (DOS)
DB2 Notes
▼
Thursday, 7 October 2010
Freespace in Oracle database
select tablespace_name, sum(bytes/1024/1024) from dba_free_space group by tablespace_name;
‹
›
Home
View web version