슬라이드 1

Size: px
Start display at page:

Download "슬라이드 1"

Transcription

1 RMAN Backup and Recovery Seungtaek Lee( 放浪 DBA)

2 User-managed Backup vs Server-managed Backup 단계 Inconsistency 현상 User-managed Backup Server-managed Backup (RMAN) 시작. File Inconsistency : Backup 수행시 File 부터 Copy하지않을경우복구시에 Redo Log 적용시작시점을알수없음. 수동으로 Begin Backup command 수행. Data File 에 Hot Backup Fuzzy Bits(0x01) 이설정됨.. Tablespace/Database 단위로 Checkpoint 발생. Data File 의 Checkpoint 을 Backup 이끝날때까지고정시킴. 복구시 Backup File 의 Checkpoint 이 Redo Log 적용시작시점이됨. Data File 단위로 Checkpoint 발생. Backup 시작시점의 Checkpoint 이 Backup Set 일경우메모리 (Large Pool/Shared Pool) 에기록되고 Image Copy 일경우 Backup 본의 Block 에기록된다. 복구시 Checkpoint 이 Redo Log 적용시작시점이됨. Backup 수행중에 Data File 의 Checkpoint 은 Checkpoint 발생때변한다. 수행. Block Inconsistency : Backup IO 단위와 Oracle Block 단위차이때문에 Backup Block 이손상됨 (Fractured Block). 해당 Block 에 Transaction 발생시최초한번은 Block Image Redo Record 생성 (OPCODE:18.1). Oracle Block Size 의배수로 Backup 수행하고 Block 손상유무확인함 종료. Backup Inconsistency : Backup 종료시점을알수없어서 Redo Log 최소적용시점을알수없음. 수동으로 End Backup command 수행. Redo log 에 Hot Backup end marker 생성 복구시 Consistency 보장을위한최소복구시점임. (Recovery 수행시해당 marker 를만나면 Hot Backup Fuzzy Bits 설정이해제되고 DB Open 이가능함 ). Data File 에 Hot Backup Fuzzy Bits 설정이해제됨. Backup 본의 Block 중에서가장높은 (Absolute Fuzzy ) 이 Backup 시작시점의 (Checkpoint ) 과함께 Backup 본의 Block 에기록됨. Backup 본 에기록된 Absolute Fuzzy 이복구 Consistency 보장을위한최소복구시점임. 2

