09.RAC_OWI_Part2

Size: px
Start display at page:

Download "09.RAC_OWI_Part2"

Transcription

1 Practical OWI Seminar RAC &busy OWI gc buffer gc current request DFS lock handle

2 gc cr/current multiblock request Event 정의 Request Node가 Remote Node에게 Multi Block I/O를 요청했음을 의미하는 독립 Event P1, P2, P3 의 의미는 gc cr/current request 와 동일

3 gc cr/current multiblock request Multi Block I/O 요청 발생 이유 CR Mode FTS, IFS(Index Full Scan), IFFS(Index Fast Full Scan)등 수행 gc cr multi block request 대기 Current Mode Insert를 위해 Free Block을 전송 받을 때 FTS를 통한 Update/Delete 작업 gc current multi block request 대기

4 gc cr/current multiblock request Event 해소 기법 기본적으로 gc cr request 해소와 동일 동시 요청 Block 수 DB_MULTIBLOCK_READ_COUNT 파라미터로 제어 gc cr multi block request 의 Timeout 회수나 대기 시간 증가? 동시 요청 Block 수가 너무 많은 것이 원인이 될 수 있음 필요하다면 DB_MULTIBLOCK_READ_COUNT 값을 감소 Network 설정 Jumbo Frame 사용 (9000 Bytes의 MTU) UDP Receive Buffer 크기 증가

5 gc buffer busy Event 정의 Server Process가 Block을 변경하려고 하는 과정에서 Global 경합이 발생함을 의미하는 독립 Event P1 = file# P2 = block# P3 = id#

6 gc buffer busy Global 경합 Local Process가 사용하려는 Block이 Global하게 사용 중임을 의미 Instance A Instance B Transferring Access Transferring gc buffer busy Access Process A gc buffer busy Process B 8/ 1/ 2/ 3/ 4/ 5/ 6/ 7/ 8

7 gc buffer busy Block 경합과 Wait Event buffer busy waits 다른 Local Process가 변경 중인 Block을 Access하는 과정에서 발생 read by other session 다른 Local Process가 Disk에서 Cache Buffer로 올리는 중인 Block을 Access하는 과정에서 발생 gc buffer busy 다른 Local Process가 Remote Node에서 전송 받고 있는 Block을 동시에 Access하는 과정에서 발생 Remote Node의 요청에 의해 전송되고 있는 Block을 동시에 Access하는 과정에서 발생

8 gc buffer busy 대기 해소 방안 buffer busy waits 해소 방안과 기본적으로 동일 Hot Block 분산 Segment Partitioning Reverse Index Sequence Cache 크기 증가 FLM 사용시 FREELIST GROUPS 속성 값을 Node 수만큼 부여 SQL Tuning 여러 Node에서 동일 Segment에 대한 동시 다발적인 대량의 DML을 피할 것

9 gc cr failure Event 정의 CR Block을 전송 받는 과정에서 실패 (Failure)가 발생했음을 의미하는 Fixed-up Event 관련된 이벤트 gc current retry : Current Block을 전송 받는 과정에서 오류가 발생했음을 의미하는 Fixed-up Event gc cr/current block lost : Block을 전송 받는 과정에서 유실 (Loss) 이 발생했음을 의미하는 Fixed-up Event. 10g R2에서 추가

10 gc cr failure Block 전송 실패 사유 Block Loss Block Image 손상 (Checksum Error 등) 잘못된 Block 정보 (SCN, Invalid Format 등) Block 전송 실패는 대부분 잘못된 Hardware 설정이나 Network 설정에 기인

11 Global Cache Event 와 통계 값 CR Block 전송 Instance A gc cr blocks served Instance B gc cr block build time gc cr blocks received gc cr block receive time CR Copy gc blocks lost Network Queue gc cr block send time gc cr block flush time gc cr request Process A LMS Redo 6/ 1/ 2/ 3/ 4/ 5/ 6

12 Global Cache Event 와 통계 값 Current Block 전송 Instance A Instance B gc current blocks served gc current blocks received gc current block receive time gc current block pin time gc blocks lost Network Queue gc current block send time gc current request Process A gc current block flush time LMS Redo 6/ 1/ 2/ 3/ 4/ 5/ 6

13 Global Lock 동기화 Global Lock 동기화 Mechanism RAC의 모든 Resource 공유는 Global Lock을 통해 이루어짐 예 Block/Buffer = Global BL Lock 동기화 Table = Global TM Lock 동기화 Library Cache Object = Global L*, N* Lock 동기화 Row Cache Object = Global Q* Lock 동기화 Global Buffer 동기화, 즉 Cache Fusion은 Global Lock 동기화 (BL Lock)의 특수한 형태로 이해할 수 있음

14 Global Lock 동기화 Global Lock 동기화 Mechanism - Examples 1. TM Lock (SX) 요청 Instance 2 Lock Master Inst1=SX Inst3=X 2. Instance3이 Lock Holder (X) 3. 요청 전달 GES N S X Instance 1 5. GRD 갱신 GES 4. Lock 허용 X S N X Instance 3 Table Update 7/ 1/ 2/ 3/ 4/ 5/ 6/ 7

15 Global Lock 동기화 Lock Database Global Lock을 관리하기 위한 분산 Database V$GES_RESOURCE Table id가 131인 Table [131,0, TM] Hash Bucket Hash Function Hash Bucket Resource 구조체 Resource 구조체 Resource 구조체 Grant Grant Q Q Conver Conver tq tq Master Master Lock 구조체 Lock 구조체 Node Node Lock Lock Mode Mode PID PID Owner Owner V$GES_ENQUEUE Node Node Grant Q Conver tq Master Node

16 Global Lock 동기화 V$GES_RESOURCE Lock Database에서 Resource 구조체를 의미 Lock Manager에 의해 보호되는 Global Resource에 대한 정보를 제공

