ALTIBASE 사용자가이드 Templete

Size: px
Start display at page:

Download "ALTIBASE 사용자가이드 Templete"

Transcription

1 Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE STARTUP/STOP 과정의이해 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved.

2 Document Control Change Record Date Author Change Reference swj0701 Created Reviews Date Name (Position) Distribution Name Location ALTIBASE STARTUP/STOP 과정의이해 2 page of 26

3 목차 개요... 4 ALTIBASE STARTUP... 5 STARTUP 개요... 5 PROCESS 단계... 6 CONTROL 단계 META 단계 SERVICE 단계 ALTIBASE SHUTDOWN SHUTDOWN 개요 NORMAL IMMEDIATE ABORT ALTIBASE STARTUP/STOP 과정의이해 3 page of 26

4 개요 본문서는 ALTIBASE 가구동되는과정과종료되는과정에대해서설명하고, 각과정에서 ALTIBASE 내부모듈들이동작하는내용과사용자가수행할수있는작업에대해서기술한다. 본문서는 ALTIBASE 버전의 STARTUP 과 STOP 과정에대해서기술한다. ALTIBASE STARTUP/STOP 과정의이해 4 page of 26

5 ALTIBASE STARTUP ALTIBASE 는 STARTUP 의과정을 4 단계로구분하여제공한다. 본장에서는 ALTIBASE 가 STARTUP 되는각단계의상태와각단계로전이될때내부적으로수행되는동작들에대해서기술한다. 또, 사용자가각단계에서수행할수있는작업들에대하여기술함으로써 ALTIBASE 를효율적으로사용할수있도록한다. STARTUP 개요 DB 를구동하는과정이 1 단계로이루어져있으면, 서버가구동되기이전에할수있는작업과서버구동이후에할수있는작업이엄격히구분되며, 한번의명령어실행으로 DB 가구동완료되기때문에 DBA 가클라이언트와구별된작업을수행할수없다. 이로인해메타마이그레이션, 복구기능에대한제약사항이발생하게된다. 이러한문제점을해결하기위해 ALTIBASE 는 DB 가구동되는단계를 PROCESS, CONTROL, META, SERVICE 의 4 단계로구분하여제공하며, 각단계별로 DBA 가 DB 의생성, 메타업그레이드와선택별복구등의작업이가능하도록제공한다. ALTIBASE 를구동할때, 각단계로전이하기위해서는 STARTUP 이라는명령어를사용하게되는데, 이명령어는 isql 에 SYSDBA 권한으로접근한후에사용할수있다. 각단계로상태를변경할때, 다음단계로의전이는가능하지만이전단계로의복귀는지원하지않는다. 위의그림에서붉은화살표는상태가전이되는과정으로 ALTIBASE 를구성하는모듈 (Storage Manager, Query Processor, Communication Manager) 들이각단계를위한준비작업을한다. 파란색화살표는각단계의상태를의미한다. 사용자는각단계에서제공되는기능을수행할수있다. 아래의절에서는각단계별로 ALTIBASE 내부적으로수행되는동작들과사용자가수행할수있는작업들에대해서설명한다. ALTIBASE STARTUP/STOP 과정의이해 5 page of 26

6 PROCESS 단계 PROCESS 단계전환명령어 ALTIBASE 를구동시킬때의가장처음단계로써, startup process 명령어를통하여상태를전이할수있다. shell> isql u sys p manager sysdba Altibase Client Query utility. Release Version Copyright 2000, ALTIBASE Corporation or its subsidiaries. All Rights Reserved ISQL_CONNECTION = TCP, SERVER = , PORT_NO = isql(sysdba)> STARTUP PROCESS Connecting to the DB server.. Connected. TRANSITION TO PHASE : PROCESS Command execute success. isql(sysdba)> PROCESS 단계는각모듈 (Storage Manager, Query Processor, Communication Manager 등 ) 이초기화되는단계이며, 서버와 isql 이통신을하기위해 ALTIBASE 프로세스를시작하게된다. 이단계에서는 DB 에대한접근이불가능하다. 초기 PROCESS 단계의내부동작 ALTIBASE 는 STARTUP 이되는과정을 $ALTIBASE_HOME/trc/altibase_boot.log 파일에기록하기때문에각단계에서 DB 내부적으로어떤동작을수행하는지확인할수있다. 다음은 PROCESS 단계로 STARTUP 될때기록된부트로그이며, 이로그를통하여어떤동작들을수행하는지알아본다. [[[[[[ ALTIBASE STARTUP - Boot ]]]]]] [2010/05/07 09:05:31] [Thread ] [Level-0] ==> Check & Loading of Altibase Properties (1) [2010/05/07 09:05:31] [Thread ] [Level-0]... [2010/05/07 09:05:31] [Thread ] [Level-0] ==> Initialize Process Signal System (2) [2010/05/07 09:05:31] [Thread ] [Level-0]... ==> Checking ide Layer Initialization Result (3) ALTIBASE STARTUP/STOP 과정의이해 6 page of 26

7 ... ==> Initialize All Module Message Logging System (4)... ==> Initialize Altibase Memory Manager (5)... ==> Logging Altibase Version Information (6)... ==> Logging Host System Up-Time (7) SYSTEM UPTIME => 09:05:31 up 69 days, 15:33, 4 users, load average: 0.30, 2.18, ==> Do Daemonizing (8)... ==> Logging Altibase Process ID (9) ALTIBASE PROCESS ID => ==> Loading Error Message Binary File (10)... ==> Initialize Process Lock File (11)... ==> Initialize Storage Manager (12) [SM-PREPARE] Lock Manager (13) [SM-PREPARE] Transaction Manager (14) [SM-PREPARE] Index Manager (15)... ==> Initialize Query Processor (16)... ==> Initialize MT Module (17)... ==> Initialize Timer Thread (18)... ==> Initialize Communication Manager (19)... ==> Initialize Thread Manager (20) ALTIBASE STARTUP/STOP 과정의이해 7 page of 26

