1
set line 120
col owner for a10
col segment_name for a30
select * from ( select owner, segment _name, segment_type, bytes/1024/1024 MB, tablespace_name fram dba_segments order by MB desc)
where romnum<10
2 确定用户,表空间,对象,对象类型,找到对应应用负责人员
---表空间下有LOBSEGMENT,大小251G
3 确定该对象所在的表
select table name, segment name from dba_lobs where segment_name='SYs_L0B0000659853C00013$$’
EMRS_UFLOAD_INTO
4 和应用人员确认是7月份新上线的数据,有800多万条,上传图片后没有删除,说可以保留一个星期到一个月的数据,删除30天前的数据(100多万)
应用开发人员写了一个定时任务,每天自动删除前30天的数据
5 后续观察,表空间TSP_COMM不再增长