摘要: 转载自:https://www.cnblogs.com/yiyuf/p/4284448.html step1. 确认到底是哪个段占用了sysaux空间: select segment_name,sum(bytes)/1024/1024 from dba_segments where tablespa 阅读全文
posted @ 2017-12-19 21:29 zhuntidaoren 阅读(3157) 评论(0) 推荐(0) 编辑