8 ... ==> Initialize Operating System Parameters (21) [PREPARE] Check O/S Environment Variables..... ==> Initialize LK Module (22)... ==> Initialize QueryProfile Manager (23)... ==> Initialize Service Manager (24)... TRANSITION TO PHASE : PROCESS ==> Initialize Process Lock File (25)... ==> Initialize Communication Manager (26)... ==> Initialize Storage Manager (27)... ==> Initialize Query Processor (28)... ==> Initialize LK Module (29)... ALTIBASE 를생성또는구동하기위한각모듈의초기화 프로퍼티파일 Check 및 Loading(1) $ALTIBASE_HOME/conf/altibase.properites 파일을체크하고로딩함 Process Signal System 초기화 (2) Checking ide Layer Initialization Result(3) All Module Message Logging System 초기화 (4) Logging Host System Up-Time(7) Do Daemonizing(8) Error Message Binary File 초기화 (10) Lock Manager 동시성제어를위해사용하는 lock item 을초기화 ALTIBASE STARTUP/STOP 과정의이해 8 page of 26

9 Process Lock File 초기화 (25) $ALTIBASE_HOME/conf/altibase.properties 파일에 Lock 을획득함 ALTIBASE 프로세스의중복구동방지 라이선스검사 서버의주요모듈초기화 Communication Manager (26) Storage Manager (27) Query Processor (28) Database Link Module (29) ALTIBASE 프로세스를구동하고 isql 과통신 DB 공간에대해서접근할수없음 Fixed Table 에대한접근만가능 Meta 관련한초기화나작업을수행할수없음 (DB 접근이불가능 ) Create/Drop Database를수행할수있음 PROCESS 단계에서수행할수있는작업 사용자가 PROCESS 단계에서수행할수있는작업은다음과같다. Create Database 구문을사용하여데이터베이스생성 isql> create database mydb initsize=10m noarchivelog; (5.3 이전버전 ) isql> create database mydb initsize=10m noarchivelog character set MS949 national character set UTF8; (5.3 이상버전 ) 프로퍼티값들을변경 isql 에서 Alter 명령어로변경이가능한프로퍼티값들을변경 사용자가조회할수있는성능뷰 V$ALLCOLUMN V$DBA_2PC_PENDING V$INSTANCE V$PROPERTY V$TABLE V$TRACELOG V$TRANSACTION 성능뷰를구성하는칼럼정보 분산트랜잭션에서 in-doubt 상태의트랜잭션브랜치목록 현재알티베이스의다단계 startup 정보 알티베이스내부에설정된프로퍼티정보 모든성능뷰의레코드및칼럼정보 트레이스로깅정보 트랜잭션객체정보 ALTIBASE STARTUP/STOP 과정의이해 9 page of 26

10 V$TRANSACTION_MGR V$TXSEGS V$VERSION 알티베이스트랜잭션관리자정보 바인딩된트랜잭션세그먼트들의정보 알티베이스버전정보 CONTROL 단계등의상위단계로전이 CONTROL 단계 CONTROL 단계전환명령어 CONTROL 단계는 PROCESS 단계에서의작업을마치고 startup control 명령어를통해서상태를전이할수있다. isql(sysdba)> startup control; Connecting to the DB server... Connected. TRANSITION TO PHASE : PROCESS TRANSITION TO PHASE : CONTROL Command execute success. isql(sysdba)> PROCESS 단계 CONTROL 단계의내부동작 CONTROL 단계는 DB 의복구가가능한수준까지각매니저들을초기화하고, Storage Manager 모듈을구성하는주요관리자 (Buffer, Recovery, Disk 등 ) 를준비하는단계이다. 다음은 CONTROL 단계로 STARTUP 될때기록된부트로그이며, 이로그를통하여어떤동작들이수행되는지알아본다. TRANSITION TO PHASE : CONTROL [2010/04/16 15:01:35] [Thread ] [Level-0] ==> Initialize Communication Manager (1) [2010/04/16 15:01:35] [Thread ] [Level-0]... [2010/04/16 15:01:35] [Thread ] [Level-0] ==> Initialize Storage Manager (2) [2010/04/16 15:01:35] [Thread ] [Level-0] [SM-PREPARE] Dirty Page Manager..(3) ALTIBASE STARTUP/STOP 과정의이해 10 page of 26

11 [SM-PREPARE] Memory Manager (4) [SM-PREPARE] Memory Tablespace..(5) [2010/04/16 15:01:35] [Thread ] [Level-0] [SM-PREPARE] Volatile Manager [SM-PREPARE] Volatile Tablespace [SM-PREPARE] Disk Manager [SM-PREPARE] Buffer Manager [SM-PREPARE] Direct Buffer Manager.(6) (7) (8). (9)...(10) [SM-PREPARE] Log Manager Initialization.... (11) [SM-PREPARE] Recovery Manager Initialization... (12) [SM-PREPARE] Log Flush Thread Startup... (13) [SM-PREPARE] Tablespace..(14) [SM-PREPARE] Backup Manager Initialization... [SM-PREPARE] Index Pool (15) (16) ==> Initialize Query Processor..(17)... ==> Initialize LK Module...(18)... DB 의복구가가능한수준까지각모듈초기화 서버주요모듈초기화 Communication Manager(1) Storage Manager(2) Query Processor(17) ALTIBASE STARTUP/STOP 과정의이해 11 page of 26

