슬라이드 1

Size: px
Start display at page:

Download "슬라이드 1"

Transcription

1 DB2 performance Tips 2009/10/15 Hong, Mee Hee GTS. MTS., IBM Korea

2 Performance 의의미는? Performance ( noun ) The fulfillment of a claim, promise, or request Online Response time 초당수행된 Transaction Transaction 당지불비용 Batch Elapsed time CPU time Query 처리 Response time 분당처리되는 Query 수치 Throughput 을최대로 Concurrent user 수를최대로 Hardware / Software 자원사용을최대로 ( 부족한 ) System resource 에대한 application 영향을최소로 User 들이아직불만스러워하는가? Upgrade 비용을지불할필요는없는가?

3 Performance Management 란? The task of altering the system environment (hardware & software), applications (programs and database) and staff (training or re-allocation!) in order to meet previously defined performance objectives.

4 Performance Objective 결정절차 일반적인 objective 로정하지않도록 CPU time, elapsed time, memory usage 경감 Throughput, responsiveness, concurrent user 증가등 바람직한 performance objective 는 : 구체적이고 (Specific) 수량화되고 (Measurable) 달성가능하고 (Achievable) 상대적인 (Relevant) You can t manage what you can t control; you can t control what you can t measure

5 The Performance Management Cycle

6 DB2 시스템구성 Subsystem 간

7 DB2 시스템구성 Data Sharing 환경

8 Response Time 결정요소들 전반적 transaction 흐름 DB2 presentation network Application logic network Database processing

9 Response Time Scope Application Space DB transaction plan program a package a statement 1 statement statement 1 statement 2.. program b package b statement 1 statement statement 1 statement 2..

10 DB2 Trace record Trace type 별

11 DB2 s Instrumentation Facility Interface (IFI)

12 DB2 System Tuning Dataset Open/Close Buffer Pool 과 Group Buffer Pool Lock/Latch Log EDM Pool System CPU time

13 Dataset Open/Close Rule-of-Thumb: NUMBER OF DATASET OPENS < 0.1 ~ 1 / sec #DSETS CONVERTED R/W -> R/O < / minute Recommendations System checkpoint : CHKFREQ=2-5 (minutes) PCLOSEN/T 를조정하여 pseudo close 빈도를줄이도록 CLOSE(YES) 를 design default 로지정 (V8)

14 Buffer Pool Tuning

15 Buffer Pool Tuning PAGE-IN FOR READ / WRITE 전체 Buffer Pool 이 real storage 내에 Backup 되지못하면 P AGE-IN for READ 혹은 WRITE I/O 가발생함 Buffer Pool 크기가 Real storage 영역보다과도하게지정된경우 ALTER BPSIZE command 를이용한 BP expansion 의경우 Rule-of-Thumb ( steady-state ) : PAGE-IN for READ < 1-5% * (pages read) PAGE-IN for WRITE < 1-5% * (pages written)

16 Buffer Pool Tuning Long Term Page Fix : I/O 가빈번한 Buffer Pool 대상 Buffer i/o intensity = [pages read + pages written] / [number of buffers] ALTER BPOOL(name) PGFIX(YES NO) 로지정 상기예의경우 : BP32K, BP4, BP3, BP2 가우선고려대상 ( BP5 는 Data in memory 의개념 : Hit ratio = 100 %)

17 Group Buffer Pool Tuning GBP Read Tuning SyncRead (XI) nodata = 15K, SyncRead (XI) = 183K+15K SyncRead (XI) miss ratio = 15K/(183K+15K) = 7.6% ( 양호함 ) SyncReadXI miss ratio = (SyncReadXI-nodata / SyncReadXI) > 10% 이면 GBP 가부족함을의미하므로추가지정하여야합니다. Register Page List request = sequential, list, or dynamic prefetch request

18 Group Buffer Pool Tuning GBP Write Tuning Pages Sync Written to GBP - force write at Commit / P-lock negotiation Pages Async Written to GBP Deferred write / System checkpoint Pages Castout GBP-dependent 경우 LBP stats 내부의 Pages Written 에포함됨. Unlock Castout GBP-dependent 경우 LBP stats 내부의 #Async. Written 에포함됨.

