20 January 2011

ORACLE To show User Schema Size


column "Total MB" format 99,999,999
SELECT owner, round(sum(bytes) / 1048576) "Total MB"
FROM dba_segments
GROUP BY owner

No comments:

APACHE - failed to start

[On] Red Hat Enterprise Linux Server release 7.4 (Maipo) Apache was not running and attempt to start the httpd service failed. The natural t...