12 DDL, DML 을사용한 DB 의변경연산을금지시킴 복구가가능한수준까지 Storage Manager 모듈준비 (3) ~ (16) Buffer Manager, Disk Manager, Recovery Manager 등을준비 CONTROL 단계에서수행할수있는작업 사용자가 CONTROL 단계에서수행할수있는작업은다음과같다. 선택적 DB 복구구문을사용하여 ALTIBASE 의복구를수행 완전복구 ( 현재시점까지의데이터파일복구 ) isql> ALTER DATABASE RECOVER DATABASE; 불완전복구 ( 과거의특정시각으로복구 ) isql> ALTER DATABASE RECOVER DATABASE UNTIL TIME ' :17:55:00'; 로그초기화 META 단계에서는 DB 가 Restart Recovery 를수행하기때문에 CONTROL 단계에서불완전복구를진행했을경우, 복구에반영되지않은로그들이 DB 를구동시키는과정에서문제를발생시킬수있다. 그렇기때문에 META 단계로전이하기전에반드시 alter 명령어를사용하여로그를 Reset 해줘야한다. isql> ALTER DATABASE db_name META RESETLOGS; 데이터베이스모드변경 isql> ALTER DATABASE ARCHIVELOG 또는 NOARCIVELOG; 성능뷰조회 PROCESS 단계에서조회가가능한성능뷰와추가적으로다음의성능뷰를조회할수있다 ( 일반테이블은조회할수없음 ). V$DATAFILES V$FILESTAT V$LFG V$LOCK_WAIT V$MEM_TABLESPACE_STAT US_DESC V$TABLESPACES V$TSSEGS 테이블스페이스에서사용하는데이터파일의정보 디스크의데이터파일별 I/O 통계정보 그룹커밋관련통계값 트랜잭션의락대기상태정보 메모리테이블스페이스의상태값내용정보 테이블스페이스정보 모든 TSS 세그먼트들의정보 ALTIBASE STARTUP/STOP 과정의이해 12 page of 26

13 META 단계등의상위상태로전이 META 단계 META 단계전환명령어 META 단계는 CONTROL 단계에서의작업을마치고 startup meta 명령어를통해서상태를전이할수있다. isql(sysdba)> startup meta; TRANSITION TO PHASE : META [SM] Recovery Phase - 1: Preparing Database : Dynamic Memory Version => Parallel Loading [SM] Recovery Phase - 2: Loading Database [SM] Recovery Phase - 3: Skipping Recovery & Starting Threads... Refining Disk Table [SM] Refine Memory Table:... [SM] Rebuilding Indices [Total Count:101]... Command execute success. isql(sysdba)> CONTROL 단계 META 단계의내부동작 META 단계는 CONTROL 단계에서작업한복구과정에대해서완료를하는단계이며, DB 구동을위해메모리와디스크의데이터파일들을체크하고 Restart Recovery 를수행하는단계이다. 다음은 META 단계로 STARTUP 될때기록된부트로그이며, 이로그를통하여어떤동작들을수행하는지알아본다. TRANSITION TO PHASE : META [2010/04/16 15:01:35] [Thread ] [Level-0] ==> Initialize Communication Manager (1) [2010/04/16 15:01:35] [Thread ] [Level-0]... [2010/04/16 15:01:35] [Thread ] [Level-0] ==> Initialize Storage Manager (2) [2010/04/16 15:01:35] [Thread ] [Level-0] [SM-PREPARE] Check DataBase (3) [SUCCEESS] ALTIBASE STARTUP/STOP 과정의이해 13 page of 26

14 [SM-PREPARE] Identify Database (4) checking file(s) of all memory tablespace checking file(s) of all disk tablespace checking logfile(s) [SM-PREPARE] Buffer Flusher Initialization (5) [SM-PREPARE] Transaction Segment Manager Initialization (6) [SM-PREPARE] Restart Recovery (7) [SM] Recovery Phase - 1 : Preparing Database : Dynamic Memory Version => Parallel Loading [SM] Recovery Phase - 2 : Loading Database BEGIN DATABASE RESTORATION Restoring Tablespace : SYS_TBS_MEM_DIC BEGIN TABLESPACE[0] RESTORATION END TABLESPACE[0] RESTORATION Restoring Tablespace : SYS_TBS_MEM_DATA BEGIN TABLESPACE[1] RESTORATION END TABLESPACE[1] RESTORATION END DATABASE RESTORATION [SM] Recovery Phase - 3 : Skipping Recovery & Starting Threads... [SM-PREPARE] Prepare Logfile Thread Start... Refining Disk Table [SM-PREPARE] CheckPoint Manager (8) [SM-PREPARE] Rebuild Transaction Segment Entries (9) Reset Undo Tablespace... [SM-PREPARE] Minimum SCN Builder (10) [SM-PREPARE] Memory Garbage Collector (11) [SM-PREPARE] Delete Manager (12) ALTIBASE STARTUP/STOP 과정의이해 14 page of 26

15 [SM-PREPARE] CheckPoint Thread Start (13) [SM-PREPARE] Database Refining (14) BEGIN DATABASE REFINING [SM] Refine Memory Table : END DATABASE REFINING [SM-PREPARE] Index Rebuilding (15) BEGIN INDEX BUILDING [SM] Rebuilding Indices [Total Count:100] END INDEX BUILDING... ==> Initialize Query Processor (16)... ==> Initialize NLS System (17)... ==> Initialize LK Module (18)... 오류검사및 Restart Recovery 하여 DB 가구동가능한수준까지각모듈의초기화 각모듈의초기화 Communication Manager(1) Storage Manager(2) Query Processor(17) Database Link Module(18) 데이터파일에대한미디어오류를검사 (3) ~ (4) DB 에대한 Check / Identify 수행 정상구동이가능한지메모리 / 디스크테이블스페이스의데이터파일및로그파일검사 DBMS 에대해 Restart Recovery 과정을수행 (7) ALTIBASE STARTUP/STOP 과정의이해 15 page of 26

16 정상종료후에 DB 가구동이되면, Restart Recovery 과정이생략되지만비정상종료후에 DB 를구동하면 Restart Recovery 를수행함 Transaction Segment Entries Rebuild(9) 트랜잭션이시작되면 TSS(Transaction Status Slot) 가필요하기때문에 Transaction Segment 를 Rebuild 함 Transaction Segment 가 Undo Tablespace 에포함되어있기때문에 Undo Tablespace 를 Reset 함 체크포인트쓰레드를구동 Minimum SCN Rebuild(10) MVCC 의제공으로인한 Old 버전의데이터를삭제하기위한 Minimum SCN 을생성함 Garbage Collector Index 의 Old Key 삭제 Delete Manager Table 의 Old Record 삭제 Memory Index Rebuilding 수행 메모리는휘발성이라는특징을가지고있기때문에 DB 종료후새로구동할때, Index 를 Rebuild 함 Memory Table Refining Memory DB 의 Free slot, Free page 정보는디스크에기록되지않는런타임정보이기때문에 STARTUP 시재구축해야하며, 이런작업을 Memory Table Refining 시수행함 DDL, DML 을사용한 DB 변경연산을금지 META 단계에서수행할수있는작업사용자가 META 단계에서수행할수있는작업은다음과같다. 모든성능뷰조회가능 SERVICE 단계등의상위단계로상태전이가능 SERVICE 단계 SERVICE 단계전환명령어 SERVICE 단계는 META 단계에서의작업을마치고 startup service 명령어를통해서상태를전이할수있다. isql(sysdba)> startup service ALTIBASE STARTUP/STOP 과정의이해 16 page of 26