19 Lock Tuning Lock avoidance : Unlock req/commit.=< 5 ( 양호 ) ISOLATION(CS) with CURRENTDATA(NO) 로지정 Compress / VL update 유의 MAX PG/ROW LOCKS HELD <100 으로유지 Commit 을자주Issue 하도록 LOCKSIZE PAGE 지정을우선 ( 필요시 LOCKSIZE ROW 고려 ) V8, 64bit IRLM 지원 PC=YES ECSA 감소

20 IRLM Latch Contention Rule-of-Thumb : Recommendation #IRLM latch contention < 1-5% * Total #IRLM Request 실예 : ( 양호함 ) #IRLM latch contention = SUSPENSIONS (IRLM LATCH) = 1.33 #IRLM Request = LOCK+UNLOCK+CHANGE = = #IRLM latch contention Rate = 1.33*100 / = 3.3% 양호하다는결론임

21 Data Sharing Lock Tuning Rule-of-Thumb : Recommendation Global Contention Rate < 3-5% * #XES IRLM Request 실예 : ( 양호함 ) #Global Cont. = SUSPENDS - IRLM+XES+FALSE = = 0.63 #XES IRLM Req. = SYNCH. XES (LOCK+CHANGE+UNLOCK) +SUSPENDS (IRLM+XES+FALSE) = = Global Contention Rate = 0.63*100 / = 3.54%

22 Data Sharing Lock Tuning Rule-of-Thumb : Recommendation #P-lock Negotiation < 3-5% * #XES IRLM request 실예 : ( 양호함 ) #P-lock Negotiation = = 0.08 #XES IRLM Req. = ( 앞장의계산참고 ) #P-lock Negotiation Rate = 0.08*100 / = 0.5%

