Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Locally Managed vs Dictionary managed tablespaces
Howard,
call me an idiot if you like - everybody else does, but don't you have
two columns the same in that query ?
PCT_FULL and PCT_UTIL are the same. Of course, I am probably missing
something glaringly obvious .....
ROUND((SUM(TOTAL_MB)-SUM(FREE_MB))/SUM(TOTAL_MB)*100) PCT_FULL, ROUND((SUM(TOTAL_MB)-SUM(FREE_MB))/SUM(MAX_MB)*100) PCT_UTIL
I use the same query - since I stole it from your web site - but without the PCT_UTIL column on the end.
Regards,
Norman.
Norman Dunbar EMail: Norman.Dunbar_at_LFS.co.uk Database/Unix administrator Phone: 0113 289 6265 Fax: 0113 289 3146 Lynx Financial Systems Ltd. URL: http://www.Lynx-FS.com
------------------------------------------------------------------------
![]() |
![]() |