col c1 heading "Tablespace|Nnumber"

   col c2 heading "Tablespace|Name"

   col c3 heading "Coalescable|Extents"


   select c.ts# c1,c.name c2,count(*) c3

   from sys.fet$ a,sys.fet$ b,sys.ts$ c

   where a.ts# = b.ts#

   and a.ts# = c.ts#

   and a.file# = b.file#

   and (a.block# + a.length) = b.block#

   group by c.ts#,c.name;

사업자 정보 표시
(주)블루원 | 김홍태 | 서울특별시 용산구 원효로 4가 135 금홍 2빌딩 | 사업자 등록번호 : 106-86-76684 | TEL : 02-3272-7200 | Mail : support_ora@blueone.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기

+ Recent posts