摘要:
1.修改/user/local/tomcat/conf/context.xml將context的如下內(nèi)容刪除<Context><!-- <!-- Default set of monitored resources. If one of these changes, the --> <!-- web 閱讀全文
摘要:
1. 查看所有表空間大小select tablespace_name,sum(bytes)/1024/1024 from dba_data_files group by tablespace_name; 2. 未使用的表空間大小 select tablespace_name,sum(bytes)/1 閱讀全文