23 Thread Reuse High volume simple transaction 에대한 Performance 개선시 Accounting Trace 를이용하여 Thread reuse 를 monitor 수행 Thread reuse 의수준점검 (%) : (#COMMITS- DEALLOCATION)*100/#COMMITS 상기예의경우 : ( )*100/ = 78% thread reuse

24 Internal DB2 Latch Contention/Second Rule-of-Thumb : Recommendation Latch contention rate < 1K-10K / second Accounting Class 3 trace ( latch contention 과도발생시 CPU 소모 ) LC06 = Index split latch LC14 = Buffer pool LRU and hash chain latch LC19 = Log latch LC24 = Prefetch latch or EDM LRU chain latch

25 Log Statistics READ SATISFIED - FROM..." : Log apply (UNDO 혹은 REDO) 를위하여 Log Manager 가 Data Manager 에게보낸 log record 수 Read from output log buffer 가가장효율적이며 Read from archive log dataset 의효율이가장나쁨

26 Log Statistics Output Log Buffer size : #UNAVAIL OUTPUT LOG BUF > 0 이면확대지정 Output log buffer space 가커지면처리효율이좋아지나 page in activity 는유의하여점검하여야함 #OUTPUT LOG BUFFER PAGED IN > 1-5%* LOG RECORDS CREATED 이면확대지정 Approximate average log record size = (LOG CIs CREATED * 4KB)/(LOG RECORDS CREATED)

27 EDM Pool Tuning EDM Pool 크기확대지정기준 - % NON-STEALABLE PAGES IN US E (PTs, CTs) < 50% - FAILS DUE TO POOL FULL = 0 - CT/PT HIT RATIO > 90 ~ 95% 자주사용하는 Plan/Package 에대하여 Bind 시 Release(Commit) 으로지정하여 EDM 의크기를적절히유지하도록!

28 EDM Pool Tuning Global Dynamic Statement Cache hit ratio > 90-95% 유지하도록! = [Short Prepares] / [Short + Full Prepares] = 98.70% Local Dynamic Statement Cache hit ratio >70% 유지하도록! = [Prepares Avoided]/[Prepares Avoided + Implicit Prepares] = 62.51% Implicit Prepare 은 Short 혹은 Full Prepare 로!

29 System Address Space CPU Time Major MSTR SRB time Physical log write, thread deallocation, update commit (Page P-lock unlock 포함 ) Major DBM1 SRB time Deferred write, prefetch read, parallel child task, Castout, async GBP write, P-lock negotiation, Notify exit, GBP checkpoint, Delete Name (pageset close 혹은 pseudo-close 가 non GBP dependent 로변경 ) Major DBM1 TCB time Dataset open/close, DBM1 Full System contraction Major IRLM SRB time Local IRLM latch contention, IRLM / XES global contention, async XES request, P-lock negotiation

30 DB2 Application Tuning 대부분의 DB2 performance issue 들은 System 보다는 Application 과연관측면이강함 세가지주요측면 물리 database design ( 정규화, index 지정, partitioning 구분, RI 지정, stats, 등 ) SQL coding (joins 대비 subselect, stage 1 대비 stage 2 predicate, 등 ) Application design (singleton select 대비 cursor 사용, dynamic 대비 static SQL, host variable 사용, commit 빈도, 등 )

31 Accounting Trace 개요 Application performance 개선을위한 trace type System 내에서개별 application 들이사용하는 resource 들에대한정보기록 Program 의 CPU 와 elapsed time EDM pool 사용상황 Lock 과 latch Get page request 수치 Synchronous write 수치 SQL statements 수행형태와실행수치 COMMIT 과 ABORT 수치 Sequential prefetch 와여타 performance 특성들

32 Accounting Class 1 Data Out of DB2 thread allocate 1 st SQL 2 nd SQL thread deallocate In DB2 Activity Time Class 1 Elapsed and CPU Local application 의경우 : Application 에서소요된 CPU time 과 DB2 에서소요된 CPU time 모두를포함한시간을제공함. Activity Time : Class 1 Elapsed Time 과근사한값. Local application 의경우 : (Elapsed CPU) time 은 Application 의효율성여부를의미함. Distributed application 의경우 : 경우에따라다름.

33 Accounting Class 2 Data Out of DB2 In DB2 thread allocate Class 1 Elapsed and CPU Class 2 Elapsed and CPU Class 2 timer = 1 st SQL Time spent out of DB2 = Class 1 Elapsed - Class 2 Elapsed 2 nd SQL + Waiting in DB2 = Class 2 Elapsed - Class 2 CPU Class 7 : Package/DBRM 단위의 Report 을제공하므로 Class 2 와유사 thread deallocate

34 Accounting Class 3 Data Out of DB2 In DB2 thread allocate Class 1 Elapsed and CPU Class 2 Elapsed and CPU Class 3 Suspensions 1 st SQL 2 nd SQL Class 8 : Package/DBRM 단위의 Report 을제공하므로 Class 3 와유사 thread deallocate

35 Accounting Time 분포 Thread activity time Elapsed time spent out of DB2 Elapsed time spent in DB2 Processing time Waiting time Suspended time Not accounted time = Class 1 elapsed = Class 1 elapsed - Class 2 elapsed = Class 2 elapsed = Class 2 CPU = Class 2 elapsed - Class 2 CPU = Class 3 suspension time = Waiting time - Suspended time

36 Nested Activity: Triggers, SPs, UDFs Elapsed Time Class 1 Class 2 (in DB2) in Appl in DB2 in UDF 1st SQL.. (Creating Thread) SQL.. Trigger1 SQL.....UDF Trigger2 UDF SQL.. UDF Trigger Agent UDF Trigger Agent, nonnested (Terminating Thread)

37 Activity time 의분포에따라...? In DB2 Activity time 의분포를분석할필요가있슴 : where is the time really spent? Out of DB2 In DB2 Application logic 비효율성? 간혹발생하는경우. class 2 CPU << class 1 CPU Network 문제? Class 2 가 active 하여야!!! Out of DB2

38 In DB2 time 의분포에따라...? Processing time DB2 trace 를기동시켜야함 Access path 의비효율성? Explain 으로점검 Waiting time Processing time 가장큰 waiting 요인은? Class 3 와 8 분석 Waiting time

39 TCB 와 SRB Time 분석 Application DBAS SSAS IRLM T C B S R S Accounting Statistics Scans SQL Processing Open, Close Archiving Error Checking Lock Requests Synchronous I/O Extend BSDS Processing Buffer Updates Logical Logging Management Preformat *GBP reads *Global lock requests Asynchronous I/O Memory Management Physical Logging Deadlock Detection Real Time Stats Checkpoints Lock Resume *Castout Backouts *Global lock conflict Ignore it *P-lock negotiation Deallocation resolution Update Commit *Prefetch in CF *GBP writes at commit *SYSLGRNX updates *GBP checkpoints *Global unlocking at commit

40 Class 3 Suspension Type 들 ( Class 8 도? ) I/O Locking Synchronous EU Switch Archiving Scheduling Data Sharing V5 V6 V7&V8 Synchronous read/write & log write Synchronous read/write Log write Other agents' read Other agents' write Force-at-commit database writes (LOG NO LOBs only) IRLM lock/latch & DB2 internal latch Page latch Drain lock Claim release Synchronous Execution Unit switch total Open/Close Define/Extend/Delete SYSLGRNX recording Commit Other services Archive Log command Archive log read Stored procedures UDFs Global locks total Parent L-locks Child L-locks Other L-locks Pageset/Partition P-locks Page P-locks Other P-locks Sending Notify messages Synchronous-to-asynchronous coupling facility requests

41 DB2 PE Report Command (1)

42 DB2 PE Accounting Report (Short)

43 DB2 PE Accounting Report (Long-1)

44 DB2 PE Accounting Report (Long-2)

45 DB2 PE Accounting Report (Long-3)

46 DB2 PE Accounting Report (Long-4)

47 Synchronous I/O Suspension 의수치가클경우? Synchronous I/O Wait In DB2 Time Suspension 이자주발생하는경우? GetPage 과다발생. Explain 기능을이용하여 access path 조정 Buffer pool 의 contention BP statistics 내용점검 Disorganized data/indexes Catalog 점검후필요시 Reorg, Runstats 단위 Suspension 시간이크면? 상세분석을위하여 RMF Report 분석및 performance class 4 를 on! : DASD contention Control Unit cache miss CPU contention I/O priority 적정여부

48 Other Agent 의 Read 시 Suspension 발생? In DB2 Time Application address space FETCH FETCH FETCH FETCH DB2 address space wait getpage: miss prefetch begin first 32 pages getpage: hit getpage: hit What if... Other agent 의 Read 에대한 Wait? Suspension 발생수치가높으면? GetPage 과다발생? Explain 을이용한 access path 의 tuning Buffer pool 의 contention? BP statistics 점검 Data/index 분포가비정렬인경우 Catalog 점검 Suspension 의단위시간이크면? 상세분석을위하여 RMF report 및 performance class 4 분석 : DASD contention Control unit cache miss 부적절한 I/O priority 지정 Parallelism 고려사항

49 Other Agent 의 Write 시 Suspension 발생? In DB2 Time Application address space DB2 address space What if... Other agent 의 Write 에대한 Wait? UPDATE Buffer update UPDATE UPDATE wait Buffer update Deferred write start page being written Suspension 발생수치가높으면? Checkpoint 가빈번히발생하는경우 DB statistics 와 CHKFREQ 점검 빈번히 re-reference 되는 access pattern 에대한 Deferred write threshold 가낮은경우 BP statistics 점검 page written Suspension 의단위시간이크면? DASD contention CU cache misses 부적절한 I/O priority 지정

50 Lock/Latch Suspension 의발생수치가높으면? DB2 내부 Time Lock latch suspension 에의한지연 단위 suspension 별시간이크면 Lock suspension Commit 을 issue 하지않는 transaction Concurrent DDL 수행 RELEASE(DEALLOCATE) 지정 Detail analysis 를위한 performance trace class 6 와 7 분석 Lock suspension 의발생이빈번하면 Application 문제분석 Incompatible workload mix Page/Row level locking 비효율적인 preformatting V7 개선사항

51 Lock/Latch Suspension 의발생수치가높으면? DB2 내부 Time Lock latch suspension 에의한지연 IRLM latch suspension 의발생이빈번하면 모든 IRLM request 의 10% 를초과하여발생하면 IRLM Trace 를 on 시킴. IRLM dispatching priority 가낮은경우 잦은 IRLM Query request (e.g. DISP DATABASE LOCKS, 또는 MODIFY irlmproc,status ) Deadlock detection cycle 이작은경우 Internal latch suspension 의발생이빈번하면 LC06: 주로 GBP-dependent index page 의 split 에기인한 Index tree P-lock latch contention LC07: Dependency Manager Hash Table LC14: BP LRU chain 소량의빈번히사용되는 table 들을별개의 pool 로분리 LC19: Log Log I/O 의처리속도개선 LC24: EDM LRU 또는 BM latch LC25: EDM Pool hash chain LC32: Storage Manager Pool Header

52 Page Latch Suspension 발생? Application address space DB2 address space In DB2 Time FETCH getpage: hit... but page latched What if... Page latch Suspension 에대한 Waits wait page latch suspend page latch resume 대부분의경우 insert activity 과다발생시점! space map page - Partitioning - MEMBER CLUSTER data page - freespace 0 상세분석요구시 IFCID 226, 227 이용

53 이외의고려사항? CPU In DB2 Time Not accounted Suspensions Processor wait Dispatching priority 의지정이잘못된경우 Processor 에대한 overload RMF 점검 general tuning 수행 Paging overcommitted real storage RMF 점검 MAXKEEPD 을매우크게지정한경우 Buffer pools, EDM Pool, Sort, thread 개수 Storage 추가지정 OEM Monitor 점검 Parallel task 종료에대한 Wait time Sync-to-async CF request 에대한 conversion 수행 DSC miss 발생시 prepare 과정

54 Accounting Report 분석사례 (1) 현황및분석결과 문제 TRAN 인 AAA 는 PACKAGE 중가장높은 Elapsed time 을차지하고있는 AAAAAAAA Package 가 69% 의수행시간을점유하는데, DB2 내부 SYNCHRONOUS I/O TIME 이 55% 를차지합니다. AAAAAAAA (TIMES.) DSNA OCCURRENCES 13 SQL STMT - AVERAGE SQL STMT - TOTAL 2481 ELAP-CL7 TIME-AVG CPU TIME SUSPENSION-CL LOCK/LATCH SYNCHRONOUS I/O OTHER READ I/O NOT ACCOUNTED AAAAAAAA ELAPSED TIME 분포 1% 12% CPU time 32% LOCK/LATCH SYNCHRONOUS I/O 55% 0% OTHER READ I/O NOT ACCOUNTED 권고사항 AAAAAAAA PACKAGE 가소모하는 Synchronous I/O 를발생시키는 SQL 의 ACCESS PATH 및 DASD contention, I/O Activity 점검, 분석이시급합니다.

55 Accounting Report 분석사례 (2) 현황및분석결과 문제 TRAN 인 BBBB 는 BBBBBBBB Package 가 90% 의수행시간을점유하는데, SQL Activity 가과도합니다. BBBBBBBB (TIMES.) DSNA OCCURRENCES 100 SQL STMT - AVERAGE SQL STMT - TOTAL ELAP-CL7 TIME-AVG CPU TIME SUSPENSION-CL SYNCHRONOUS I/O OTHER READ I/O NOT ACCOUNTED % 4% 2% BBBBBBBB ELAPSED TIME 분포 12% CPU time LOCK/LATCH SYNCHRONOUS I/O OTHER READ I/O 82% NOT ACCOUNTED 권고사항 BBBBBBBB PACKAGE 의 SQL Activity 를감소시키도록 APPLICATION 튜닝이필요합니다.

56 Accounting Report 분석사례 (3) 현황및분석결과 문제 TRAN 인 CCC 는 CCCCCCCC Package 가 80% 의수행시간을점유하는데, SQL Activity 에비해 GETPAGE 가과도합니다. BP3 의 GET PAGE REQUEST 가전체의 78% 를차지합니다. CCCCCCCC (TIMES.) DSNA OCCURRENCES 24 SQL STMT - AVERAGE SQL STMT - TOTAL 8024 ELAP-CL7 TIME-AVG CPU TIME SUSPENSION-CL LOCK/LATCH SYNCHRONOUS I/O OTHER READ I/O NOT ACCOUNTED CCCCCCCC ELAPSED TIME 분포 17% CPU time LOCK/LATCH SYNCHRONOUS I/O OTHER READ I/O 83% NOT ACCOUNTED 권고사항 CCCCCCCC PACKAGE 의 SQL Activity 및 GETPAGE 를감소시키도록 APPLICATION 튜닝이필요합니다. BP3 의과도한 ACTIVTY 를발생시키는 SQL 을점검조정하셔야합니다.

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

歯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

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

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

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

목차 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

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

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

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

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

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

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

목 차

목      차 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

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

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

결과보고서

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

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

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

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

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

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

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

1

1 1 1....6 1.1...6 2. Java Architecture...7 2.1 2SDK(Software Development Kit)...8 2.2 JRE(Java Runtime Environment)...9 2.3 (Java Virtual Machine, JVM)...10 2.4 JVM...11 2.5 (runtime)jvm...12 2.5.1 2.5.2

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

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

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

More information

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

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

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

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

More information

TEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)

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

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

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