17 Global Lock 동기화 V$GES_ENQUEUE Lock Database에서 Lock 구조체를 의미 Global Resource를 보호하는 모든 Global Lock에 대한 정보 제공

18 Global Lock 동기화 Global Enqueue Global Enqueue는 Local Enqueue와 동일하게 관찰됨 GV$LOCK 을 통해 Monitoring SQL> SELECT INST_ID, SID, TYPE, ID1, ID2, LMODE, REQUEST FROM GV$LOCK WHERE SID IN (18,129); INST_ID SID TYPE ID1 ID2 LMODE REQUEST TM TX TX TM

19 Global Lock 동기화 Library Cache Lock Lock Database에서는 L[A-Z], E[A-Z], V[A-Z] Type의 Lock으로 관찰됨 Breakable Parse Lock NULL Mode의 Library Cache Lock Lock Database에서는 IV Lock (Invalidation Lock)으로 관찰됨 IV Lock의 Holder는 항상 LCK0 Process Global Library Cache Lock 경합 library cache lock Event로 관찰 GV$GES_ENQUEUE 를 통해 관찰 가능

20 Global Lock 동기화 Library Cache Pin Lock Database에서는 N[A-Z], G[A-Z], Y[A-Z] Type의 Lock으로 관찰됨 Global Library Cache Pin 경합 library cache pin Event로 관찰 V$GES_ENQUEUE 를 통해 관찰

21 Global Lock 동기화 Row Cache Lock Lock Database에서는 Q[A-Z] Type의 Lock으로 관찰됨 Global Row Cache Lock 경합 row cache lock Event로 관찰 V$GES_ENQUEUE 를 통해 관찰

22 Global Lock 동기화 SQL Cursor 동기화 SQL Cursor는 RAC에서 Node간에는 공유되지 않음 SQL Cursor가 참조하는 LCO들은 서로 동기화가 이루어짐 IV Lock을 통해 Global Cursor Invalidation이 이루어짐 Instance A SELECT * FROM ges_test IV Lock GES_TES T Instance B G E S G SELECT * FROM E ges_test S GES_TES IV Lock T ALTER TABLE ges_test 8/ 1/ 2/ 3/ 4/ 5/ 6/ 7/ 8

23 Global Lock 동기화 SQL Cursor 동기화 SQL Cursor는 RAC에서 Node간에는 공유되지 않음 즉, 같은 SQL Text에 대해 Node간에서 전혀 다른 실행 계획을 가질 수 있음 Parameter, Environment, Context, Bind Peeking 등에 주의

24 RAC 성능 Resource Affinity(리소스 친화도 ) 특정 Instance가 특정 Resource를 가능한 독점적으로 사용하는 것을 의미 Resource Affinity가 높으면 Instance간 경합이 줄어드는 효과 RAC Instance 튜닝은 Resource Affinity를 높이는 것이 목적 Instance A Instance B Table A Table B Resource Master

25 RAC 성능 Resource Affinity의 적용 사례 FLM vs. ASSM Sequence Cache 크기 Dynamic Resource Remastering 리버스 인덱스 세그먼트 파티셔닝 병렬 실행 (Parallel Execution) 스케쥴 작업 전역 임시 테이블 읽기 전용 테이블 스페이스 어플리케이션 파티셔닝 유용한 Dynamic Performance Views

26 RAC 성능 FLM vs. ASSM FLM vs. ASSM FLM : Free List Management. 수동 Mode의 Segment 공간 관리 ASSM : Automatic Segment Space Management. 자동 Mode의 세그먼트 공간 관리 Oracle 10g R2부터는 ASSM이 기본으로 사용

27 RAC 성능 FLM vs. ASSM FLM FLM에서의 Segment 구성 Segment He ade r Blo ck F ul l Bl o c Extent#0 k Full Block = PCTFREE 소진 Extent#1 Extent#2 Free Block = PCTFREE 여유

28 RAC 성능 FLM vs. ASSM FLM 구성 사례 1 Free List가 하나인 경우 여러 Process가 동일 Free Block에 대해 경쟁 Segment Header Insert Free Block Session #1 Insert Session #2 Full Block

29 RAC 성능 FLM vs. ASSM FLM 구성 사례 2 Free List가 여러 개인 경우 여러 Instance가 동일 Segment Header Block에 대해 경쟁 Segment Header Free Block Instance #1 Instance #2 Full Block

30 RAC 성능 FLM vs. ASSM FLM 구성 사례 3 Free List Group이 여러 개인 경우 Instance간의 Segment Header Block 경합이 해소됨 Free List Group #1 Segment Header Free List Group #2 Free Block Instance #1 Instance #2 Full Block

31 RAC 성능 FLM vs. ASSM FLM 구성 사례 3 Free List Group이 여러 개인 경우 Node Eviction이나 DML 불균형이 생겼을 경우 Free Block을 활용하지 못하는 문제 Free List Group #1 Segment Header Free List Group #2

32 RAC 성능 FLM vs. ASSM FLM Segment의 Free Block을 Freelist를 이용해서 관리 MFL : Master Freelist. Free Block의 목록을 관리하는 Main List. Segment당 하나 PFL : Process Freelist. Process당 부여되는 Freelist. Segment의 FREELISTS 속성에 의해 결정 TFL : Transaction Freelist. Transaction의 Update / Delete 에 의해 Free Block으로 변한 Block들을 관리하는 List. Transaction 내에서 사용

33 RAC 성능 FLM vs. ASSM FLM Freelist에 의한 Free Block 관리 Segment Header Header Data Block Data Block Data Block Data Block Data Block 50% FULL FULL 40% 0% Data Block Data Block Data Block Data Block Data Block 50% 20% FULL 40% 0% Data Block Data Block Data Block Data Block Data Block FULL 20% 30% 40% 10% Tail Master freelist Header Tail Process freelist#1 Header Tail Process freelist#2