17 TRANSITION TO PHASE : SERVICE [CM] Listener started : TCP on port [CM] Listener started : UNIX [RP] Initialization : [PASS] --- STARTUP Process SUCCESS --- Command execute success. isql(sysdba)> META 단계 SERVICE 단계의내부동작 SERVICE 단계는사용자가 DB 를사용할수있는최종단계를의미한다. SERVICE 단계로구동이되면, Communication Manager 는클라이언트와의통신을위해 listener 를시작하며, 사용자는 isql 을이용한접속과, 어플리케이션이나다른클라이언트에서접속이가능해진다. 다음은 SERVICE 단계로 STARTUP 될때기록된부트로그이며, 이로그를통하여어떤동작들이수행되는지알아본다. TRANSITION TO PHASE : SERVICE [2010/04/16 15:01:40] [Thread ] [Level-0] ==> Preallocate Altibase Memory [2010/04/16 15:01:40] [Thread ] [Level-0]... ==> Initialize Communication Manager (1) [2010/04/16 15:01:40] [Thread ] [Level-0] [CM] Listener started : TCP on port [CM] Listener started : UNIX... ==> Initialize Storage Manager (2)... ==> Initialize Query Processor (3) [QP] META DB checking (4)... ==> Initialize Security Module (5)... ==> Initialize LK Module (6)... ==> Initialize XA Manager (7) ALTIBASE STARTUP/STOP 과정의이해 17 page of 26

18 ... ==> Initialize SNMP Service (8)... ==> Initialize Replication Manager (9) [REPL-PREPARE] Read Replication Information (10) [REPL-PREPARE] Replication Manager Init [REPL-PREPARE] Replication Manager Start [REPL-PREPARE] Replication Heart Beat Manager Start ==> Initialize MMX Service (11) STARTUP Process SUCCESS --- 사용자에게정상적인 DB 서비스를제공하기위한각모듈초기화 Communication Manager 를초기화함 (1) Listener 시작 DB 서비스를위한각모듈초기화 (2) ~(3), (5)~(8) Query Processor, Database Link Module, Security Module 등 Meta DB 체크 (4) 테이블, 인덱스 이중화모듈초기화 (9)~(10) 이중화정보 Read 이중화매니저시작 이중화 Heart Beat 매니저시작 각단계의메시지를 isql 로전송하고, 성공메시지를보냄 SERVICE 단계에서수행할수있는작업사용자가 Service 단계에서수행할수있는작업은다음과같다. isql 접속 정상적인 DB 운영이가능한상태 ALTIBASE STARTUP/STOP 과정의이해 18 page of 26

19 ALTIBASE SHUTDOWN 본장에서는 SHUTDOWN 의개요및특징에대해서설명하고, ALTIBASE 에서제공하는 SHUTDOWN 의세가지옵션들과 ALTIBASE 종료시에수행되는동작들에대해서기술한다. SHUTDOWN 개요 ALTIBASE 의 STARTUP 과정은 4 단계로구분되어진행하지만, SHUTDOWN 을하면 STARTUP 에서수행한과정을역순으로 (SERVICE META CONTROL PROCESS) 진행하며 1 단계로종료한다. 현재구동중인 ALTIBASE 서버를종료하기위해서는 isql 에 sysdba 권한으로접속하여 SHUTDOWN 명령어를사용한다. SHUTDOWN 명령어는세가지옵션 (NORMAL, IMMEDIATE, ABORT) 을지정하여사용할수있는데, NORMAL 과 IMMEDIATE 는 ALTIBASE 가 SERVICE 상태일때만수행가능하며, ABORT 는어떤상태에서도수행이가능하다. ALTIBASE 의 SHUTDOWN 명령어는 ALTIBASE 를설치한 OS 계정으로만수행이가능하다. NORMAL 서버를정상적으로종료하는방식으로서, 클라이언트들이모두종료될때까지서버의종료작업을대기하는방법이다. 서버가종료하면서수행하는일들은클라이언트 서버간통신세션을감지하는쓰레드의종료, 서비스쓰레드의종료, 자료저장관리자의종료, 그리고 ALTIBASE 서버프로세스가완전히종료되기를대기하는일들을수행함으로써 ALTIBASE 서버를종료한다. ALTIBASE STARTUP/STOP 과정의이해 19 page of 26

20 NORMAL 옵션을사용하여 ALTIBASE 서버를종료했을경우, 다음과같은메시지가출력된다. isql(sysdba)> shutdown normal; Ok..Shutdown Proceeding... TRANSITION TO PHASE : Shutdown Altibase [RP] Finalization : PASS Shutdown normal success. 다음은 NORMAL 옵션을사용하여 ALTIBASE 서버를종료할때, ALTIBASE 가수행하는동작들이다. 현재유저가 sysdba 권한인지확인 모든세션이종료할때까지대기 각모듈 (Storage Manager, Query Processor, Communication Manager 등 ) 을종료한다. ALTIBASE 프로세스를종료한다. IMMEDIATE ALTIBASE 서버를종료할때, 현재연결된세션들을강제로단절시킨다음, ALTIBASE 서버가현재실행중인트랜잭션을롤백시키고 ALTIBASE 서버를종료하는방법이다. ALTIBASE 에서제공하는 server stop 명령어를사용하여서버를종료하는경우에는 IMMEDIATE 옵션을사용하여종료하는것과동일한동작을하게된다. IMMEDIATE 옵션을사용하여 ALTIBASE 를종료했을때의메시지는다음과같다. isql(sysdba)> shutdown immediate Ok..Shutdown Proceeding... TRANSITION TO PHASE : Shutdown Altibase [RP] Finalization : PASS Shutdown immediate success. 다음은 IMMEDIATE 옵션을사용하여 ALTIBASE 를종료할때, ALTIBASE 가수행하는동작들이다. 현재유자가 sysdba 권한인지확인한다. 현재연결중인모든세션을종료시킨다. 현재수행중인트랜잭션들을롤백한다. 각모듈 (Storage Manager, Query Processor, Communication Manager 등 ) 을종료한다. ALTIBASE STARTUP/STOP 과정의이해 20 page of 26