Microsoft PowerPoint - Sysplex.ppt

Microsoft PowerPoint - Sysplex.ppt The Best Reliable Partner for High Availability * 2008 상반기효과적인시스템관리를위한기술세미나 - COEX, Seoul, Korea P-Sysplex performance Updates 고태호과장 (koth@kr.ibm.com) Advisory IT Specialist MTS, IBM Global Technology

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

Smart Power Scope Release Informations.pages

Smart Power Scope Release Informations.pages v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일

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

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx Basic Idea of External Sorting run 1 run 2 run 3 run 4 run 5 run 6 750 records 750 records 750 records 750 records 750 records 750 records run 1 run 2 run 3 1500 records 1500 records 1500 records run 1

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

thesis-shk

thesis-shk DPNM Lab, GSIT, POSTECH Email: shk@postech.ac.kr 1 2 (1) Internet World-Wide Web Web traffic Peak periods off-peak periods peak periods off-peak periods 3 (2) off-peak peak Web caching network traffic

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program

More information

Microsoft PowerPoint - 알고리즘_1주차_2차시.pptx

Microsoft PowerPoint - 알고리즘_1주차_2차시.pptx Chapter 2 Secondary Storage and System Software References: 1. M. J. Folk and B. Zoellick, File Structures, Addison-Wesley. 목차 Disks Storage as a Hierarchy Buffer Management Flash Memory 영남대학교데이터베이스연구실

