oradim
<oradim 사용법> ※ Unix에서의 수동설치시에는 이 명령을 사용하지 않고 Windows 환경에서만 사용. DBCA(Database Configuration Assistant)를 이용한 Oracle 자동설치가…
Database Administrator Knowledge Sharing site
<oradim 사용법> ※ Unix에서의 수동설치시에는 이 명령을 사용하지 않고 Windows 환경에서만 사용. DBCA(Database Configuration Assistant)를 이용한 Oracle 자동설치가…
실제 수행 된 SQL PLAN 을 trace + tkprof 를 수행 하지 않고 실시간으로 Execution Plan 을 확인 하는…
먼저 조회 해야 하는 sql id 의 Child Number 를 확인 합니다. select sql_id, PARSING_SCHEMA_NAME "USER", PLAN_HASH_VALUE, OPTIMIZER_MODE, child_number, parse_calls,…
PROMPT ============================= PROMPT ====== DEPENDENCY CHECK ===== PROMPT ============================= SELECT decode(name, UPPER('&&object_name'), 'REF', 'REF BY') ref, d.* FROM dba_dependencies…
select thread# "Thread#", substr(to_char(first_time,'yyyy/mm/dd'),1,10) "Day", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'00',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'00',1,0))) "00", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'01',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'01',1,0))) "01", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'02',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'02',1,0))) "02", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'03',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'03',1,0))) "03", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'04',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'04',1,0))) "04", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'05',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'05',1,0))) "05", decode(sum(decode(substr(to_char(first_time,'HH24'),1,2),'06',1,0)),0,0,sum(decode(substr(to_char(first_time,'HH24'),1,2),'06',1,0))) "06",…
SELECT T.NAME , T.BYTES,T.USED,T.FREE,T.PCT_FREE_USED, C.BLOCK_SIZE/1024||'k' BLOCK_SIZE, C.CONTENTS, C.LOGGING, C.EXTENT_MANAGEMENT, C.ALLOCATION_TYPE, C.SEGMENT_SPACE_MANAGEMENT, C.DEF_TAB_COMPRESSION FROM ( SELECT A.TABLESPACE_NAME NAME, SUM(B.BYTES/1048576)/COUNT( DISTINCT A.FILE_ID||'.'||A.BLOCK_ID…
시퀀스 OWNER 를 넣고 USED 컬럼을 확인. SQL> SELECT SEQUENCE_OWNER "OWNER", SEQUENCE_NAME "SEQUENCE", MIN_VALUE "MIN VALUE", MAX_VALUE "MAX VALUE",…
많은 분들의 응원에 힘입어 가장 보고 싶은 ASM, RMAN 의 알기 쉬운 예제를 통한 설명 그리고 대한민국 IT 인프라 조직에서…