34 RAC 성능 FLM vs. ASSM FLM MFL, PFL, TFL의 관계 Process #1 TFL Process #2 PFL#1 Process #3 MFL PFL#2 PFL#3 Process #20 4/ 1/ 2/ 3/ 4

35 RAC 성능 FLM vs. ASSM FLM FREELISTS 속성 Process Freelist의 수를 결정 FREELISTS 값이 작으면 여러 Process에 의한 Free Block 경합 발생 buffer busy waits Event로 관찰됨 FREELIST GROUPS 속성 Freelist Group의 수를 결정 Freelist Group은 Instance마다 독립적인 Master Freelist를 할당받는다는 것을 의미 {FREELIST GROUPS 값 = Node 수}가 이상적인 설정 FREELIST GROUPS 값이 작으면 Node 간에 Segment Header 경합 발생 gc buffer busy 와 gc current 류의 Fixed-up Event로 관찰됨

36 RAC 성능 FLM vs. ASSM FLM FREELIST GROUPS = 1 인 경우 (Default) 동일한 Segment Header Block을 여러 Node가 변경하는 과정에서 경합 발생 FREELIST GROUPS = 1 Segment Header Free Block #1 Free Block #2 Instance A Free Block #N Free Block #1 Free Block #2 Free Block #N Instance B 2/ 1/ 2

37 RAC 성능 FLM vs ASSM FLM FREELIST GROUPS = 2 인 경우 각 Instance 별도의 Freelist를 사용하므로 Instance 간 경합이 최소화 Segment Header FREELIST GROUPS = 2 FreeList Group #1 Free Block #1 Free Block #2 Instance A FreeList Group #2 Free Block #N Free Block #1 Free Block #2 Free Block #N Instance B 2/ 1/ 2

38 RAC 성능 FLM vs. ASSM ASSM ASSM에서의 Segment 구성 Segment L 1 B M B L 1 B M B L 2 B M B He ade r Blo ck Extent#0 D at a Bl o c k L 1 B M B L 1 B M B D at a Bl o c Extent#1k D at a Bl o c k

39 RAC 성능 FLM vs. ASSM ASSM (Automatic Segment Space Management) Segment의 Free Block을 Oracle이 자동 관리 Tree 형태의 세 단계 Bitmap Block 들로 Free Block 목록을 관리 L3 BMB 최상위 Bitmap Block 블록. Segment Header Block에 위치 L2 BMB 범위를 관리 L2 BMB 2 단계 Bitmap Block. L1 BMB 범위를 관리 L1 BMB : Leaf Bitmap Block 여러 개의 Data Block의 여유 정도 (Freeness)를 Bitmap으로 관리 Unformatted, FS1(~25%), FS2(~50%), FS3(~75%), FS4(~100%), Full

40 RAC 성능 FLM vs. ASSM ASSM L3 BMB, L2 BMB, L1BMB의 관계 HHWM Segment Header + L3 BMB L1 BMB DataBlock#1 DataBlock#2 L1 BMB L2 BMB L1 BMB L3 BMB L2 BMB L1 BMB DataBlock#1 DataBlock#2 L1 BMB Unformatted L2 BMB LHWM L1 BMB DataBlock#1

41 RAC 성능 FLM vs. ASSM ASSM L1 BMB의 특징 각 Instance가 독립적인 L1 BMB 목록을 관리 따라서 Instance간에 Free Block을 둘러싼 경합이 줄어듦 Segment Header L1 BMB L1 BMB Instance A L1 BMB L1 BMB Instance B

42 실습 gc buffer busy

43 RAC 성능 Sequence Cache Sequence CACHE 속성 NOCACHE CACHE + NOORDER CACHE + ORDER 각 속성 유형마다 고유의 성능 문제 존재 enq: SQ contention 참조

44 RAC 성능 Sequence Cache Sequence NOCACHE Instance A Instance B SEQUENCE Process A SEQ.NEXTVAL row cache lock 대기 Process B SEQ.NEXTVAL 1/ 1

45 RAC 성능 Sequence Cache Sequence CACHE + NOORDER Instance A CACHE A Instance B SEQUENCE 101 ~ ~ 100 Process A SEQ.NEXTVAL CACHE B enq: SQ contention 대기 Process B SEQ.NEXTVAL

46 RAC 성능 Sequence Cache Sequence CACHE + ORDER Instance A SEQUENCE CACHE A 1 ~ 100 Process A SEQ.NEXTVAL Instance B CACHE B SV 락 1 ~ 100 DFS lock handle 대기 Process B SEQ.NEXTVAL

47 RAC 성능 Sequence Cache Sequence NOCACHE는 사용하지 말아야 CACHE 크기는 사용이 빈번할 수록 크게 SQ Lock과 SV Lock 경합 해소 Index Block의 Global 경합 해소 ORDER 속성은 꼭 필요한 경우에만 사용

48 RAC 성능 Sequence Cache Sequence와 Index Block 경합 CACHE = 20 인 경우 Instance간에 같은 Leaf Block에 대한 경합 발생 Index Leaf Block Insert Into Values(SEQ.NEXTVAL, ) Cache = 1 ~ 20 Instance A Cache = 21 ~ 40 Instance B 3/ 1/ 2/ 3

49 RAC 성능 Sequence Cache Sequence와 Index Block 경합 CACHE = 인 경우 Instance 간에 서로 다른 Leaf Block을 사용 Index Leaf Block Insert Into Values(SEQ.NEXTVAL, ) Cache = 1 ~ Instance A Insert Into Values(SEQ.NEXTVAL, ) Cache = ~ Instance B

50 실습 gc current request DFS lock handle