3 More Redo Log during User-managed Backup SQL> update test set a='ci-tec' where a='tec'; SQL> alter tablespace users end backup; REDO RECORD - Thread:1 RBA: 0x LEN: 0x2050 VLD: 0x05 : 0x cff6e SUB: 2 04/27/ :45:13 CHANGE #1 TYP:3 CLS: 1 AFN:4 DBA:0x0100c2e1 OBJ:55790 :0x cfed7 SEQ: 1 OP:18.1 Log block image redo entry Dump of memory from 0xAEDEF220 to 0xAEDF1208 AEDEF D9EE 002CFED [...,...] AEDEF C28A A [..2...#.:...] AEDEF F C8D7A [...z.,.] AEDEF A9 000F03C5 [..&.2...] AEDEF CFED [....,...] AEDEF F6B1F6C 00001F6B [...l.k.k...] AEDEF280 1F8C0003 1F6CFFFF [...l...] AEDEF [...] Repeat 499 times REDO RECORD - Thread:1 RBA: 0x LEN: 0x01b0 VLD: 0x01 : 0x cff6e SUB: 3 04/27/ :45:13 CHANGE #1 TYP:0 CLS:27 AFN:2 DBA:0x OBJ: :0x cff21 SEQ: 1 OP:5.2 ktudh redo: slt: 0x001b sqn: 0x flg: 0x0012 siz: 156 fbi: 0 uba: 0x008008ad.027a.2a pxid: 0x CHANGE #2 TYP:0 CLS:28 AFN:2 DBA:0x008008ad OBJ: :0x cff20 SEQ: 1 OP:5.1 ktudb redo: siz: 156 spc: 488 flg: 0x0012 seq: 0x027a rec: 0x2a xid: 0x b ktubl redo: slt: 27 rci: 0 opc: 11.1 objn: objd: tsn: 4 Undo type: Regular undo Begin trans Last buffer split: No Temp Object: No Tablespace Undo: No 0x prev ctl uba: 0x008008ad.027a.29. KDO Op code: URP row dependencies Disabled xtype: XA flags: 0x bdba: 0x0100c2e1 hdba: 0x010001ab itli: 1 ispac: 0 maxfr: 4858 tabn: 0 slot: 2(0x2) flag: 0x2c lock: 0 ckix: 10 ncol: 1 nnew: 1 size: -3 col 0: [ 3] > TEC CHANGE #3 TYP:2 CLS: 1 AFN:4 DBA:0x0100c2e1 OBJ:55790 :0x cfed7 SEQ: 1 OP:11.5 KTB Redo op: 0x11 ver: 0x01 op: F xid: 0x b uba: 0x008008ad.027a.2a Block cleanout record, scn: 0x cff6e ver: 0x01 opt: 0x02, entries follow... itli: 2 flg: 2 scn: 0x cfed7 KDO Op code: URP row dependencies Disabled xtype: XA flags: 0x bdba: 0x0100c2e1 hdba: 0x010001ab itli: 1 ispac: 0 maxfr: 4858 tabn: 0 slot: 2(0x2) flag: 0x2c lock: 1 ckix: 10 ncol: 1 nnew: 1 size: 3 col 0: [ 6] d > CI-TEC REDO RECORD (8272bytes) : Block Image Redo Record 추가 Redo Record CHANGE#1 : Block Image Dump 생성 REDO RECORD (432bytes) : Data 변경 Redo Record CHANGE#1 : Rollback Segment 의 Block 변경 Transaction Table CHANGE#2 : Rollback Segment 의 Undo Block 변경 TEC CHANGE#3 : Data Block 변경 CI-TEC REDO RECORD (112bytes) : End Backup Redo Record CHANGE#1 : End backup marker REDO RECORD - Thread:1 RBA: 0x LEN: 0x0070 VLD: 0x05 : 0x cff74 SUB: 1 04/27/ :45:21 CHANGE #1 MEDIA RECOVERY MARKER :0x SEQ: 0 OP:17.1 End backup marker - file:4 scn: 0x cff5c 3 REDO RECORD (112bytes) : End Backup Redo Record CHANGE#1 : End backup marker