21 ALTIBASE 프로세스를종료한다. [2010/05/10 10:43:09] [Thread ] [Level-0] ALTER DATABASE SHUTDOWN IMMEDIATE [2010/05/10 10:43:10] [Thread ] [Level-0] TRANSITION TO PHASE : Shutdown Altibase ==> Preparing Shutdown (1)... ==> Shutdown MMX Module (2)... ==> Shutdown SNMP Module (3)... ==> Shutdown Service Module (4) wait for threads [sock: 0, IPC: 0]to end [1 secs]... ==> Shutdown LK Module (5)... ==> Shutdown QueryProfile Module (6)... ==> Shutdown REPL Module (7) [REPL-SHUTDOWN] Replication Manager Shutdown [REPL-SHUTDOWN] Replication Manager Destroy [REPL-SHUTDOWN] Replication Heart Beat Manager Shutdown [REPL-SHUTDOWN] Replication Heart Beat Manager Destroy... ==> Shutdown Security Module (8)... ==> Shutdown QP Module (9)... ==> Shutdown SM Module (10) [SM-SHUTDOWN] CheckPoint Manager Thread (11) [SM-SHUTDOWN] Memory Garbage Collector Thread (12) ALTIBASE STARTUP/STOP 과정의이해 21 page of 26

22 [SM-SHUTDOWN] Delete Manager Thread (13) [SM-SHUTDOWN] Table Compaction (14) [SM-SHUTDOWN] CheckPoint Manager (15) [SM-SHUTDOWN] Memory Garbage Collector (16) [SM-SHUTDOWN] Delete Manager (17) [SM-SHUTDOWN] Minimum SCN Builder (18) [SM-SHUTDOWN] Write Persistent Indices (19) [SM-SHUTDOWN] Index Storage Area (20) [SM-SHUTDOWN] Index Manager (21) [SM-SHUTDOWN] Tablespace Manager (22) [SM-SHUTDOWN] Transaction Segment Manager (23) [SM-SHUTDOWN] Flush All DirtyPages And Checkpoint Database (24) [SM-SHUTDOWN] Flush Manager Destroy (25) [SM-SHUTDOWN] Recovery Manager (26) [SM-PREPARE] Log Flush Thread Shutdown (27) [SM-PREPARE] Log Prepare Thread Shutdown (28) [SM-SHUTDOWN] Log Manager (29) ALTIBASE STARTUP/STOP 과정의이해 22 page of 26

23 [SM-SHUTDOWN] Backup Manager (30) [SM-SHUTDOWN] Index Pool Manager (31) [SM-SHUTDOWN] Transaction Manager (32) [SM-SHUTDOWN] Lock Manager (33) [SM-SHUTDOWN] Volatile Tablespace Destroy (34) [SM-SHUTDOWN] Volatile Manager (35) [SM-SHUTDOWN] Memory Tablespace Destroy (36) [SM-SHUTDOWN] Memory Manager (37) [SM-SHUTDOWN] Dirty Page Manager (38) [SM-SHUTDOWN] Direct Buffer Manager (39) [SM-SHUTDOWN] Buffer Manager (40) [SM-SHUTDOWN] Disk Manager (41) [SM-SHUTDOWN] TableSpace Manager (42)... ==> Shutdown MT Module (43)... ==> Shutdown CM Module (44)... ==> Shutdown Timer Thread (45)... Mutex Leak List 1 : UNNAMED_LATCH ALTIBASE STARTUP/STOP 과정의이해 23 page of 26

24 2 : UNNAMED_LATCH 3 : UNNAMED_LATCH 4 : UNNAMED_LATCH 5 : UNNAMED_LATCH 6 : UNNAMED_LATCH 7 : UNNAMED_LATCH 8 : UNNAMED_LATCH 9 : UNNAMED_LATCH 10 : UNNAMED_LATCH 11 : UNNAMED_LATCH 12 : UNNAMED_LATCH 13 : UNNAMED_LATCH 14 : UNNAMED_LATCH 15 : UNNAMED_LATCH 16 : UNNAMED_LATCH 17 : UNNAMED_LATCH 18 : UNNAMED_LATCH 19 : UNNAMED_LATCH 20 : UNNAMED_LATCH 21 : UNNAMED_LATCH 22 : UNNAMED_LATCH 23 : UNNAMED_LAeTCH 24 : UNNAMED_LATCH 25 : REPL_RECOVERY_MUTEX Memory Leak List NAME SIZE COUNT Query_Meta Query_PSM_Execute Mathematics Cond_Manager SUM [2010/05/10 10:43:18] [Thread ] [Level-0] [[[[[[ ALTIBASE SHUTDOWN - Boot ]]]]]] SHUTDOWN IMMEDIATE 시의내부동작 부트로그를살펴보면, SHUTDOWN 은 STARTUP 할때와역순의과정을수행하여종료한다. SHUTDOWN IMMEDIATE 시 ALTIBASE 가내부적으로동작하는작업은다음과같다. SHUTDOWN 을위한준비를하며, 각모듈에대해종료함 Service, Database Link, Security, Query Processor, Storage Manager 등의모듈종료 (2)~(10) 서버운영중사용되었던모든 Resource 들을해제함 CheckPoint Manager, Memory Garbage Collector, Delete Manager 등 (11)~(42) Table Compaction ALTIBASE STARTUP/STOP 과정의이해 24 page of 26