51 RAC 성능 Dynamic Resource Remastering Dynamic Resource Remastering Object에 대한 요구 정도에 따라 Master Node가 동적으로 변경되는 기능 ~ 9i : 실질적으로 구현 안됨 ~10g R1 : Data File 단위로 수행 ~10g R2 : Segment (Table/Index/Partition) 단위로 수행

52 RAC 성능 Dynamic Resource Remastering Dynamic Resource Remastering Instance A Instance B Table A Table A Resource Master 4/ 1/ 2/ 3/ 4

53 RAC 성능 Dynamic Resource Remastering Dynamic Resource Remastering 10g R1 SQL> desc v$gcspfmaster_info FILE_ID NUMBER CURRENT_MASTER NUMBER PREVIOUS_MASTER NUMBER REMASTER_CNT NUMBER 10g R2 SQL> desc v$gcspfmaster_info FILE_ID NUMBER OBJECT_ID NUMBER CURRENT_MASTER NUMBER PREVIOUS_MASTER NUMBER REMASTER_CNT NUMBER

54 RAC 성능 Dynamic Resource Remastering Dynamic Resource Remastering oradebug lkdebug 명령으로 Test 가능 예) At Instance A: SQL> oradebug lkdebug m pfile 번 Data File의 Resource Master를 Instance A로 변경

55 RAC 성능 Dynamic Performance Views Dynamic Performance Views V$INSTANCE_CACHE_TRANSFER Instance 별, Class 별 CR Block과 Current Block 전송에 대한 통계 값 Column Description INSTANCE Instance 번호 CLASS Block Class CR_BLOCK CR Block 전송 수 CR_BUSY CR Block 전송 시 Busy 발생 수 CR_CONGESTED CR Block 전송 시 Congestion 발생 수 CURRENT_BLOCK Current Block 전송 수 CURRENT_BUSY Current Block 전송 시 Busy 발생 수 CURRENT_CONGESTE Current Block 전송 시 Congestion 발생 수 D

56 RAC 성능 Dynamic Performance Views Dynamic Performance Views V$CR_BLOCK_SERVER CR Block 전송에 대한 통계 값 V$CURRENT_BLOCK_SERVER Current Block 전송에 대한 통계 값 V$SEGMENT_STATISTICS Segment 별 통계 값. Segment 별로 [gc cr blocks received], [gc current blocks received], [gc buffer busy] 통계 값 제공

57 Copyrights 2001~2006, EXEM CO., LTD. All Rights Reserved. 본서는 대한민국 저작권법에 의해 보호를 받는 저작물이므로 무단전재와 무단 복제 및 변형을 금합니다.

목 차

목      차 Oracle 9i Admim 1. Oracle RDBMS 1.1 (System Global Area:SGA) 1.1.1 (Shared Pool) 1.1.2 (Database Buffer Cache) 1.1.3 (Redo Log Buffer) 1.1.4 Java Pool Large Pool 1.2 Program Global Area (PGA) 1.3 Oracle

More information

Oracle Wait Interface Seminar

Oracle Wait Interface Seminar 1 대용량 DBMS 의효율적인 모니터링및성능관리방안 Copyrights 2001~2007, EXEM Co., LTD. All rights reserved. 목차 2 1. 성능문제와 OWI 분석방법론 2. OWI 구성요소 3. Latch & LOCK 4. Oracle I/O 5. Cache Buffer 3 성능문제와 OWI 분석방법론 성능지연사례 1) 평소에

More information

歯sql_tuning2

歯sql_tuning2 SQL Tuning (2) SQL SQL SQL Tuning ROW(1) ROW(2) ROW(n) update ROW(2) at time 1 & Uncommitted update ROW(2) at time 2 SQLDBA> @ UTLLOCKT WAITING_SESSION TYPE MODE_REQUESTED MODE_HELD LOCK_ID1

More information

Jerry Held