4 RMAN Backup & Recovery Process Restored Data File Step Description Fuzzy CKPT Online Data File Backup Set Block Block Block Consistency Fuzzy Checkpoint Absolute Fuzzy 2 Restore Recovery Online Backup RMAN Online Backup 이시작되면해당 Data File 에대해 Checkpoint 를발생시킨다. 이때의 Checkpoint 이기록된 Data File Block 을 Large Pool 메모리에 Copy 한다. 이후순서대로 Block 을읽어 Backup Set 에저장한다. Backup 종료시점에 Backup Set Block 의가장높은 (Absolute Fuzzy ) 을 Block 에업데이터하여 Backup Set 끝부분에 Block 을추가한다. (V$BACKUP_DATAFILE. ABSOLUTE_FUZZY_CHANGE#) Fuzzy Recovery Recovery 시에는 Block 에기록된 Checkpoint 부터 Redo Record 를적용한다. Absolute Fuzzy 까지 Redo Record 가적용되면 Fuzzy Bit 이없어지고 DB 를 Open 할수있다. CKPT Fuzzy Online Backup 36 Large Pool RMAN Image Copy Image Copy 백업도 Backup Set 백업과거의동일하게수행된다. 단 Block 을 Image Copy 본앞부분에가장먼저저장한다.(Image Copy 본은 Data File 과똑같은구조로만들기때문에 Restore 없이경로만바꾸어사용할수도있다.) 그리고 Backup 종료시점에 Absolute Fuzzy 을 Image Copy Block 에업데이트한다. 이때문에 Image Copy 본은 Tape 백업이지원되지않는다. 4

5 RMAN Components Catalog DB RMAN 1 st Default Channel Polling Channel Server Session Target Controlfile Target DB Components 1 st Default Channel Polling Channel Description Backup 을제외한모든작업을수행하는 Channel (ex cmpatibility 확인SQL문수행,control file 조회등 Allocated Channel 할당을위한 Channel Backup Disk Allocated Channel Server Session Input Buffers Output Allocated Channel Input Buffers Output Buffers Backup/Restore 를실제수행하는 Channel - Validate, Compression, Encryption - 4 per datafile - Normally 1MB per Channel - 4 per channel - DISK : 1MB per Channel - SBT: 256KB per Channel MML MML Buffers Server Client 5

6 RMAN Buffers Write I/O Output Buffer Output Buffer Output BLKSIZE Buffer Output BLKSIZE Buffer BLKSIZE SBT : 256KB (BLKSIZE) DISK : 1MB 4 PGA/SGA Disk Buffer Multiplexing MIN(MAXOPENFILES,FILEPERSET) Multiplexing 4 Buffer Size 1 MB 4 > Multiplexing KB Multiplexing > KB Validate (and Compress, Encryption) and Copy to Output Buffer Device Type #Buffers Per Channel Buffer Size Total Buffer Size _BACKUP_KSFQ_BUFCNT (Default 16) Output 4 (_BACKUP_KSFQ_BUFCNT) 1 MB (_db_file_direct_io_count) 4MB Input Buffer Input Buffer Input Buffer Input Buffer Tape Buffer _BACKUP_KSFQ_BUFSZ _BACKUP_KSFQ_BUFSZ _BACKUP_KSFQ_BUFSZ _BACKUP_KSFQ_BUFSZ Buffer Size Parameter Buffer 수 Buffer 위치 256 KB (Output) 128 KB (Input) PARMS=BLKSIZE 11gR2:_BACKUP_SEQ_BUF SZ 11gR2:_BACKUP_SEQ_BU FCNT SIO : PGA AIO : Large Pool Read I/O Read I/O Read I/O Read I/O 6

7 Validate Backup Checksum - Default 로모든 Backup Block 에대해 Block 에 Checksum 값을기록한다. - 해당 Block 에이미 Checksum 값이있으면 (db_block_checksum 설정 ) Checksum 값기록을생략한다. - 주로 physical(os/hw) 문제로인한 corruption(faulty Disk, Faulty Memory, /Footer of block mismatch 등 ) 을 detect 할수있다. - NOCHECKSUM 구문으로기능을 disable 시킬수있다.(not recommend) Logical Block Check - CHECK LOGICAL 구문으로기능을 enable 한다.(default는 disable) - Logical 및 Physical Corruption을 Detect 할수있다. (ex. Row Piece, Index Entry Corruption 등 ) - 약간의 Overhead 발생 (1~10%) 7

8 Compressed Backup Null Block Compression - 모든 Block 을 Read 한후한번도 Data 가저장된적인없는 Block(Null Block) 만 Backup 시 Skip 함 (truncate/drop/shrink 되어도 skip 안됨 ) Unused Block Compression - LMT Bitmap 정보를읽은후현재사용중인 Block만 Read한후 Backup함 (truncate/drop purge/shrink skip됨 ) - 아래조건이모두만족되어야수행됨 COMPATIBLE 10.2 DB Version RMAN DISK Backup or OSB Tape Backup (3 rd Party Tape Backup은지원안함 ) Locally Managed Tablespace Not Exist GRPs (Guaranteed Restore Points) Backup Set as Part of a Full Backup (level 0) Binary Compression BACKUP AS COMPRESSED BACKUPSET Command 로수행 8

9 Duplicate Database/TSPITR Target DB Connect Target TSPITR Auxiliary Channel Duplicate Database Connect Auxiliary Duplicate Database - RMAN 의백업파일을이용하여별도의 DB 를자동으로생성 /Open 해주는 RMAN 기능 - 특정시점테이블복구, 테스트 DB 구성, Standby DB 구성등의용도로활용할수있다 - 11g 부터는백업본이없어도 Target DB 의 Datafile 을가지고 Duplicate DB 를생성할수도있다.(Active Database Duplication) RMAN connect target sys/q1w2e3r4@mos15k; connect rcvcat rman5/rman5@swbck2; connect auxiliary /; run { allocate auxiliary channel t1 type 'SBT_TAPE'; allocate auxiliary channel t2 type 'SBT_TAPE'; send 'NSR_ENV=(NSR_SERVER=kmbck2, NSR_CLIENT=dmos15d1)'; duplicate target database to 'MOSTEST' skip tablespace APC,APC_I,COMPTXN,COMPTXN_I,EDCOL,EDCOL_I,EXTTXN,EXTTXN_I,EXT_OTHERS,EXT_OTHERS_I, LEGACY,LEGACY_I,WORKTXN,WORKTXN_I,OTHERS,OTHERS_I,PARAMETER,PARAMETER_I,RPT,RPT_I, SCHEDULE,SCHEDULE_I,TS_CUR_1,TS_CUR_1_IDX,TS_EQP_HIST_1,TS_EQP_HIST_1_IDX,TS_LOT_HIST_1, TS_LOT_HIST_1_IDX,TS_LOT_HIST_2,TS_LOT_HIST_2_IDX,TS_LOT_HIST_3,TS_LOT_HIST_3_IDX, WORKMAN,WORKMAN_I ; TSPITR (Tablespace Point-in-Time Recovery) - Auxiliary Instance 에서특정테이블스페이스만 Incomplete 복구를수행하여 Transportable Tablespace 기능을이용하여 Target DB 의특정테이블스페이스를과거시점으로복구하는기능 - RMAN 에서는 recover tablespace until time 구문만으로완전자동화 (Fully Automated) 하여운영 DB 의특정테이블스페이스를과거시점으로바꾸기때문에조심해서사용하여야한다. release channel t1; release channel t2; } 9

10 Block Change Tracking File File #1 bitmap extent bitmap extent bitmap extent bitmap extent X$KRCBIT bitmap extent bitmap extent bitmap extent bitmap extent 과거 Backup 이후변경된 block 정보를비트맵으로저장하여 Incremental Backup 수행시변경된 Block 만 Read 하여빠르게 Backup(Fast Incremental Backup) 할수있게지원하는 File. 각 Datafile 마다최대 8 개 Version(_bct_bitmaps_per_file) 의 Backup 에대한변경된 block 정보를 bitmap extent 에 switch 하면서저장한다.(bitmap extent 1 개에는 1 개의 version 정보만저장됨 ) 변경된 block 은 32k (_bct_chunk_size) 크기의 Chunk 단위로관리한다 RAC 환경하에서는 BCT File 을 ASM/Raw Device/CFS 같은공유 Device 에생성하여야한다. 10

11 Incrementally Updated Backup Time 1 Time 2 Time 3 구분 Backup Comment Full Backup (Image Copy) 1 Backup 2 Update Incremental (Backup set) 1 Backup 2 Update Incremental (Backup set) Time 1 Full 초기 Full backup Time 2 Incremental 1 Incremental backup 2 Full backup 본에 update Updated Full Backup (Image Copy) Updated Full Backup (Image Copy) Time 3 Incremental 1 Incremental backup 2 Full backup 본에 update connnect target / connect rcvcat rman5/rman5@swbck2; run { ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT '+DATA%u_%p_%c'; ALLOCATE CHANNEL disk2 DEVICE TYPE DISK FORMAT '+DATA%u_%p_%c'; crosscheck copy tag 'PRMY_FULL_DISK'; delete noprompt expired copy tag 'PRMY_FULL_DISK'; 최초 Backup 시에는 Image Copy Full Backup(1) 을수행하고이후 Backup 수행시에는 Incremental Backup 을수행하여이때만들어지는 Incremental Backup(2) 을 Image Copy Full Backup 본에 Update 하는 Backup. 대용량 DB 환경하에서 Incremental Backup 수행만으로 Full Backup 본을생성할수있으므로 Disk Full Backup 을좀더빠르게수행할수있는 Backup 방식. backup incremental level 1 for recover of copy with tag 'PRMY_FULL_DISK' database ; recover copy of database with tag PRMY_FULL_DISK ; release channel disk1; release channel disk2; } 11

12 Standby DB Backup in Data Guard Standby DB Backup 구성법 Online Standby DB Backup 을구성하기위해서는반드시 Backup 정보를저장하는 Catalog DB 구성이필요하다. 왜냐하면 RMAN 은 Catalog DB 가구성안되어있을시에는 Catalog DB 대신에디폴트로 Backup 정보저장을위해서 Target DB 의 control file 을사용하는데 control file 을사용하면 Product DB 와 Standby DB 의 control file 이다르기때문에 Backup 정보를서로공유할수없다. Target DB 를 Primary DB 로설정하고 Catalog DB 로접속한다음 register database 로 Catalog DB 에 DB 정보를등록한다. Backup 시에는 Standby DB 를 Target 설정후 Catalog DB 에접속한후 Backup 을수행하면 Backup 정보가자동으로 Catalog DB 에 Primary DB Backup 정보로등록되게된다. Standby DB Backup 제약사항 Standby DB 에서는 Incrementally Updated Backup 기능이지원하지않는다. 그리고 Standby DB 의 BCT File 은 11g R1 버전부터지원이된다. connect target /; connect rcvcat run{ allocate channel t1 type 'SBT_TAPE' connect allocate channel t2 type 'SBT_TAPE' connect allocate channel t3 type 'SBT_TAPE' connect allocate channel t4 type 'SBT_TAPE' connect allocate channel t5 type 'SBT_TAPE' connect allocate channel t6 type 'SBT_TAPE' connect allocate channel t7 type 'SBT_TAPE' connect allocate channel t8 type 'SBT_TAPE' connect send 'NSR_ENV=(NSR_SERVER=kmesbk, NSR_CLIENT=dmos15d1, NSR_DATA_VOLUME_POOL=VTLDB)'; backup as compressed backupset incremental level 0 filesperset 4 tag STBY_FULL_TAPE' format 'stby_%d_%u' database; release channel t1; release channel t2; release channel t3; release channel t4; release channel t5; release channel t6; release channel t7; release channel t8; } 12

13 Online Standby DB Backup in Data Guard & Split-Mirror SW Loca l Instance 3 Block Data file Tablespace Full DB Switch RMAN Recovery Data Guard 2 1 Online Compress Parallel RMAN Backup Rem ote Instance 단계내용 1 RMAN Online Stand by DB Backup 2 Storage Mirror/Split Backup 3 RMAN Recovery Standby DB 를 Online 으로 Backup 을수행함. Standby DB 에서 Backup 을수행하기때문에 Product DB 에전혀영향을주지않는다 (Data Gua rd 모드는 Max Performance 모드로설정 ). Image Copy, Compress Ba ckup 등다양한형태의 Backup 이가능하다. Backup Disk 형태는 Filesy stem/asm/vtl 등이가능하다. ( 만약 VTL Backup 구성이거나 Backup Disk 가같은스토리지로구성되어있을경우에는 2 단계는생략된다.) Standby DB 로받은 Backup 이저장된 Backup Disk 를 Storage Mirror 솔류션 (EMC SRDF, Hitachi UR/True Copy, HP CA 등 ) 을사용하여운영스토리지에 Backup Disk 복제본을생성한다. DB 장애시운영 Storage 에있는 Backup Disk 복제본을 Mount 하여 R MAN Recovery 작업을수행한다. Block/Datafile/Tablespace/Database 단위 Recovery 및 Image Copy Switch 등다양한 RMAN Recovery 기능을사용하여 Recovery 가능하다 Storage Mirror S/W - Step 1 : Raw Device Image Copy Backup RMAN> backup as copy DB_FILE_NAME_CONVERT ('/dev/vg/','/dev/bvg/') database reuse; - Step 2 : Disk Backup Activation ( 예 :HP-UX, True Copy) Product DB Backup Disk Backup Disk Standby DB split g DG명 -S vgchange a y /dev/bvg - Step 3 : Rename Data File RMAN> SWITCH DATABASE TO COPY; - Step 4 : Recover Database RMAN> RECOVER DATABASE; - Step 5 : Rename tempfile RMAN> run { SET NEWNAME FOR TEMPFILE 1 TO /dev/bvg/temp01 ; SWITCH TEMPFILE ALL; } - Step 6 : Open Database RMAN> alter database open; 13

14 Best Practice Product DB 는 Incrementally Updated Backup 방식으로 Local ASM Backup Storage 에 Backup 을수행한다. Standby DB 는 Online Compressed 방식으로 VTL 및 Remote ASM Storage 에 Backup 을수행한다. Recovery 필요시에는 Local ASM Storage 의 Backup 으로 1 차 Recovery 를수행한다. Local ASM Storage Backup 에문제가있을시에는 VTL 이나 Remote ASM Storage 에있는 Backup 을이용한다. 14

슬라이드 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

목 차

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

슬라이드 1

슬라이드 1 사례를통해본 ORACLE MAA (Maximum Availability Architecture) 2013. 02. Seungtaek Lee( 放浪 DBA) ORACLE MAA 최고의가용성을보장하기위해 Oracle( 사 ) 의여러솔루션을조합한 Oracle 권고아키텍처 2 ORACLE DB HA Solution Set RAC, Data Guard(ADG), ASM,

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

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

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

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

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

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

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

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

Microsoft Word - RMAN 스터디자료_공개용_ doc

Microsoft Word - RMAN 스터디자료_공개용_ doc RMAN 의특징및기능에대한내부기술자료 발표일 : 2004 년 9 월 3 일 작성자 : LG 카드중형서버운영파트민연홍 작성일 : 2004 년 9 월 3 일 업데이트 : 2006 년 2 월 23 일 목 차 1. rman 의특징... 2 2. rman catalog... 2 3. 컨트롤파일을사용한 rman repository... 2 4. CHANNEL 할당...

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

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

<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

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

세미나(장애와복구-수강생용).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

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

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

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

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

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

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

Data Guard 기본개념.doc

Data Guard 기본개념.doc Data Guard 개념 (9i R2 9.2.0.1) 김형일 HIKIM000@EMPAL.COM 1 목차 1. DataGuard 개념 3 1.1 Data Guard Architecture 3 1.2 DataGuard 장점 4 1.3 Switch over and Failover 5 1.4 Physical Standby 와 Logical Standby 5 2. Data

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

Contents 1. Oracle Recovery Manager(RMAN) RMAN이란? RMAN의특징 RMAN의 Channel과 Media Management RMAN CONFIGURE COMMAND.

Contents 1. Oracle Recovery Manager(RMAN) RMAN이란? RMAN의특징 RMAN의 Channel과 Media Management RMAN CONFIGURE COMMAND. Goodus 기술노트 [40 회 ] Recovery Manager(RMAN) Author Author Job Title 김상국 차장 Creation Date 2009-04-30 Last Updated 2009-04-30 Version 1.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Contents 1. Oracle

More information

Microsoft PowerPoint - Linux_10gRAC_3Node

Microsoft PowerPoint - Linux_10gRAC_3Node Linux 환경에서 3 Node 10g RAC 구성및 Data 이관하기 일시 : 2006. 08. 10 Contents I. RAC 구성환경및전체순서 II. Volume 및 Server 환경 Setup III. CRS 및 DB S/W 설치 IV. CRS 및 DB S/W Patchset V. File-System DBF raw-device 이관 VI. Sinlge

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

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

Advanced Product Service

Advanced Product Service Advanced Oracle Document CONVERT to ASM and Non-ASM Author: Hyun-Ho, Jung Site: http://www.commit.co.kr Email: admin@commit.co.kr cleanto@naver.com Creation Date: 2011-12 - 13 CONVERT to ASM and Non-ASM

More information

Oracle Database 12c High Availability

Oracle Database 12c High Availability Maximize Availability With Oracle Database 12c 김지훈수석컨설턴트 Tech Sales Consulting / 한국오라클 james.kim@oracle.com 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Database 12c Extreme

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

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

Microsoft Word - dataguard_세미나_v1.8.doc

Microsoft Word - dataguard_세미나_v1.8.doc Oracle9i Dataguard 기술서 작성일 : 2005년 3월 24일업데이트 : 2006년 1월 22일 v1.8 Final 작성자 : LG카드중형서버운영파트 DBA 민연홍 Phone : 016-744-0220 E-Mail : ses0124@hanmail.net 목 차 1. dataguard 개요및아키텍처...2 (1) dataguard 란무엇인가?...2

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

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

Document Server Information Items Description Test Date 2011 / 05 / 31 CPU Intel(R) Xeon(R) CPU 2.40GHz X 8 Main Memory 1GB O/S version OEL 5.

Document Server Information Items Description Test Date 2011 / 05 / 31 CPU Intel(R) Xeon(R) CPU 2.40GHz X 8 Main Memory 1GB O/S version OEL 5. 11g 에서향상된 ASMCMD-CP 기능 (Oracle 11g R1 11.1.0.7) Author: Hyun-Ho, Jung Job: Oracle DBA Site: http://www.commit.co.kr Email: admin@commit.co.kr cleanto@naver.com Creation Date: 2011-05-31 Document Server

More information

단계

단계 본문서에서는 Tibero RDBMS 운영중에발생할수있는장애상황을가정하여각유형별장애상황에대해 Tibero 에서지원하고있는백업및복구방법을알아본다. Contents 1. BACKUP & RECOVERY 개요... 4 1.1. BACKUP( 백업 )... 4 1.2. RECOVERY( 복구 )... 4 2. BACKUP... 5 2.1. 백업형태... 5 2.1.1.

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 (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

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

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

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

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

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

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

Title Slide with Name

Title Slide with Name DB 백업복구에대한새로운접근방안 April 12, 2017 민준흠부장 SE, 베리타스코리아 TECH SYMPOSIUM 2017 1. 데이터베이스보호의고민 2. What is NetBackup Copilot? 3. Summary Agenda TECH SYMPOSIUM 2017 1. 데이터베이스보호의고민 데이터베이스백업 / 복구의 4 가지고민 복잡성증가 데이터증가

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

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

Microsoft PowerPoint - 가상환경에최적화된_NetBackup_Appliance

Microsoft PowerPoint - 가상환경에최적화된_NetBackup_Appliance 가상환경에최적화된 Symantec NetBackup Appliance 1 Contents 1 현재백업환경은? 2 NetBackup Appliance 소개 3 가상화환경에서의데이터보호방안 2 현재백업환경은? 3 물리환경과가상환경의추이 4 시장분석 데이터가상화비율 $4,500 $4,000 $3,500 $3,000 $2,500 $2,000 Total Data Protection

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

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

Windows Storage Services Adoption And Futures

Windows Storage Services Adoption And Futures VSS Exchange/SQL Server / Shadow Copy? Snapshots point-in in-time copy. Write some data Data is written to the disk t 0 t 1 t 2 Create a shadow copy Backup the static shadow copy while 2 Shadow Copy Methods

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_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

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

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

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

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

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

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

큰 제목은 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

R50_51_kor_ch1

R50_51_kor_ch1 S/N : 1234567890123 Boot Device Priority NumLock [Off] Enable Keypad [By NumLock] Summary screen [Disabled] Boor-time Diagnostic Screen [Disabled] PXE OPROM [Only with F12]

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

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

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

Microsoft Word - USB복사기.doc

Microsoft Word - USB복사기.doc Version: SD/USB 80130 Content Index 1. Introduction 1.1 제품개요------------------------------------------------------------P.02 1.2 모델별 제품사양-------------------------------------------------------P.04 2. Function

More information

Microsoft PowerPoint - 프레젠테이션1

Microsoft PowerPoint - 프레젠테이션1 2008.5.22 피플앤데이타 Copyright 2006 Quest Software 주요내용 HyperBac 솔루션소개 DB 보안백업의중요성 Oracle 보안백업을위한 HyperBac 솔루션 HyperBac 운용을위한환경설정 HyperBac 의 Oracle 보안백업 (1-2) Oracle 을위한 HyperBac 압축백업 (1-2) HyperBac 도입시기대효과

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

FlashBackt.ppt

FlashBackt.ppt 1. Flashback 목적 Flashback 이란? 사용자실수에의한손상된데이터를 Database 의크기와상관없이복구를할수있는기능이다. 이 Flashback 기능은일반적인복구에서우려되는데이터베이스의크기를걱정하지않아도된다. 보통의사용자실수는커다란시스템장애가수반되며, 이를복구하기위해서는많은자원과시간이필요하다. 하지만 9i 에서지원되느 flashback query

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

BMP 파일 처리

BMP 파일 처리 BMP 파일처리 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 영상반전프로그램제작 2 Inverting images out = 255 - in 3 /* 이프로그램은 8bit gray-scale 영상을입력으로사용하여반전한후동일포맷의영상으로저장한다. */ #include #include #define WIDTHBYTES(bytes)

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

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

Microsoft Word - Automap3

Microsoft Word - Automap3 사 용 설 명 서 본 설명서는 뮤직메트로에서 제공합니다. 순 서 소개 -------------------------------------------------------------------------------------------------------------------------------------------- 3 제품 등록 --------------------------------------------------------------------------------------------------------------------------------------

More information

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770>

<49534F20323030303020C0CEC1F520BBE7C8C4BDC9BBE720C4C1BCB3C6C320B9D7204954534D20BDC3BDBAC5DB20B0EDB5B5C8AD20C1A6BEC8BFE4C3BBBCAD2E687770> ISO 20000 인증 사후심사 컨설팅 및 ITSM 시스템 고도화를 위한 제 안 요 청 서 2008. 6. 한 국 학 술 진 흥 재 단 이 자료는 한국학술진흥재단 제안서 작성이외의 목적으로 복제, 전달 및 사용을 금함 목 차 Ⅰ. 사업개요 1 1. 사업명 1 2. 추진배경 1 3. 목적 1 4. 사업내용 2 5. 기대효과 2 Ⅱ. 사업추진계획 4 1. 추진체계

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

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_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. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation

1. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation 1. What is AX1 AX1 Program은 WIZnet 사의 Hardwired TCP/IP Chip인 iinchip 들의성능평가및 Test를위해제작된 Windows 기반의 PC Program이다. AX1은 Internet을통해 iinchip Evaluation Board(EVB B/D) 들과 TCP/IP Protocol로연결되며, 연결된 TCP/IP

More information

Sena Device Server Serial/IP TM Version

Sena Device Server Serial/IP TM Version Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com

More information

슬라이드 1

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

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

manual pdfÃÖÁ¾

manual pdfÃÖÁ¾ www.oracom.co.kr 1 2 Plug & Play Windows 98SE Windows, Linux, Mac 3 4 5 6 Quick Guide Windows 2000 / ME / XP USB USB MP3, WMA HOLD Windows 98SE "Windows 98SE device driver 7 8 9 10 EQ FM LCD SCN(SCAN)

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

Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3

Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3 Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3 Example 3.1 Files 3.2 Source code 3.3 Exploit flow

More information

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

Microsoft PowerPoint - XAD-400.ppt [호환 모드]

Microsoft PowerPoint - XAD-400.ppt [호환 모드] 4Ch H.264 Hardware Codec H.264 User s Manual VER 2.0 4 Channel Real-time playback / USB backup The most stable and reliable real stand alone Digital Video Multiplex Recorder 설치 및 사용시 주의사항 초기설치 및 사용시 주의사항

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

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

Tina Admin

Tina Admin 유니원아이앤씨 DB 기술지원팀 2015 년 09 월 09 일 문서정보 프로젝트명 TTS (Transportable Tablespace) 서브시스템명 버전 1.0 문서명 TTS (Transportable Tablespace) 작성일 2015-08-16 작성자 김성한 최종수정일 2015-09-09 문서번호 UNIONE-201509091051-KSH 재개정이력 일자내용수정인버전

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

Index Process Specification Data Dictionary

Index Process Specification Data Dictionary Index Process Specification Data Dictionary File Card Tag T-Money Control I n p u t/o u t p u t Card Tag save D e s c r i p t i o n 리더기위치, In/Out/No_Out. File Name customer file write/ company file write

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

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

Slide 1

Slide 1 Enterprise Manager 를활용한 Active Data Guard 강송희 TSC본부 DB 기술팀한국오라클 Agenda Active Data Guard 도입배경 기존 DR 솔루션대비 Active Data Guard 의특장점 Active Data Guard 의구성및동작원리 EM 을이용한설치 EM 을이용한모니터링및관리

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

歯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

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