More information

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

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

More information

금오공대 컴퓨터공학전공 강의자료

금오공대 컴퓨터공학전공 강의자료 데이터베이스및설계 Chap 1. 데이터베이스환경 (#2/2) 2013.03.04. 오병우 컴퓨터공학과 Database 용어 " 데이타베이스 용어의기원 1963.6 제 1 차 SDC 심포지움 컴퓨터중심의데이타베이스개발과관리 Development and Management of a Computer-centered Data Base 자기테이프장치에저장된데이터파일을의미

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

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

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

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

오라클 데이터베이스 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

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

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

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

歯DCS.PDF

歯DCS.PDF DCS 1 DCS - DCS Hardware Software System Software & Application 1) - DCS System All-Mighty, Module, ( 5 Mbps ) Data Hardware : System Console : MMI(Man-Machine Interface), DCS Controller :, (Transmitter

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

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

제품소개

제품소개 Hybrid MM DBMS ALTIBASE 4 4 Technical Features : Part I Storage Manager ( 주 ) 알티베이스김성진 sjkim@altibase.com -2- CONTENTS 1. Problems & Goals 2. SM Architecture 3. Concurrency Control 4. TableSpace 5. Layers

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

Cache_cny.ppt [읽기 전용]

Cache_cny.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Improving Performance and Scalability with Oracle9iAS Cache Oracle9i Application Server Cache... Oracle9i Application Server Web

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

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

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

untitled

untitled CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power

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

untitled

untitled Embedded System Lab. II Embedded System Lab. II 2 RTOS Hard Real-Time vs Soft Real-Time RTOS Real-Time, Real-Time RTOS General purpose system OS H/W RTOS H/W task Hard Real-Time Real-Time System, Hard

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

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

untitled

untitled SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy

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

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA SQLite 이준희 *, 신민철 **, 장용일 ***, 박상현 **** LG. 요약 Abstract SQLite is a popular relational database management system(rdbms) mainly used in local application, embedded device, and smartphone. In order to preserve

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 3 if, if else, if else if, switch case for, while, do while break, continue : System.in, args, JOptionPane for (,, ) @ vs. logic data method variable Data Data Flow (Type), ( ) @ Member field

More information

MySQL-Ch05

MySQL-Ch05 MySQL P A R T 2 Chapter 05 Chapter 06 Chapter 07 Chapter 08 05 Chapter MySQL MySQL. (, C, Perl, PHP),. 5.1 MySQL., mysqldump, mysqlimport, mysqladmin, mysql. MySQL. mysql,. SQL. MySQL... MySQL ( ). MySQL,.

More information

(72) 발명자 이동희 서울 동작구 여의대방로44길 10, 101동 802호 (대 방동, 대림아파트) 노삼혁 서울 중구 정동길 21-31, B동 404호 (정동, 정동상 림원) 이 발명을 지원한 국가연구개발사업 과제고유번호 2010-0025282 부처명 교육과학기술부

(72) 발명자 이동희 서울 동작구 여의대방로44길 10, 101동 802호 (대 방동, 대림아파트) 노삼혁 서울 중구 정동길 21-31, B동 404호 (정동, 정동상 림원) 이 발명을 지원한 국가연구개발사업 과제고유번호 2010-0025282 부처명 교육과학기술부 (19) 대한민국특허청(KR) (12) 등록특허공보(B1) (45) 공고일자 2015년01월13일 (11) 등록번호 10-1480424 (24) 등록일자 2015년01월02일 (51) 국제특허분류(Int. Cl.) G06F 12/00 (2006.01) G11C 16/00 (2006.01) (21) 출원번호 10-2013-0023977 (22) 출원일자 2013년03월06일

More information

gisa_pil_070304_pdf.hwp

gisa_pil_070304_pdf.hwp 국가기술자격검정 필기시험문제 2007년 기사 제1회 필기시험 수험번호 성명 자격종목 및 등급(선택분야) 정보처리기사 종목코드 1320 시험시간 2시간 30분 문제지형별 A 답안카드 작성시 시험문제지 형별누락, 마킹착오로 인한 불이익은 전적으로 수험자의 귀책사유임을 알려드립니다. 제 1 과목 : 데이터베이스 1. 트랜잭션의 특성 중 다음 설명에 해당하는 것은?

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

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

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

スライド タイトルなし

スライド タイトルなし 2 3 회사 소개 60%출자 40%출자 주식회사 NTT데이타 아이테크 NTT DATA의 영업협력이나 첨단기술제공, 인재육성등 여러가지 지원을 통해서 SII 그룹을 대상으로 고도의 정보 서비스를 제공 함과 동시에 NTT DATA ITEC 가 보유하고 있는 높은 업무 노하우 와 SCM을 비롯한 ERP분야의 기술력을 살려서 조립가공계 및 제조업 등 새로운 시장에

More information

PowerPoint Presentation

PowerPoint Presentation Data Protection Rapid Recovery x86 DR Agent based Backup - Physical Machine - Virtual Machine - Cluster Agentless Backup - VMware ESXi Deploy Agents - Windows - AD, ESXi Restore Machine - Live Recovery

More information

ºÎ·ÏB

ºÎ·ÏB B B.1 B.2 B.3 B.4 B.5 B.1 2 (Boolean algebra). 1854 An Investigation of the Laws of Thought on Which to Found the Mathematical Theories of Logic and Probabilities George Boole. 1938 MIT Claude Sannon [SHAN38].

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

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Data Quality Management 2003 2003. 11. 11 (SK ) hskim226@skcorp.com Why Quality Management? Prologue,,. Water Source Management 2 Low Quality Water 1) : High Quality Water 2) : ( ) Water Quality Management