Jerry Held DB / TSC Oracle Database 10g (Self-Managing Database) (Common Infrastructure) (Automatic Workload Repository) (Server-generated Alerts) (Automated Maintenance Tasks) (Advisory Framework) (ADDM) (Self-Managing

More information

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

PowerPoint Presentation

PowerPoint Presentation FORENSIC INSIGHT; DIGITAL FORENSICS COMMUNITY IN KOREA SQL Server Forensic AhnLab A-FIRST Rea10ne unused6@gmail.com Choi Jinwon Contents 1. SQL Server Forensic 2. SQL Server Artifacts 3. Database Files

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

PowerPoint Presentation

PowerPoint Presentation Server I/O utilization System I/O utilization V$FILESTAT V$DATAFILE Data files Statspack Performance tools TABLESPACE FILE_NAME PHYRDS PHYBLKRD READTIM PHYWRTS PHYBLKWRT WRITETIM ------------- -----------------------

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

NoSQL

NoSQL MongoDB Daum Communications NoSQL Using Java Java VM, GC Low Scalability Using C Write speed Auto Sharding High Scalability Using Erlang Read/Update MapReduce R/U MR Cassandra Good Very Good MongoDB Good

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Tina Admin

Tina Admin Lock session 확인 2010 년 01 월 27 일 DB 기술지원팀 문서정보 프로젝트명 Lock session 확인 서브시스템명 버전 1.0 문서명 작성일 2011-01-31 작성자 최종수정일 2011-01-31 문서번호 재개정이력 일자내용수정인버전 문서배포이력 발신자수신자배포목적일자비고 유니원아이앤씨 기술문서. Table of Contents 1 오라클의

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

o o o 8.2.1. Host Error 8.2.2. Message Error 8.2.3. Recipient Error 8.2.4. Error 8.2.5. Host 8.5.1. Rule 8.5.2. Error 8.5.3. Retry Rule 8.11.1. Intermittently

More information

Simplify your Job Automatic Storage Management DB TSC

Simplify your Job Automatic Storage Management DB TSC Simplify your Job Automatic Storage Management DB TSC 1. DBA Challenges 2. ASM Disk group 3. Mirroring/Striping/Rebalancing 4. Traditional vs. ASM 5. ASM administration 6. ASM Summary Capacity in Terabytes

More information

62

62 2 instance database physical storage 2 1 62 63 tablespace datafiles 2 2 64 1 2 logical view control files datafiles redo log files 65 2 3 9i OMF Oracle Managed Files, OMF 9i 9i / / OMF 9i 66 8 1MB 8 10MB

More information

10.ppt

10.ppt : SQL. SQL Plus. JDBC. SQL >> SQL create table : CREATE TABLE ( ( ), ( ),.. ) SQL >> SQL create table : id username dept birth email id username dept birth email CREATE TABLE member ( id NUMBER NOT NULL

More information

Oracle9i Real Application Clusters

Oracle9i Real Application Clusters Senior Sales Consultant Oracle Corporation Oracle9i Real Application Clusters Agenda? ? (interconnect) (clusterware) Oracle9i Real Application Clusters computing is a breakthrough technology. The ability

More information

PRO1_02E [읽기 전용]

PRO1_02E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

Oracle Database 10g: Self-Managing Database DB TSC

Oracle Database 10g: Self-Managing Database DB TSC Oracle Database 10g: Self-Managing Database DB TSC Agenda Overview System Resource Application & SQL Storage Space Backup & Recovery ½ Cost ? 6% 12 % 6% 6% 55% : IOUG 2001 DBA Survey ? 6% & 12 % 6% 6%

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

오라클 데이터베이스 10g 핵심 요약 노트

오라클 데이터베이스 10g 핵심 요약 노트 1 10g 10g SYSAUX 10g 22 Oracle Database 10g, 10g. 10g. (Grid), 10g.. 10g SYSAUX (ASM, Automatic Storage Management) 10g 10g. g. (DBA).,., 1).,..? 10g,.. (Larry Ellison).. (Leverage Components), (ASM) (

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

PowerPoint Presentation

PowerPoint Presentation FORENSICINSIGHT SEMINAR SQLite Recovery zurum herosdfrc@google.co.kr Contents 1. SQLite! 2. SQLite 구조 3. 레코드의삭제 4. 삭제된영역추적 5. 레코드복원기법 forensicinsight.org Page 2 / 22 SQLite! - What is.. - and why? forensicinsight.org

More information

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE ALTIBASE HDB 6.3.1.10.1 Patch Notes 목차 BUG-45710 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG-45730 ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG-45760 ROLLUP/CUBE 절을포함하는질의는 SUBQUERY REMOVAL 변환을수행하지않도록수정합니다....

More information

Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터

Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터 Bind Peeking 한계에따른 Adaptive Cursor Sharing 등장 엑셈컨설팅본부 /DB 컨설팅팀김철환 Bind Peeking 의한계 SQL 이최초실행되면 3 단계의과정을거치게되는데 Parsing 단계를거쳐 Execute 하고 Fetch 의과정을통해데이터를사용자에게전송하게되며 Parsing 단계에서실행계획이생성된다. Bind 변수를사용하는 SQL

More information

Slide 1

Slide 1 1 EM Performance & Resource Management 최야벳 (yabet.choi@oracle.com) Sales Consultant Oracle Direct Agenda Intro 관리자의고민 기존시스템관리의문제점 About EM Case Demo Lock 경합 성능튜닝권고 ( 파라미터 ) Instance

More information

Microsoft Word - Oracle Wait 분석 테크닉.doc

Microsoft Word - Oracle Wait 분석 테크닉.doc Reviewed by Oracle Certified Master Korea Community ( http://www.ocmkorea.com http://cafe.daum.net/oraclemanager ) Oracle Wait 분석테크닉 (by Donald K. Burleson) 오라클은현재진행중인오라클트랜잭션의 wait상태에대한정보를자세히제공하는 v$session_wait와

More information

Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUER

Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUER Result Cache 동작원리및활용방안 엑셈컨설팅본부 /DB 컨설팅팀김철환 개요 ORACLE DBMS 를사용하는시스템에서 QUERY 성능은무엇보다중요한요소중하나이며그 성능과직접적인관련이있는것이 I/O 이다. 많은건수를 ACCESS 해야만원하는결과값을얻을수있는 QUERY 을실행하게된다면 BLOCK I/O 가많이발생하게된다. 이런이유로 QUERY 의성능은좋지못할것이다.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 www.maxgauge.com MAXGAUGE for Oracle Web Version PRODUCT DOCUMENTATION 0 INDEX MAXGAUGE OVERVIEW ARCHITECTURE REALTIME MONITOR OVERVIEW VIEW TYPE METHOD FRAME MENU ICON TOOL CONFIG PERFORMANCE ANALYZER

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

Jerry Held

Jerry Held ,, - - - : DELETE : ROW (ROWID) row ROWID : I/O Full Table Scan I/O Index Scan ROWID I/O Fast Full Index Scan scan scan scan I/O scan scan Unique, nonunique. (Concatenated Index) B* Tree Bitmap Reverse

More information

결과보고서

결과보고서 오픈 소스 데이터베이스 시스템을 이용한 플래시 메모리 SSD 기반의 질의 최적화 기법 연구 A Study on Flash-based Query Optimizing in PostgreSQL 황다솜 1) ㆍ안미진 1) ㆍ이혜지 1) ㆍ김지민 2) ㆍ정세희 2) ㆍ이임경 3) ㆍ차시언 3) 성균관대학교 정보통신대학 1) ㆍ시흥매화고등학교 2) ㆍ용화여자고등학교 3)

More information

SQL Tuning Business Development DB

