摘要:
1.修改/user/local/tomcat/conf/context.xml将context的如下内容删除<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 阅读全文