25 메모리에할당된후제대로반환되지않은공간을시스템에반환함 Flush All DirtyPages And Checkpoint Database 메모리버퍼에적재된페이지들중 DirtyPages 에대해서디스크로 Flush 함 메모리테이블스페이스에있는데이터에대해체크포인트수행 Flush 해야하는대상과체크포인트를해야하는대상이많아지면 SHUTDOWN 시대기시간이길어질수도있음 Mutex Leak List 와 Memory Leak List SHUTDOWN 시모든 alloc 된 mutex, memory 에 destroy 를호출해야하고, 호출이안된것들은 SHUTDOWN 시로그에출력됨 특정문제가발생한경우가아니어도해당 List 가로그에출력될수있음 ABORT ALTIBASE 서버를 kill -9 시스템명령을사용하여강제로종료하는방법이다. 이방법으로 ALTIBASE 서버를종료하면, 데이터베이스의일관성을보장할수없기때문에 ALTIBASE 서버를구동할때, 데이터베이스복구과정을거쳐야한다. 다음은 ABORT 옵션을사용하여 ALTIBASE 를종료할때, ALTIBASE 가수행하는동작들이다. 현재유저가 sysdba 권한인지확인한다. 서버프로세스에게 kill -9 를전송한다. 서버프로세스가종료될때까지대기한다. ALTIBASE STARTUP/STOP 과정의이해 25 page of 26

26 알티베이스 서울특별시구로구구로 3 동 대륭포스트 2 차 1008 호 대전사무소대전광역시서구둔산동 921 주은리더스텔 901 호 기술지원본부서울특별시구로구구로 3 동 대륭포스트 2 차 908 호 솔루션센터 Copyright c 2000~2010 ALTIBASE Corporation. All Rights Reserved. 이문서는정보제공을목적으로제공되며, 사전에예고없이변경될수있습니다. 이문서는오류가있을수있으며, 상업적또는특정목적에부합하는명시적, 묵시적인책임이일체없습니다. 이문서에포함된 ALTIBASE 제품의특징이나기능의개발, 발표등의시기는 ALTIBASE 재량입니다. ALTIBASE는이문서에대하여관련된특허권, 상표권, 저작권또는기타지적재산권을보유할수있습니다. ALTIBASE STARTUP/STOP 과정의이해 26 page of 26

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

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

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 WINDOWS ADO.NET 환경의 ALTIBASE 개발가이드 2010. 09 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date Author Change

More information

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE Quick Install & Start for UNIX ALTIBASE 5 2010. 03 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date

More information

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE 설치시발생할수있는문제상황과조치 ALTIBASE 5.3.3 2010. 03 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date Author Change

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

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 ALTIBASE HDB 6.5.1.5.10 Patch Notes 목차 BUG-46183 DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG-46249 [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 BUG-46266 [sm]

More information

ALTIBASE HDB Patch Notes

ALTIBASE HDB Patch Notes ALTIBASE HDB 5.3.3.93 Patch Notes Table of Contents BUG-27950 ALL PRIVILEGES 권한을가진계정이다른계정의테이블에 Foreign Key 를 생성하지못한다. 3 BUG-38105 PASSWORD_LIFE_TIME 경과후유예기간 (PASSWORD_GRACE_TIME) 내에 접속을시도할경우알림메시지를발생해야한다.

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

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

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

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

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

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

ALTIBASE XDB Release Note APRIL 22, 2014

ALTIBASE XDB Release Note APRIL 22, 2014 6.1.3 Release Note APRIL 22, 2014 목차 목차... 2 1. 시스템요구사항... 3 2. 릴리스정보... 4 2.1 6.1.3의주요기능... 4 2.2 변경사항... 8 데이터베이스버전... 8 호환성... 8 프로퍼티... 8 성능뷰... 8 에러메시지... 8 2.3 패키지... 9 2.4 다운로드... 10 위치... 10 설치...

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

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

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

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

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

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

Windows 8에서 BioStar 1 설치하기

Windows 8에서 BioStar 1 설치하기 / 콘텐츠 테이블... PC에 BioStar 1 설치 방법... Microsoft SQL Server 2012 Express 설치하기... Running SQL 2012 Express Studio... DBSetup.exe 설정하기... BioStar 서버와 클라이언트 시작하기... 1 1 2 2 6 7 1/11 BioStar 1, Windows 8 BioStar

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

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

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

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

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

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

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

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

ALTIBASE HDB Patch Notes

ALTIBASE HDB Patch Notes ALTIBASE HDB 6.5.1.5.6 Patch Notes 목차 BUG-45643 암호화컬럼의경우, 이중화환경에서 DDL 수행시 Replication HandShake 가실패하는문제가있어수정하였습니다... 4 BUG-45652 이중화에서 Active Server 와 Standby Server 의 List Partition 테이블의범위조건이다른경우에 Handshake

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

Oracle hacking 작성자 : 임동현 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용

Oracle hacking 작성자 : 임동현 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용 Oracle hacking 작성자 : 임동현 (ddongsbrk@naver.com) 작성일 2008 년 10 월 11 일 ~ 2008 년 10 월 19 일 신규작성 작성내용 Skill List 1. Oracle For Pentest 1. Find TNS Listener (Default 1521 port) (with nmap or amap) 2. Get the

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

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

More information

MySQL-.. 1

MySQL-.. 1 MySQL- 기초 1 Jinseog Kim Dongguk University jinseog.kim@gmail.com 2017-08-25 Jinseog Kim Dongguk University jinseog.kim@gmail.com MySQL-기초 1 2017-08-25 1 / 18 SQL의 기초 SQL은 아래의 용도로 구성됨 데이터정의 언어(Data definition

More information

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

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

More information

Cloud Friendly System Architecture

Cloud Friendly System Architecture -Service Clients Administrator 1. -Service 구성도 : ( 좌측참고 ) LB(LoadBlancer) 2. -Service 개요 ucloud Virtual Router F/W Monitoring 개념 특징 적용가능분야 Server, WAS, DB 로구성되어 web service 를클라우드환경에서제공하기위한 service architecture

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

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

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

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

Contents Data Mart 1. 개요 실습방향 테스트위한사전설정 본격실습시작 ) 데이터파일 dd 명령어로 백업수행및유실시키기 ) 장애복구수행 결론...7 페이지 2 / 7