SQL Tuning Business Development DB SQL Tuning Business Development DB Oracle Optimizer 4.1 Optimizer SQL SQL.. SQL Optimizer :.. Rule-Based Optimization (RBO), Cost-Based Optimization (CBO) SQL Optimizer SQL Query Parser Dictionary Rule-Based

More information

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r -------------------------------------------------------------------- -- 1. : ts_cre_bonsa.sql -- 2. :

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

초보자를 위한 분산 캐시 활용 전략

초보자를 위한 분산 캐시 활용 전략 초보자를위한분산캐시활용전략 강대명 charsyam@naver.com 우리가꿈꾸는서비스 우리가꿈꾸는서비스 우리가꿈꾸는서비스 우리가꿈꾸는서비스 그러나현실은? 서비스에필요한것은? 서비스에필요한것은? 핵심적인기능 서비스에필요한것은? 핵심적인기능 서비스에필요한것은? 핵심적인기능 서비스에필요한것은? 적절한기능 서비스안정성 트위터에매일고래만보이면? 트위터에매일고래만보이면?

More information

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현

Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인 웹 확장 아키텍처는 높은 수준의 안정성을 보장하기 위해 복잡한 솔루션으로 구현 02 Web Application Hosting in the AWS Cloud www.wisen.co.kr Wisely Combine the Network platforms Web Application Hosting in the AWS Cloud Contents 개요 가용성과 확장성이 높은 웹 호스팅은 복잡하고 비용이 많이 드는 사업이 될 수 있습니다. 전통적인

More information

untitled

