본문 바로가기

OCM10g R2

Chapter09.날짜 데이터 관련 함수 조회하기 더보기
Chapter08.Null 처리구문 이해와 효율적인 SQL 작성하기 더보기
Chapter07.Decode와 Case When 이해 및 조건 문 처리하기 더보기
Chapter06.Function 수행과 SQL 성능 문제 이해하기 ===================================================================================== ------------------FUNCTION 수행과 SQL 성능문제 이해하기-------------------------------- ===================================================================================== DROP TABLE FUNCTION_TABLE PURGE; DROP TABLE C1_CODE_NM PURGE; DROP TABLE C2_CODE_NM PURGE; ■ 생성 요건 - 테이블 데이터 건수는 100000 ROWS - 칼럼 .. 더보기
Chapter05.Merge구문 이해와 효율적인 SQL 작성하기 더보기
Chapter04.With절 이해와 효율적인 SQL 작성하기 더보기
Chapter03.스칼라 서브쿼리의 이해와 효율적인 SQL 작성하기 더보기
Chapter02. 서브쿼리와 성능 문제 이해하기 서브쿼리에 대한 기본 내용 이해하기 서브쿼리란? - Where절에 비교조건으로 사용되는 Select 쿼리 서브쿼리 동작방식 이해하기 1. Filter 동작방식 Filter 동작방식이 Main SQL추출 결과와 입력 값의 종류에 따라 어떻게 SQL의 성능이 달라지는지 확인해보자. 먼저 유저를 만들고 시작한다. 유저 만드는 법은 알거라 생각하기에 따로 기재하지 않습니다. 필자는 tuner라는 유저를 생성하고 dbs, sysdba라는 권한을 부여한 후, default tablespace는 users라는 tablespace로 지정을 했습니다. drop table subquery_t1 purge; drop table subquery_t2 purge; drop table subquery_t3 purge; creat.. 더보기
Chapter01. SQL 튜닝의 시작은? 더보기
zero_upgrade_11g(goldengate) 더보기
Oracle 11g R2 ASM으로 구성하기(영문 매뉴얼) 더보기
[Linux] 라이센스 없이 업데이트 하기 1. yum.conf파일 수정 및 추가 -----[ 64bit 일 경우]----- [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1 exactarch=1 [base] name=Red Hat Enterprise Linux $releasever - $basearch - Base baseurl=http://centos.mirror.cdnetworks.com/5.5/os/x86_64 [updates] name=Red Hat Enterprise Linux $releasever - $Updates baseurl=http://centos.mirr.. 더보기
CH01.실행 계획의 분석은 SQL 최적화의 기본이다 보호되어 있는 글입니다. 더보기
CRS_STAT 상태 스크립트 참고로 위의 crs_stat 명령어를 실행하면 리소스 이름들이 잘려보이므로 아래의 스크립트를 이용하면 전체 이름이 잘 나옵니다. (참고로 os에 따라 명령어의 위치가 달라질 수 있으므로 주의. 아래의 예는 Oracle Enterprise Linux에서는 문제 없이 잘 실행됨.) #!/usr/bin/ksh # # Sample 10g CRS resource status query script # # Description: # - Returns formatted version of crs_stat -t, in tabular # format, with the complete rsc names and filtering keywords # - The argument, $RSC_KEY, is optional and .. 더보기
Oracle Database 12c Release 1 (12.1) Installation On Oracle Linux 6 This article describes the installation of Oracle Database 12c Release 1 (12.1) (64-bit) on Oracle Linux 6 (64-bit). The article is based on a server installation with a minimum of 2G swap, with SELinux set to permissive and the firewall disabled. The following package groups were included for this installation. Base System > Base Base System > Compatibility libraries Base System > Hardware moni.. 더보기
estd_interconnect_traffic check procedure set echo off set feed off ACCEPT startt PROMPT'Please enter start time (MM/DD/YYYY):' ACCEPT endt PROMPT'Please enter end time (MM/DD/YYYY):' ACCEPT instid PROMPT'Please enter instance number:' drop table interconnect_traffic; create table interconnect_traffic (stime varchar2(100), svalue varchar2(100)) tablespace users; create or replace procedure interconnect_traffic_pr1 (stime varchar2,etime .. 더보기
Chapter09.SGA 아키텍처 보호되어 있는 글입니다. 더보기
Chapter08.SQL 추적 파일 분석 및 튜닝 보호되어 있는 글입니다. 더보기
Chapter07.ADDM 보고서 분석 및 튜닝 보호되어 있는 글입니다. 더보기
Chapter06.ASH 보고서 분석 및 사례 보호되어 있는 글입니다. 더보기