Contents Data Mart 1. 개요 실습방향 테스트위한사전설정 본격실습시작 ) 데이터파일 dd 명령어로 백업수행및유실시키기 ) 장애복구수행 결론...7 페이지 2 / 7 ( 참 ) 본상단부머리말에있는 Data Mart 는본문서작성자의블로그이름입니다 dd 명령어를 이용한백업수행 최소개념이해 본문서의 pdf 문서는다음 URL 참조 http://mindata.tistory.com/55 Version 변경일자 ( 작성일자 ) 변경자 ( 작성자 ) 주요내용 1 2013.4.3 김민기 최초작성 2 3 페이지 1 / 7 Contents

More information

Microsoft Word - Altibase5_UserMemoryTablespace

Microsoft Word - Altibase5_UserMemoryTablespace Real Alternative DBMS ALTIBASE Altibase User Memory Tablespace 알티베이스기술백서 2008 년 6 월 목 차 사용자메모리테이블스페이스의필요성... 3 테이블스페이스종류... 3 사용자메모리테이블스페이스특징... 4 메모리테이블스페이스구조...4 메모리테이블스페이스속성...5 메모리테이블스페이스의상태...5 메모리테이블스페이스활용...

More information

Microsoft PowerPoint - 10Àå.ppt

Microsoft PowerPoint - 10Àå.ppt 10 장. DB 서버구축및운영 DBMS 의개념과용어를익힌다. 간단한 SQL 문법을학습한다. MySQL 서버를설치 / 운영한다. 관련용어 데이터 : 자료 테이블 : 데이터를표형식으로표현 레코드 : 테이블의행 필드또는컬럼 : 테이블의열 필드명 : 각필드의이름 데이터타입 : 각필드에입력할값의형식 학번이름주소연락처 관련용어 DB : 테이블의집합 DBMS : DB 들을관리하는소프트웨어

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

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

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

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

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

슬라이드 1

슬라이드 1 c ALTIBASE HDB ADMINISTRATION I INTRODUCTION to ALTIBASE HDB ALTIBASE HDB CONCEPT 타 DBMS와의비교 INSTALLATION STARTUP & STOP isql ALTIBASE HDB CONCEPT DBMS 특징 메모리 DBMS 의특징 빠른데이터처리성능 데이터와인덱스를모두메모리에저장하여처리하므로빠른데이터처리가능

More information

세미나(장애와복구-수강생용).ppt

세미나(장애와복구-수강생용).ppt DB PLAN Consultant jina6678@yahoo.co.kr 011-864-1858 - - 1. 2. DB 3. - 4. - 5. 6. 1 INSTANCE MMAN RECO RFS MRP ORBn RBAL MMON Dnnn Snnn Data Buffer Cache SGA Stream Pool Shared pool Large Pool PGA Log

More information

1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml 파일을텍스트에디터를이용하여 Open 합니다. config.xml 파일에서, 아

1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml 파일을텍스트에디터를이용하여 Open 합니다. config.xml 파일에서, 아 LG U+ SMS/MMS 통합클라이언트 LG U+ SMS/MMS Client Simple Install Manual LG U+ SMS/MMS 통합클라이언트 - 1 - 간단설치매뉴얼 1. Windows 설치 (Client 설치 ) 원하는위치에다운받은발송클라이언트압축파일을해제합니다. Step 2. /conf/config.xml 파일수정 conf 폴더에서 config.xml

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

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

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

슬라이드 1

슬라이드 1 알티베이스의 DBMS 를바라보다! Session1. 오라클의눈으로알티베이스를보다 Session2. ALTIBASE HDB ZETA 소개 (New Feature & Utility) ALTIBASE 교육센터소개 Altibase Corp. 교육컨설팅팀성원준 AGENDA 1. Altibase 교육센터소개 2. Altibase 교육과정소개 Altibase 교육센터소개

More information

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

Microsoft Word - src.doc

Microsoft Word - src.doc IPTV 서비스탐색및콘텐츠가이드 RI 시스템운용매뉴얼 목차 1. 서버설정방법... 5 1.1. 서비스탐색서버설정... 5 1.2. 컨텐츠가이드서버설정... 6 2. 서버운용방법... 7 2.1. 서비스탐색서버운용... 7 2.1.1. 서비스가이드서버실행... 7 2.1.2. 서비스가이드정보확인... 8 2.1.3. 서비스가이드정보추가... 9 2.1.4. 서비스가이드정보삭제...

More information

Plc\PLC-p