untitled (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

More information

,, - - - : DELETE : ROW (ROWID) row ROWID : I/O Full Table Scan scan I/O scan Index Scan ROWID scan I/O Fast Full Index Scan scan scan I/O Unique, nonunique. (Concatenated Index) B* Tree Bitmap Reverse

More information

2005 2004 2003 2002 2001 2000 Security Surveillance Ubiquitous Infra Internet Infra Telematics Security Surveillance Telematics Internet Infra Solutions Camera Site (NETWORK) Monitoring & Control

More information

Embeddedsystem(8).PDF

Embeddedsystem(8).PDF insmod init_module() register_blkdev() blk_init_queue() blk_dev[] request() default queue blkdevs[] block_device_ops rmmod cleanup_module() unregister_blkdev() blk_cleanup_queue() static struct { const

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

Microsoft Word - 10g RAC on Win2k.doc

Microsoft Word - 10g RAC on Win2k.doc 10g RAC on Win2K Document Control Date Author Change References 2006-03-30 신종근 초기작성함 1-1 ** Agenda 1. 작업목적 Down-Time 최소화!! 2. Pre-Install 환경 3. CRS Install 4. DBMS S/W Install 5. 9i 10g Upgrade 6. 문제점및주의사항

More information

TCP.IP.ppt

TCP.IP.ppt TCP/IP TCP/IP TCP/IP TCP/IP TCP/IP Internet Protocol _ IP Address Internet Protocol _ Subnet Mask Internet Protocol _ ARP(Address Resolution Protocol) Internet Protocol _ RARP(Reverse Address Resolution

More information

본책- 부속물

본책- 부속물 PROGRAMMING RUBY PROGRAMMING RUBY : THE PRAGMATIC PROGRAMMER S GUIDE, 2nd Ed. Copyright c 2005 Published in the original in the English language by The Pragmatic Programmers, LLC, Lewisville. All rights

More information

KEEP BUFFER 활용방안 엑셈컨설팅본부 /DB 컨설팅팀장정민 개요 Oracle 은유저가요청한작업을빠르게처리하기위해 Buffer Cache 라는것을사용한다. Buffer Cache 는 SGA 에위치하고있으며, 오라클인스턴스에접속하는모든프로세스에의해공유된다. 이 Bu

KEEP BUFFER 활용방안 엑셈컨설팅본부 /DB 컨설팅팀장정민 개요 Oracle 은유저가요청한작업을빠르게처리하기위해 Buffer Cache 라는것을사용한다. Buffer Cache 는 SGA 에위치하고있으며, 오라클인스턴스에접속하는모든프로세스에의해공유된다. 이 Bu KEEP BUFFER 활용방안 엑셈컨설팅본부 /DB 컨설팅팀장정민 개요 Oracle 은유저가요청한작업을빠르게처리하기위해 Buffer Cache 라는것을사용한다. Buffer Cache 는 SGA 에위치하고있으며, 오라클인스턴스에접속하는모든프로세스에의해공유된다. 이 Buffer Cache 는오라클 I/O 관리의핵심으로자주사용하는데이터파일의블록들을메모리에상주시킴으로써물리적인

More information

11강-힙정렬.ppt

11강-힙정렬.ppt 11 (Heap ort) leejaku@shinbiro.com Topics? Heap Heap Opeations UpHeap/Insert, DownHeap/Extract Binary Tree / Index Heap ort Heap ort 11.1 (Priority Queue) Operations ? Priority Queue? Priority Queue tack

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

Microsoft PowerPoint - o8.pptx

Microsoft PowerPoint - o8.pptx 메모리보호 (Memory Protection) 메모리보호를위해 page table entry에 protection bit와 valid bit 추가 Protection bits read-write / read-only / executable-only 정의 page 단위의 memory protection 제공 Valid bit (or valid-invalid bit)

More information

13주-14주proc.PDF

13주-14주proc.PDF 12 : Pro*C/C++ 1 2 Embeded SQL 3 PRO *C 31 C/C++ PRO *C NOT! NOT AND && AND OR OR EQUAL == = SQL,,, Embeded SQL SQL 32 Pro*C C SQL Pro*C C, C Pro*C, C C 321, C char : char[n] : n int, short, long : float

More information

Microsoft PowerPoint - Tech-iSeminar_Managing_Tablespace.ppt

Microsoft PowerPoint - Tech-iSeminar_Managing_Tablespace.ppt Tablespace 의관리 Getting the most out of MetaLink 최창권, 김주연 제품지원실한국오라클 ( 주 ) 한국오라클에서주최하는 Technical iseminar DATABASE의 tablespace 이해 에참석해주신여러분께감사드립니다. 저는한국오라클제품지원실에근무하는최창권입니다. 오늘세미나에서는 ORACLE database의논리적인저장소역할을하는

More information

Deok9_Exploit Technique

Deok9_Exploit Technique Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security

More information

MaxGauge( 맥스게이지 ) 를이용한 SQL 모니터링, 진단 / 분석및튜닝가이드 엑셈

MaxGauge( 맥스게이지 ) 를이용한 SQL 모니터링, 진단 / 분석및튜닝가이드 엑셈 MaxGauge( 맥스게이지 ) 를이용한 SQL 모니터링, 진단 / 분석및튜닝가이드 엑셈 I. MAXGAUGE 소개및기대효과 II. 개발단계에서의튜닝프로세스확립 III. 테스트 ( 단위 / 부하 ) 단계에서의악성 SQL 검출및진단방안 Ⅳ. 운영단계에서의 Top-SQL 검출및진단방안 Ⅰ. Maxgauge 소개및기대효과맥스게이지란? MaxGauge( 맥스게이지

More information

MySQL-Ch10

MySQL-Ch10 10 Chapter.,,.,, MySQL. MySQL mysqld MySQL.,. MySQL. MySQL....,.,..,,.,. UNIX, MySQL. mysqladm mysqlgrp. MySQL 608 MySQL(2/e) Chapter 10 MySQL. 10.1 (,, ). UNIX MySQL, /usr/local/mysql/var, /usr/local/mysql/data,

More information

Interstage5 SOAP서비스 설정 가이드

Interstage5 SOAP서비스 설정 가이드 Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service

More information

PRO1_09E [읽기 전용]

PRO1_09E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

Chapter11OSPF

Chapter11OSPF OSPF 111 OSPF Link state Interior Gateway Protocol OSPF 1988 IETF OSPF workgroup OSPF RFC 2383 version 2 Chapter OSPF Version 2 OSPFIGP AS 1 1111 Convergence Traffic Distance Vector Link state OSPF (Flooding),

More information

다양한 예제로 쉽게 배우는 오라클 SQL 과 PL/SQL

다양한 예제로 쉽게 배우는 오라클 SQL 과 PL/SQL 다양한예제로쉽게배우는 오라클 SQL 과 PL/SQL 서진수저 9 장인덱스를배웁니다 1 1. 인덱스란무엇인가? 2 - ROWID ( 주소 ) 조회하기 SCOTT>SELECT ROWID, empno, ename 2 FROM emp 3 WHERE empno=7902 ; ROWID EMPNO ENAME --------------------------------- ----------

More information

Secure Programming Lecture1 : Introduction

Secure Programming Lecture1 : Introduction Malware and Vulnerability Analysis Lecture3-2 Malware Analysis #3-2 Agenda 안드로이드악성코드분석 악성코드분석 안드로이드악성코드정적분석 APK 추출 #1 adb 명령 안드로이드에설치된패키지리스트추출 adb shell pm list packages v0nui-macbook-pro-2:lecture3 v0n$

More information

歯RCM

歯RCM Reliability Centered Maintenance Page 2 1.,,,. Mode Component, Sub-system, System, System. Reliability Centered Maintenance :, program? Mechanism Page 3 Page 4. Mode Mode () () (FMEA) (FTA) (LTA) System

More information

Commit_Wait / Commit_Logging 두파라미터를통해 Log File Sync 대기시간을감소시킬수있다는것은놀라움과의아함을동시에느낄수있다. 단지파라미터의수정을통해당연히대기해야하는시간을감축한다는것은분명성능을개선해야하는입장에서는놀라운일이될것이다. 반면, 그에따

Commit_Wait / Commit_Logging 두파라미터를통해 Log File Sync 대기시간을감소시킬수있다는것은놀라움과의아함을동시에느낄수있다. 단지파라미터의수정을통해당연히대기해야하는시간을감축한다는것은분명성능을개선해야하는입장에서는놀라운일이될것이다. 반면, 그에따 Commit Wait Class 대기시간감소방안 엑셈컨설팅본부 /DB 컨설팅팀박준연 개요 Wait Class 중 Commit 카테고리에해당하는 Wait Event 에의한대기현상으로 DB 시스템의성능저하현상이발생하는것은종종경험할수있다. 그중대표적인 Wait Event 는 Log File Sync 이다. 실제로대부분의 DB 시스템의 Top 5 Wait Event

More information

歯김병철.PDF

歯김병철.PDF 3G IETF byckim@mission.cnu.ac.kr kckim@konkuk.ac.kr Mobile IP WG Seamoby WG ROHC WG 3G IETF 3G IETF Mobile IP WG 3GIP Seamoby WG ROHC WG MIP WG / NAI Mobile IP / AAA IPv4 / MIP WG RFC2002bis MIPv6 INRIA

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

最即時的Sybase ASE Server資料庫診斷工具

最即時的Sybase ASE Server資料庫診斷工具 TOAD 9.5 Toad Oracle 料 SQL 料 行 理 SQLprofile Quest Software 了 Oracle -Toad Tools of Oracle Application Developers Toad 了 DBA DBA 理 易 度 Toad 料 SQL PL/SQL Toad Oracle PL/SQL Toad Schema Browser Schema Browser

More information

untitled

untitled Memory leak Resource 力 金 3-tier 見 Out of Memory( 不 ) Memory leak( 漏 ) 狀 Application Server Crash 理 Server 狀 Crash 類 JVM 說 例 行說 說 Memory leak Resource Out of Memory Memory leak Out of Memory 不論 Java heap

More information

리뉴얼 xtremI 최종 softcopy

리뉴얼 xtremI 최종 softcopy SSD를 100% 이해한 CONTENTS SSD? 03 04 05 06 07 08 09 10 11 12 13 15 14 17 18 18 19 03 SSD SSD? Solid State Drive(SSD) NAND NAND DRAM SSD [ 1. SSD ] CPU( )RAM Cache Memory Firmware GB RAM Cache Memory Memory

More information

Microsoft Word - ASG AT90CAN128 모듈.doc

Microsoft Word - ASG AT90CAN128 모듈.doc ASG AT90128 Project 3 rd Team Author Cho Chang yeon Date 2006-07-31 Contents 1 Introduction... 3 2 Schematic Revision... 4 3 Library... 5 3.1 1: 1 Communication... 5 iprinceps - 2-2006/07/31

More information

Chap06(Interprocess Communication).PDF

Chap06(Interprocess Communication).PDF Interprocess Communication 2002 2 Hyun-Ju Park Introduction (interprocess communication; IPC) IPC data transfer sharing data event notification resource sharing process control Interprocess Communication

More information

ez-md+_manual01

ez-md+_manual01 ez-md+ HDMI/SDI Cross Converter with Audio Mux/Demux Operation manual REVISION NUMBER: 1.0.0 DISTRIBUTION DATE: NOVEMBER. 2018 저작권 알림 Copyright 2006~2018 LUMANTEK Co., Ltd. All Rights Reserved 루먼텍 사에서

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

Microsoft PowerPoint - Oracle Data Access Pattern.ppt

Microsoft PowerPoint - Oracle Data Access Pattern.ppt Special Key Note Oracle Data Access Pattern ( 주 ) 오픈메이드컨설팅 오동규수석컨설턴트 1 What is Data Access Pattern? > 데이터를 I/O 하는방식 Index Scan Full Table Scan Rowid 2 Why is The Pattern Important? >SQL 의성능을좌지우지함. >SQL

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

Subnet Address Internet Network G Network Network class B networ

Subnet Address Internet Network G Network Network class B networ Structure of TCP/IP Internet Internet gateway (router) Internet Address Class A Class B Class C 0 8 31 0 netid hostid 0 16 31 1 0 netid hostid 0 24 31 1 1 0 netid hostid Network Address : (A) 1 ~ 127,

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

INSTRUCTIONS

INSTRUCTIONS 2012.06.27 박희선대표 SAP Sybase 사용자를위한차세대전략세미나 데이터웍스 www.dataworks.co.kr 목차 Sybase DB Smart Operation? Smart Operation 을위한조건 Smart Operation 방안 ProActive DBA 소개 ProActive DBA 구성 Sybase ASE 지원상세 Sybase IQ 지원상세

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

oracle9i_newfeatures.PDF

oracle9i_newfeatures.PDF Oracle 9i .?.?.? DB.? Language.?.?.? (DW,OLAP,MINING,OLTP ) DB.?.? Technology Evolution High Availability Scalability Manageability Development Platform Business Intelligence Technology Evolution Technology

More information

문서 템플릿

문서 템플릿 HDSI 툴분석 [sql injection 기술명세서 ] Sql injection 기술명세서 Ver. 0.01 이문서는 sql injection 기술명세가범위입니다. Copyrights Copyright 2009 by CanvasTeam@SpeeDroot( 장경칩 ) All Rights Reserved. 장경칩의사전승인없이본내용의전부또는일부에대한복사, 전재,

More information

0.1-6

0.1-6 HP-19037 1 EMP400 2 3 POWER EMP400 4 5 6 7 ALARM CN2 8 9 CN3 CN1 10 24V DC CN4 TB1 11 12 Copyright ORIENTAL MOTOR CO., LTD. 2001 2 1 2 3 4 5 1.1...1-2 1.2... 1-2 2.1... 2-2 2.2... 2-4 3.1... 3-2 3.2...

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

DBMS & SQL Server Installation Database Laboratory

DBMS & SQL Server Installation Database Laboratory DBMS & 조교 _ 최윤영 } 데이터베이스연구실 (1314 호 ) } 문의사항은 cyy@hallym.ac.kr } 과제제출은 dbcyy1@gmail.com } 수업공지사항및자료는모두홈페이지에서확인 } dblab.hallym.ac.kr } 홈페이지 ID: 학번 } 홈페이지 PW:s123 2 차례 } } 설치전점검사항 } 설치단계별설명 3 Hallym Univ.

