Q & A

Description Tool에서 partition table 조회시 속도 저하

Date2017.05.10 / Hit : 10333

1) Description Tool에서 partition table 조회시 속도가 매우 느립니다.

보통 1분 이상 소요됩니다.

(파티션 테이블의 script 확인시 불가피하게 다른 툴을 또 기동하고 있습니다.. T T )

 

모레시계로 돌고 있을 떄 DB에서 SQL을 보니 아래와 같은  SQL에서 오래 걸리고 있습니다.

 

select /*+ rule */c.table_name,
       a.index_owner,
       a.index_name,
       a.partition_name,
       a.compression,
       a.tablespace_name,
       a.pct_free,
       a.ini_trans,
       a.max_trans,
       a.initial_extent,
       a.next_extent,
       a.min_extent,
       a.max_extent,
       a.pct_increase,
       a.freelists,
       a.freelist_groups,
       a.buffer_pool,
       a.logging,
       decode(b.partitioning_type, 'RANGE', '0', 'HASH', '1', 'LIST', '2', '3'),
       a.high_value,
       (select generated
          from sys.dba_objects o
         where a.index_owner = o.owner
           and a.index_name = o.object_name
           and a.partition_name = o.subobject_name) generated
  from sys.dba_ind_partitions a,
       sys.dba_part_indexes b,
       sys.dba_indexes c
 where c.table_owner = :owner
   and c.table_name in (:b00,
               :b01,
               :b02,
               :b03,
               :b04,
               :b05,
               :b06,
               :b07,
               :b08,
               :b09)
   and a.index_owner = b.owner
   and a.index_name = b.index_name
   and a.index_owner = c.owner
   and a.index_name = c.index_name
   and c.generated = 'N'
 order by c.table_name, a.index_owner, a.index_name, partition_position ?

 

 

----------------------------------------------------------------------------

 

2) long이나 Clob 컬럼의 내용을 볼 수 있는 방법이 있는지 궁금합니다.

    컬럼의 내용을 볼 일이 있으면  toad를 또 기동하고 있습니다. T T

 

 

----------------------------------------------------------------------------

?

 

제품명 및 버전: Orange for oracle 6.0.1  

 - DBMS 버전: 11g
 - DB Client 버전: 11.2.0.1.0
 - OS 버전: Microsoft Windows 7 Professional Edition
                 Version 6.1 Service Pack 1 (Build 7601)
?


  • 대표전화
    1660-1675

  • 기술 문의
    02-6931-1734

  • 오렌지 문의
    070-8666-8175

  • 라이선스 문의
    02-6931-1728