Plc\PLC-p GP GP-PRO/PB III for Windows Ver. 4.0] (1) [ GP-PRO/PB III for Windows Ver. 4.0] ( Digital Electronic (2) (Readme.txt files ) Copyright 2000 Digital Electronics Corporation. All rights reserved. Digital

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

단계

단계 본문서에서는 Tibero RDBMS 에서제공하는 Oracle DB Link 를위한 gateway 설치및설정방법과 Oracle DB Link 사용법을소개한다. Contents 1. TIBERO TO ORACLE DB LINK 개요... 3 1.1. GATEWAY 란... 3 1.2. ORACLE GATEWAY... 3 1.3. GATEWAY 디렉터리구조...

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

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

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

TTA Journal No.157_서체변경.indd

TTA Journal No.157_서체변경.indd 표준 시험인증 기술 동향 FIDO(Fast IDentity Online) 생체 인증 기술 표준화 동향 이동기 TTA 모바일응용서비스 프로젝트그룹(PG910) 의장 SK텔레콤 NIC 담당 매니저 76 l 2015 01/02 PASSWORDLESS EXPERIENCE (UAF standards) ONLINE AUTH REQUEST LOCAL DEVICE AUTH

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

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 WINDOWS 환경의 ALTIBASE ODBC 개발가이드 2010. 09 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date Author Change Reference

More information

큰 제목은 18 bold

큰 제목은 18 bold 1. Backup & Recovery 개요 2. Backup 3. Recovery 4. Complete & Incomplete Recovery II - 1 1. Backup & Recovery 개요 Failure 범주 Statement failure - SQL 문수행오류 User Process failure - OS 프로세스의비정상종료 User failure

More information

ALTIBASE HDB Patch Notes

ALTIBASE HDB Patch Notes ALTIBASE HDB 6.3.1.10.6 Patch Notes 목차 BUG-45060 offline replication start 와 replication drop 을동시에수행하는경우, replication start 가완료되지않았으면 replication drop 을수행하지못하도록수정하였습니다... 4 BUG-46193 메모리테이블의이중화병렬 sync

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

슬라이드 1

슬라이드 1 c ALTIBASE HDB ADMINISTRATION I INTRODUCTION to ALTIBASE HDB ALTIBASE HDB CONCEPT 타 DBMS와의비교 INSTALLATION STARTUP & STOP isql ALTIBASE HDB CONCEPT DBMS 특징 메모리 DBMS 의특징 빠른데이터처리성능 데이터와인덱스를모두메모리에저장하여처리하므로빠른데이터처리가능

More information

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게 해 주는 프로그램입니다. 다양한 기능을 하는 플러그인과 디자인

본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게 해 주는 프로그램입니다. 다양한 기능을 하는 플러그인과 디자인 스마일서브 CLOUD_Virtual 워드프레스 설치 (WORDPRESS INSTALL) 스마일서브 가상화사업본부 Update. 2012. 09. 04. 본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게

More information

슬라이드 1

슬라이드 1 사례를통해본 RMAN (RMAN Case Study) 2013. 02. Seungtaek Lee( 放浪 A) RMAN 백업 Server-Managed Backup(RMAN) Components Target : 백업대상 Catalog : 백업정보가저장되는 RMAN Repository Auxiliary : 백업또는 Target 를 Restore하여여러가지용도로사용하는

More information

Spotlight on Oracle V10.x 트라이얼프로그램설치가이드 DELL SOFTWARE KOREA

Spotlight on Oracle V10.x 트라이얼프로그램설치가이드 DELL SOFTWARE KOREA Spotlight on Oracle V10.x DELL SOFTWARE KOREA 2016-11-15 Spotlight on Oracle 목차 1. 시스템요구사항... 2 1.1 지원하는데이터베이스...2 1.2 사용자설치홖경...2 2. 프로그램설치... 3 2.1 설치프로그램실행...3 2.2 라이선스사용관련내용확인및사용동의...3 2.3 프로그램설치경로지정...4

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

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

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

<4D F736F F D205BB4EBBBF3C1A4BAB8B1E2BCFA5DB1E2BCFAB9AEBCAD2D524D414EBBE7BFEBBFB9C1A65F39695F313067>

<4D F736F F D205BB4EBBBF3C1A4BAB8B1E2BCFA5DB1E2BCFAB9AEBCAD2D524D414EBBE7BFEBBFB9C1A65F39695F313067> 9i 에서의 RMAN 사용법예제 Author : 여현승 Creation Date : 2009-04-15 Last Updated : Latest Version : 1.0 Updated by Updated date Version < YYYY-MM-DD>

More information

Microsoft Word - ALTIBASE_백서_새로운 기능_New Features__Korean_FINAL

Microsoft Word - ALTIBASE_백서_새로운 기능_New Features__Korean_FINAL Real Alternative DBMS ALTIBASE ALTIBASE 5 : 새로운기능 (New Features) 알티베이스기술백서 2008년 6월 목 차 고성능의데이터베이스관리... 3 휘발성테이블스페이스...3 파티션드테이블...3 효과적인대용량데이터지원... 4 사용자메모리테이블스페이스...5 LOB 타입...5 Spatio-Temporal DBMS...6

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

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 ALTIBASE & Visual C++ 2010 Professional Edition 개발가이드 2014. 04 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record

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

김기남_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

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

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

데이터베이스_오라클_부록(최종).indd

데이터베이스_오라클_부록(최종).indd C httpwwworaclecomdownloads DownloadsJavaJavaSE C1 5JDK JDKJavaDevelopmentKit Eclipse IDE JavaSEJavaSE7u55JDKDOWNLOAD JavaSEDevelopmentKitAcceptLicenseAgreement OS jdk7u55windowsi586exe7u55 version7update55windowsosi586os

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

JVM 메모리구조

JVM 메모리구조 조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.

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

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

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

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum

API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Docum API STORE 키발급및 API 사용가이드 Document Information 문서명 : API STORE 언어별 Client 사용가이드작성자 : 작성일 : 2012.11.23 업무영역 : 버전 : 1 st Draft. 서브시스템 : 문서번호 : 단계 : Document Distribution Copy Number Name(Role, Title) Date

More information

Microsoft Word - Altibase5_New Feature

Microsoft Word - Altibase5_New Feature Real Alternative DBMS ALTIBASE Altibase 5: 새로운기능 (New Features) 알티베이스기술백서 2008 년 6 월 목 차 고성능의데이터베이스관리... 3 휘발성테이블스페이스...3 파티션드테이블...3 효과적인대용량데이터지원... 4 사용자메모리테이블스페이스...5 LOB 타입...5 Spatio-Temporal DBMS...6

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

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

Microsoft PowerPoint - Session2 - Tibero 6

Microsoft PowerPoint - Session2 - Tibero 6 Better Technology, Better Tomorrow 인쇄用 Tibero 6 : Over the Miracle, To the Infinity 2013. 09. 10 2013 Tmax Group Co., Ltd. All Rights Reserved. 0/22 Ⅰ Ⅱ Ⅲ Ⅳ Big Data 시대의 DBMS 요구사항 Disk DBMS 와 DBMS 의한계

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Spider For MySQL 실전사용기 피망플러스유닛최윤묵 Spider For MySQL Data Sharding By Spider Storage Engine http://spiderformysql.com/ 성능 8 만 / 분 X 4 대 32 만 / 분 많은 DB 중에왜 spider 를? Source: 클라우드컴퓨팅구 선택의기로 Consistency RDBMS

More information