More information

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 -

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - (Asynchronous Mode) - - - ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - UART (Univ ers al As y nchronous Receiver / T rans mitter) 8250A 8250A { COM1(3F8H). - Line Control Register

More information

C O N T E N T S 목 차 요약 / 1 I. 중남미화장품시장현황 / 3 Ⅱ. 주요국별시장정보 / 9 ( 트렌드 유통망 인증 ) 1. 브라질 / 9 2. 멕시코 / 콜롬비아 / 칠레 / 64 Ⅲ. 우리기업진출전략 / 79 # 첨부. 화장품관

C O N T E N T S 목 차 요약 / 1 I. 중남미화장품시장현황 / 3 Ⅱ. 주요국별시장정보 / 9 ( 트렌드 유통망 인증 ) 1. 브라질 / 9 2. 멕시코 / 콜롬비아 / 칠레 / 64 Ⅲ. 우리기업진출전략 / 79 # 첨부. 화장품관 Global Market Report 17-023 Global Market Report 중남미주요국화장품시장동향과우리기업진출전략 C O N T E N T S 목 차 요약 / 1 I. 중남미화장품시장현황 / 3 Ⅱ. 주요국별시장정보 / 9 ( 트렌드 유통망 인증 ) 1. 브라질 / 9 2. 멕시코 / 29 3. 콜롬비아 / 46 4. 칠레 / 64 Ⅲ. 우리기업진출전략

More information