More information

Microsoft PowerPoint - eSlim SV5-2510 [080116]

Microsoft PowerPoint - eSlim SV5-2510 [080116] Innovation for Total Solution Provider!! eslim SV5-2510 Opteron Server 2008. 03 ESLIM KOREA INC. 1. 제 품 개 요 eslim SV5-2510 Server Quad-Core and Dual-Core Opteron 2000 Series 6 internal HDD bays for SAS

More information

vm-웨어-01장

vm-웨어-01장 Chapter 16 21 (Agenda). (Green),., 2010. IT IT. IT 2007 3.1% 2030 11.1%, IT 2007 1.1.% 2030 4.7%, 2020 4 IT. 1 IT, IT. (Virtualization),. 2009 /IT 2010 10 2. 6 2008. 1970 MIT IBM (Mainframe), x86 1. (http

More information

CTS사보-2월

CTS사보-2월 2 Program 3 선배님 감사합니다 - CTS은퇴목회자 초청 섬김행사 성황리에 은혜롭게 열려! - 사회전반 이슈 기독교적 관점으로 해석하고 해법 제시 4 후원자 이야기 - 복음 전파를 향한 후원자의 따뜻한 이야기 #이야기 하나 #이야기 둘 # 이야기 셋 5 복음동네이야기 CTS미디어최고위 과정 6기 모집 - 멀티미디어 시대, 스마트목회를 디자인하다! 6

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information