PowerPoint 프레젠테이션

Size: px
Start display at page:

Download "PowerPoint 프레젠테이션"

Transcription

1 중요데이터암호화와 특권사용자통제를위한 베스트프랙티스 한국오라클 DB Security Solution Specialist 노형준

2 Agenda Big Picture of Oracle DB Security Advanced Security Option Database Vault Summary 2

3 Big Picture of Oracle DB Security 3

4 Database Security 사전예방 모니터링 / 감지 관리보안 Encryption Redaction & Masking Privileged User Controls Activity Monitoring Database Firewall Auditing and Reporting Sensitive Data & Database Discovery Configuration & Vulnerability Scan Patch Automation 4

5 DB Security Big Picture Oracle Audit Vault Audit consolidation Oracle Database Firewall Applications Network SQL Monitoring and Blocking Encrypted Database Encrypted Backups Procureme Auditing Authorization Authentication Encrypted Traffic Redaction Oracle Transparent Advaced Security Data Encryption Option ( Transparent Data Encryption ) Oracle Database Vault Unauthorized DBA Activity Multi-factor Authorization DB Consolidation Security Oracle Label Security Data Masking Oracle Masking 5

6 Advanced Security Option 6

7 Database Security 사전예방 모니터링 / 감지 관리보안 Encryption Redaction & Masking Privileged User Controls Activity Monitoring Database Firewall Auditing and Reporting Sensitive Data & Database Discovery Configuration & Vulnerability Scan Patch Automation 7

8 안전행정부개인정보보호법 : 기술적보호조치 개인정보의안전성확보조치기준고시및해설서.hwp ( p38 ) 8

9 Oracle 암호화알고리즘 미국국립표준기술연구소 ( NIST ) 규정 FIPS-Compliant 알고리즘사용 - AES : Federal Information Processing Standard (FIPS) TDES : Federal Information Processing Standard (FIPS) 46-3 Oracle ASO : Global 표준 AES (128, 192, 256), Triple DES 168 알고리즘지원 AES, 3DES 활용 Oracle 보안 Solution 은미국연방정부정보처리표준 FIPS 인증보유 Algorithm Key Size Name AES (Advanced Encryption Standard) AES (Advanced Encryption Standard) AES (Advanced Encryption Standard) Three DES (Data Encryption Standard) 128 bits AES bits(default) AES bits AES bits 3DES168 9

10 Advanced Security Option Transparent Data Encryption Encrypted Data Disk Backups Exports Applications Managed Keys Off-Site Facilities Columns or Tablespaces 암호화 안전한암호화 Key 관리 Database files on disk and on backups 보호 DB 에 Write 시암호화, Read 시복호화 적용에따른 Application 변경없음, 낮은부하 Application 변화, 성능변화낮은최적의 DB 암호화솔루션 10

11 SGA DBWR 1 2 Advanced Security Option Column, Tablespace 암호화 2 10g Server Process 3 4 암호화복호화 4 3 Column 암호화 SQL Result SGA Server Process g 복호화 1 DBWR 암호화 Tablespace 암호화 SQL No 어플리케이션소스수정 일반테이블스페이스 일반블록암호화대상블록특정칼럼만암호화된블록전체암호화된블록 일반테이블스페이스암호화된테이블스페이스 SQL + Encrypt/Decrypt Function + DB Kernel 에서암 / 복호화가수행되어안정적인성능을보장 암 / 복호화의자동수행을통해관리항목증가를최소화 어플리케이션에투명하게 ( 소스수정없이 ) 적용 11

12 Advanced Security Option 안전한 Key 관리 마스터암호화키 ( 암호화 ) Column 암호화키 ( 암호화 ) Tablespace 암호화키 ( 암호화 ) 접근암호입력 별도보안관리자에의해 전자지갑관리 전자지갑 (File or HSM) 암호화키에의해데이터자동암호화 보다안전하게암호화데이터를관리하기위해 3 중의암호화키관리구조를채택 HSM (Hardware Security Module) 을통해성능및암호화키에대한높은안전성을제공 12

13 Advanced Security Option File 포함전구간암호화 SQL Layer Buffer Cache SSN = expdp. Encrypted Export b23490bv@ #$9vj943)IB 4390#90w3 b0aqer9 P[ 32 Credit Card # 주민등록번호주소전화번호 Oracle Database data blocks *M$b@^s%&d7 undo blocks temp blocks redo logs flashback logs 디스크에저장되는데이터뿐만아니라 undo block, temp block, redo log, flashback log 에대한암호화를지원 데이터백업을위해일반적으로많이사용되는 RMAN 및 EXP/IMP 시암호화지원 13

14 Advanced Security Option 쉬운운영관리 데이터에대한암호화수행을위해추가적인관리항목이발생하거나새로운기술을습득하여야하는관리자의업무부하를최소화할수있는방안을제공합니다. 기존 Oracle 관리기술을그대로사용 암 / 복호화 - Column 암호화 CREATE TABLE employee ( first_name VARCHAR2(128), last_name VARCHAR2(128), emp_id NUMBER, salary NUMBER(6) ENCRYPT using 'AES256' ); create unique index idx_card_id on secure_info(card_id); ^#^*> &$! ALTER TABLE employee MODIFY (salary DECRYPT); - Tablespace 암호화 CREATE TABLESPACE securespace DATAFILE /home/user/oradata/secure01.dbf SIZE 150M ENCRYPTION USING 'AES256' DEFAULT STORAGE(ENCRYPT); [GUI 관리툴 (EM) 에서암 / 복호화관리 ] 14

15 Advanced Security Option 성능저하최소 신규시스템적용및기존시스템에암호화솔루션을적용할모든경우에도성능저하현상을최소화합니다. 52% Oracle TDE 적용전후 CPU 사용현황 ( 암호화적용후 CPU 평균사용량 2% 증가 ) Oracle TDE 적용전후 TPM 변화량 구분평균 TPM 비율 TPM 측정 41% 43% 10g % 11g % 11g ( 암호화 ) % 11g Version Up 암호화적용 11g 암호화시 10g 대비 TPM 이 97.82% ( 약 2.18% 정도의감소발생 ) 15

16 Advanced Security Option 신속한초기 Data 암호화 암호화솔루션도입으로인해기존데이터를암호화할때다운타임을최소화할수있도록 On-line 상에서이를수행하거나가장빠르게수행할수있는방안을제공 Change Materialized View [ Online Redefinition] [ 가장빠른암호화 ] CTAS/I TAS [ SOURCE] [ TARGET] Network Replication 1. 서비스를유지하면서암호화를수행할수있는 On-line Redefinition 기능을제공 2. 동일 DB 내에서 Parallel CTAS 를통해가장빠른암호화수행가능 3. 새로운장비도입과같은물리적으로분리되어있는환경에서 Oracle Replication 솔루션을통해서비스를유지하면서암호화수행 16

17 Tablespace 암호화 ( AES128 ) 1. 암호화 Key 및 Wallet 생성 -- sqlnet.ora : wallet 생성위치명시 ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METH OD_DATA=(DIRECTORY=/oracle/app/oracle/product/11.2.0/dbs))) -- Master key 생성 SQL> alter system set encryption key identified by "oracle123!"; 2. 암호화 Tablespace 생성 -- 보통 Tablespace CREATE TABLESPACE "POC_TABLESPACE" DATAFILE '/oracle/data/korea/poc_table.dbf' SIZE 400M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; -- 암호화 Tablespace CREATE TABLESPACE "POC_TABLESPACE_ENC" DATAFILE '/oracle/data/korea/poc_table_enc.dbf' SIZE 400M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO ENCRYPTION USING 'AES128' DEFAULT STORAGE(ENCRYPT); 3. 암호화확인 SQL> select tablespace_name, encrypted from dba_tablespaces where tablespace_name like 'POC%' order by 2; TABLESPACE_NAME ENC POC_TABLESPACE NO POC_TABLESPACE_ENC YES POC_INDEX_ENC YES 4. 암호화 Table 생성 create table customers ( ~~~) Tablespace POC_TABLESPACE_ENC ; create table orders ( ~~~) Tablespace POC_TABLESPACE_ENC ; Alter table emp move tablespace POC_TABLESPACE_ENC ; EXEC DBMS_REDEFINITION.START_REDEF_TABLE( POC', EMP', EMP_TEMP'); 17

18 Column 암호화 ( AES128 ) Column 암호화적용 create table customers ( customer_id number(10) encrypt using 'AES128' 'NOMAC' NO SALT, customer_name varchar2(20) encrypt using 'AES128' 'NOMAC' NO SALT, birth_year varchar2(2), birth_month varchar2(2), birth_day varchar2(2), security_id varchar2(14), card_company_id varchar2(4), credit_card_id varchar2(20) encrypt using 'AES128' 'NOMAC' NO SALT, phone1 varchar2(15) encrypt using 'AES128' 'NOMAC' NO SALT, phone2 varchar2(15) encrypt using 'AES128' 'NOMAC' NO SALT, zip varchar2(10), address01 varchar2(256) encrypt using 'AES128' 'NOMAC' NO SALT, address02 varchar2(256) encrypt using 'AES128' 'NOMAC' NO SALT ); Column 암호화적용 create table orders ( order_id number(10), order_date varchar2(6), product_name varchar2(128), order_price number(10), order_num number(10), customer_id number(10) encrypt using 'AES128' 'NOMAC' NO SALT, security_id varchar2(14) encrypt using 'AES128' 'NOMAC' NO SALT, credit_card_id varchar2(20) encrypt using 'AES128' 'NOMAC' NO SALT, phone varchar2(15) encrypt using 'AES128' 'NOMAC' NO SALT, zip varchar2(10), address01 varchar2(256) encrypt using 'AES128' 'NOMAC' NO SALT, address02 varchar2(256) encrypt using 'AES128' 'NOMAC' NO SALT ); 18

19 Advanced Security Option Downtime 없는 DB 암호화 Online Redefinition 을이용한무중단암호화 [ Downtime 최소화 ] 실시간트랜잭션 Transform( 암호화 ) *M$b@^s%&d7 암호화에따른영향도최소화 Online 상태에서서비스무중단암호화가능 DML 변경이력수집 Transform ( 암호화 ) 암호화테이블 *M$b@^s%&d7 Replication Solution 인 Materialized View 기능을이용해 Online Redefinition 수행 관련 Objects (procedure, function, package) 의 Status 변경간단 19

20 Advanced Security Option Downtime 없는 DB 암호화 Online Redefinition 작업 STEP 1) 대상 Table 과동일한암호화된 Tablespace 에임시테이블생성. 2) Redefinition 시작 SQL>exec dbms_redefinition.start_redef_table(uname => username', orig_table=> source_table', int_table=> temp_table'); 3) DML Sync 하기위한임시 Table 선언및 Sync sql>exec dbms_redefinition.sync_interim_table( username', soruce_table', temp_table'); 4) Redefinition 종료 ( 임시 Table 에처리된 DML 반영및원본, 임시 Table 변경 ) sql>exec dbms_redefinition.finish_redef_table( username', source_table', temp_table'); 5) Index and Constraints 조치 (Option) 6) 관련 Objects compile (Procedure, Function, Package) 20

21 Advanced Security Option 약간의 Downtime DB 암호화 Parallel & Fastest CTAS ( Create 암호 Table As Select ) or ITAS ( Insert 암호 Table As Select ) 활용 [ Downtime 최소화 ] PQ 1 Parallel processor PQ 2 Parallel processor PQ 3 Parallel processor [ Parallel 최대활용하여 Downtime 최소화 ] CTAS or ITAS 문장을이용한가장빠른암호화방식 System Resource 를최대사용하는방식으로 DB Downtime 최소화 Data 재구성효과발생 Index 구성도 Parallel 사용 21

22 Advanced Security Option 약간의 Downtime DB 암호화 CTAS/ITAS 작업 STEP 1) Source Table 과동일한암호화된임시테이블생성. 1-1) CTAS 의경우 sql>create /*+ parallel append */ encrypt_table as select * from source_table; sql>create /*+ parallel append */ encrypt_table tablespace encrypt_tablespace as select * from source_table; 1-2) ITAS 의경우 sql>insert /*+ parallel append */ into encrypt_table select * from source_table; 2) Rename Original Table sql> alter table rename source_table to temp_source_table; sql> alter table rename encrypt_table to source_table; 3) Create Index and constraints 22

23 Data Redaction 민감한 Application Data 변조처리 Advanced Security Option 조회허용 User 조회불가 User Policy Credit Card # Application User name, IP address, application context, and other factors 에따라운영 Data 변조 Display 가능 Application 에투명하게적용 최소부하로운영서버 Data 변조기능지원 DB 내부우회경로원천차단 개인정보보유운영시스템적용조회 Level 분리하여운영 23

24 Full Data Redaction 기능변환기능 Stored Data 10/09/1992 Redacted Display 01/01/2001 Partial XXX-XX-4328 RegExp Random

25 Data Redaction 장점 Application 투명성 사용되는모든 Column data types 지원 Table, View, Materialized view Redacting 가능 Data type 유지및추가로정의가능 Database cursor sharing 유지가능 Database query plan 동일 Cache, buffers, storage 내 Data 를변경하지않음 Backup & restore, upgrade & patch, export/import, replication 과같은운영 operation 에변동없음 25

26 Data Redaction 장점관리편의성 Oracle Enterprise Manager or Command-line API 통해운영가능 Common PCI and PII data 에대한 Redaction format library 제공 Database 중심의중앙집중적인정책관리 즉각적인정책반영, 현재 Active sessions 까지가능 Database kernel 내동작, 별도설치필요없음 26

27 Application Screen Before Redacting 27

28 Application Screens After Redacting DBMS_REDACT.ADD_POLICY( object_schema => 'CALLCENTER', object_name => 'CUSTOMERS' column_name => 'SSN'... 28

29 Data Redaction in Oracle Enterprise Manager 정책관리 29

30 Data Redaction ( Partial ) 1.Redaction Policy 삭제 -- Drop Redaction Policy BEGIN DBMS_REDACT.drop_policy(object_schema => RED',object_name => 'EMP_RED',policy_name => 'Employee Redaction Test' ); END; / 2.Redaction Policy 생성 BEGIN DBMS_REDACT.add_policy(object_schema => 'RED',object_name => 'EMP_RED',policy_name => 'Employee Redaction Test',expression => 'SYS_CONTEXT(''USERENV'',''SESSION_USER'') NOT IN ( ''RED'' ) OR SYS_CONTEXT(''USERENV'',''SESSION_USER'') IS NULL',column_name => 'JUMIN',function_type => DBMS_REDACT.PARTIAL,function_parameters => 'VVVVVVVFVVVVVVV,VVVVVVV- VVVVVVV,*,8,14'); END; / 3.Redaction 대상 Table 조회 select * from red.emp_red ; EMPNO ENAME JOB JUMIN SMITH CLERK ******* 7499 ALLEN SALESMAN ******* 7521 WARD SALESMAN ******* 7566 JONES MANAGER ******* 7654 MARTIN SALESMAN ******* 7698 BLAKE MANAGER ******* 7782 CLARK MANAGER ******* 4. 일반 Table 조회 select * from red.emp_no_red; EMPNO ENAME JOB JUMIN SMITH CLERK ALLEN SALESMAN WARD SALESMAN JONES MANAGER MARTIN SALESMAN BLAKE MANAGER CLARK MANAGER

31 Data Redaction ( Partial ) 1.Redaction 대상 Table 조회 oracle@[korea1]:/home/oracle # sqlplus app/app 2.Redaction 대상 Table 우회유출시도 oracle@[korea1]:/home/oracle # sqlplus app/app SQL> select * from red.emp_red ; EMPNO ENAME JOB JUMIN SMITH CLERK ******* 7499 ALLEN SALESMAN ******* 7521 WARD SALESMAN ******* 7566 JONES MANAGER ******* 7654 MARTIN SALESMAN ******* 7698 BLAKE MANAGER ******* 7782 CLARK MANAGER ******* SQL >create table emp_red_breach 2 as select * from red.emp_red; as select * from red.emp_red * ERROR at line 2: ORA-28081: Insufficient privileges - the command references a redacted object. 31

32 Database Vault 32

33 Database Security 사전예방 모니터링 / 감지 관리보안 Encryption Redaction & Masking Privileged User Controls Activity Monitoring Database Firewall Auditing and Reporting Sensitive Data & Database Discovery Configuration & Vulnerability Scan Patch Automation 33

34 DBA Database Administrator DBA should manage Database, Not Data 34

35 Database Users and Security 관리 Tuning Recovery Managing DBAs Create Security Policies to protect data Senior DBA Security Admin Accounts Admin Junior DBA Create and manage Database Users Backup Patch Install Application user Separation Of Duties 35

36 접근통제의중요성허용된사용자에대해서도안전한접근제어필요 비인가된 IP 주소 재무담당자 비인가된 DB 접속프로그램 정당한권한을가진사용자도인가된환경으로부터접근인지를항시점검 사용자의실수혹은고의로수행될수있는악의적행위 ( 명령어 ) 를차단가능 DB 서버내부에서의접근및우회접근시도에대한사전차단이필수 36

37 Oracle Database Vault 내부관리자, 사용자통제 Application Procurement HR Finance select * from finance.customers Application DBA DBA 누가, 어디서, 언제, 어떻게 Data 에접근하는지를 Rules, Factors 로통제 관리자 Application Data 접근에대한통제 Application 변경없음, Enterprise Data Governance 강화 임의적인 DB 변경관리통제 37

38 Oracle Database Vault 데이터베이스내확실한권한분리및통제 데이터베이스내슈퍼유저인 DBA 권한을가진사용자도보호영역의데이터에는접근불가능 보안관리자가접근을허용한유저만이보호영역의데이터에접근가능 성능저하없이기존 Application 에쉽게적용가능 DBA HR DBA select * from HR.emp HR HR HR 데이터보호영역 예 ) 슈퍼유저 (DBA 권한보유사용자 ) 도인사데이터나재무데이터에는접근불허 재무 DBA Fin Fin 재무데이터보호영역 더이상모든데이터에접근권한을가진유저는존재하지않음 38

39 Oracle Database Vault 다양한조건에의한접근및실행제어 Database Vault 에서제공하는주요조건 사용자명사용자 IP 프로그램명접근시간 예 : 주중 ( 월 ~ 금 ) 09:00 ~ 18:00 사이에는 HR 스키마에대한 Alter,Drop Table 작업을하지못한다. 월요일 14:25 분 HR.CUSTOMERS 에대한 Alter,Drop Table HR DBA 월요일 19:01 분 HR.CUSTOMERS 에대한 Alter,Drop Table HR 스키마 39

40 Oracle Database Vault 상세접근제어보고서자동생성 다양한접근제어보고서를실시간으로확인 보호영역접근이력보고서 허가되지않은명령어실행차단이력보고서 40

41 Kernel 방식접근제어 Oracle Database Vault 1 모든우회접근차단가능 (DBA 를통한무제한적인데이터접근도차단가능 ) 접근제어대상테이블에대한 View, Synonym, PL/SQL, Dynamic SQL 등의우회수단으로유출을시도해도모두차단 우회적인데이터유출시도차단 무제한적인데이터접근차단 View Synonym PL/SQL Dynamic SQL 중요데이터 DBA Database Vault - 보안영역 (Realm) 41

42 Kernel 방식접근제어 Oracle Database Vault 2 로컬접근통제가가능 Database Vault는 Kernel 내부에서접근제어메커니즘이동작하기때문에로컬접근도모두통제외부접근제어솔루션은직접접근통제불가 Telnet 접속후로컬접근 H/W 장비콘솔을통해로컬접근 SQL * Net BEQ 중요데이터 외부접근제어솔루션의로컬접근대비모듈은감사기능정도만수행 42

43 Kernel 방식접근제어 Oracle Database Vault 3 별도의서버가불필요 ( 동일데이터베이스 Kernel 내부에추가설치되는방식으로추가비용발생없음 ) 외부접근제어솔루션의경우에는보안서버용하드웨어가별도로필요하기때문에추가적인비용발생 Database Vault Oracle Database OS 관리, 설정 웹을통한원격접속 ( 보안정책설정 ) 43

44 A 사 : DB Vault 사례 AP 우회침투를통한 Data 유출방지방안 WAS / AP 서버 Internet 정형화된접근 Oracle ASO : TDE 외부접속자 외부망 정형쿼리 비정형쿼리 정형화된접근 Oracle DB Vault Client 접근제어 DB 서버 내부사용자 내부망 DB 접근통제보안이슈 보안대책 악의적인외부 / 내부사용자가 DB 서버에접속할때 DB 보안서버를경유하지않고 AP 서버를통한우회접근통해중요정보유출가능 Server 접근제어 : TCP*Wrapper 사용 IP 접근차단 ( 허용 IP 만접속가능 ) DB 접근제어 : SQL*NET.ora ( TCP.INVITED_NODES 허용 IP 만접속가능 ) DB Vault : SQL*Plus 차단 ( only DBA IP, sys or system 접속가능 ) ASO ( TDE ) : DB Tablespace 암호화적용으로대량 Data 유출방지 44 44

45 Summary 45

46 Database Security 사전예방 모니터링 / 감지 관리보안 Encryption Redaction & Masking Privileged User Controls Activity Monitoring Database Firewall Auditing and Reporting Sensitive Data & Database Discovery Configuration & Vulnerability Scan Patch Automation 46

47 Oracle DB Security Composition ASO AVDF DB Vault Data Masking Label Security 47

48 Oracle DB Security Summary 영역 Option / Product 요약 DB 암호화 ASO (TDE) - Column 단위 (10g), Table Space 단위암호화지원 (11g 이후 ) - 기본이지만, 가장중요 - 최상의성능, 어플리케이션무변화 Masking ASO (Redaction) - Display Masking - TDE 보완 Data Masking - 중요데이타의변조후개발, 테스트에이용 ( 데이타정합성유지 ) 접근제어 감사 / 모니터링 Database Vault Label Security AVDF - SoD (Separation of Duty) - DBA 제어 : DBA 는 Database 관리자이나, Data 관리자는아님 - 행단위접근제어 - Data 의통합이 Data 접근의통합은아님 - White List / Black List 를통한 SQL 모니터및통제 - 유사시에대비 : 방어에는실패했어도사후추적은가능해야함 48

49

목 차

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

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

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

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

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

슬라이드 1

슬라이드 1 Transparent Data Encryption(TDE) OS DB Author Email HomePage Linux 11g R2 윤현 sensyh@dbworks.co.kr http://www.dbworks.co.kr http://support.dbworks.co.kr Part I TDE 란? TDE 개요 TDE 이점 Part II TDE Column Encryption

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

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

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

기업의 주요 정보자산의 보호와 관리를 위한 성공적 보안 모델

기업의 주요 정보자산의 보호와 관리를 위한 성공적 보안 모델 SECURE DATA AT THE SOURCE SAVE TIME AND MONEY 최소비용, 최대효과그리고가장안전한데이터베이스보안의구축 박형도한국오라클 / Technology Sales Consulting Agenda 정보시스템환경변화에의한보안이슈 데이터베이스보안의필요성 분야별 DB 보안강화방안 암호화 접근제어 통합감사 정보보호를위한성공적보안모델 2 점점심화되고있는데이터유출사건

More information

Slide 1

Slide 1 보안의시작 : 중요한데이터의암호화와마스킹 박형도 DB 기술팀 TSC 본부 Hyungdo.park@oracle.com 목차 데이터베이스보안 Oracle Database Security Data Encryption 데이터암호화의필요성 각종법규및 Compliance 오라클암호화솔루션의기능상의특징및혜택 Masking 업무데이터의보호현황과마스킹의필요성

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

最即時的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

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

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

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

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

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

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

13주-14주proc.PDF

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

More information

Microsoft PowerPoint - 6.pptx

Microsoft PowerPoint - 6.pptx DB 암호화업데이트 2011. 3. 15 KIM SUNGJIN ( 주 ) 비에이솔루션즈 1 IBM iseries 암호화구현방안 목차 목 차 정부시책및방향 제정안특이사항 기술적보호조치기준고시 암호화구현방안 암호화적용구조 DB 암호화 Performance Test 결과 암호화적용구조제안 [ 하이브리드방식 ] 2 IBM iseries 암호화구현방안 정부시책및방향

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

More information

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

F1-1(수정).ppt

F1-1(수정).ppt , thcho@kisaorkr IPAK (Information Protection Assessment Kit) IAM (INFOSEC Assessment Methodology) 4 VAF (Vulnerability Assessment Framework) 5 OCTAVE (Operationally Critical Threat, Asset, and Vulnerability

More information

<4D F736F F F696E74202D20352E B8A620C5EBC7D120B0B3C0CEC1A4BAB820BAB8C8A320B9D720B3BBBACEC5EBC1A6BFA120B4EBC7D120C1FAB9AEB0FA20C7D8B4E45FC0CCC1F8C8A32E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20352E B8A620C5EBC7D120B0B3C0CEC1A4BAB820BAB8C8A320B9D720B3BBBACEC5EBC1A6BFA120B4EBC7D120C1FAB9AEB0FA20C7D8B4E45FC0CCC1F8C8A32E BC8A3C8AF20B8F0B5E55D> Case Study 를통한개인정보보호및내부통제방안 이진호 DB 기술팀 TSC 본부 jinho.lee@oracle.com 발표순서 최근보안침해사례 데이터베이스보안침해사례 개발환경에서의정보유출 물리적인접근에의한정보유출 내부자에의한정보유출 데이터베이스보안의문제점 보안침해유형별오라클대응방안 결론

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

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 보안 TDE Author 고요한 Creation Date Last Updated Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자

Oracle 보안 TDE Author 고요한 Creation Date Last Updated Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자 Oracle 보안 TDE Author 고요한 Creation Date 2011.12.05 Last Updated 2013-04-12 Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자 변경자 ( 작성자 ) 주요내용 1.0 2011.12.05 박제헌대리 문서최초작성 1.1 2012-02-02

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

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

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

More information

Tina Admin

Tina Admin TDE(Transparent Data Encryption) DB 사업부이대혁 2015 년 01 월 16 일 문서정보 프로젝트명 TDE ( Transparent Data Encryption ) 서브시스템명 버전 1.0 문서명 TDE ( Transparent Data Encryption ) 작성일 2015-01-16 작성자 DB사업부이대혁사원 최종수정일 2015-01-16

More information

Dropbox Forensics

Dropbox Forensics Cloud Storage Forensics Part I : Dropbox 2013. 09. 28 forensic.n0fate.com Dropbox Forensics Dropbox Forensics Dropbox 웹기반파일공유서비스 총 12 개의클라이언트지원 Desktop : Windows, Mac OS X, Linux Mobile : ios, Android,

More information

Slide 1

Slide 1 Oracle Database 11gR2 의장점과 Real Application Testing 을활용한업그레이드베스트프랙티스 권희용 Principal Database Sales Consultant Database Technology, Technology Sales Consulting, Oracle Korea Oracle

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

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

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

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

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

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

歯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

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

Security Overview

Security Overview May. 14, 2004 Background Security Issue & Management Scope of Security Security Incident Security Organization Security Level Security Investment Security Roadmap Security Process Security Architecture

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

[Brochure] KOR_TunA

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

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

oracle9i_newfeatures.PDF

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

More information

초보자를 위한 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 - 10Àå.ppt

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

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

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

예제소스는 에서다운로드하여사용하거나툴바의 [ 새쿼리 ]( 에아래의소스를입력한다. 입력후에는앞으로실습을위해서저장해둔다. -- 실습에필요한 Madang DB 와 COMPANY DB 를모두생성한다. -- 데이터베이스생성 US

예제소스는  에서다운로드하여사용하거나툴바의 [ 새쿼리 ]( 에아래의소스를입력한다. 입력후에는앞으로실습을위해서저장해둔다. -- 실습에필요한 Madang DB 와 COMPANY DB 를모두생성한다. -- 데이터베이스생성 US A.4 마당서점데이터베이스생성 1 마당서점의데이터베이스 Madang을생성하기위해윈도우의 [ 시작 ]-[ 모든프로그램 ]- [Microsoft SQL Server 2012]-[SQL Server Management Studio] 를선택한다. 인증을 [Windows 인증 ] 으로선택한후 < 연결 > 을클릭한다. 2 1 3 서버이름 MADANG_DB\SQLEXPRESS

More information

FlashBackt.ppt

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

More information

<4D F736F F F696E74202D F6E20325F32BFF93033C0CF5FBFA3C5CDC7C1B6F3C0CCC1EE20C8AFB0E6BFA1BCADC0C720BAF1C1EEB4CFBDBA20C1A4BAB8BAB8C8A3B8A620C0A7C7D120BFC0B6F3C5AC20BAB8BEC820BCD6B7E7BCC75FB1E8C5C2C7FC2E

<4D F736F F F696E74202D F6E20325F32BFF93033C0CF5FBFA3C5CDC7C1B6F3C0CCC1EE20C8AFB0E6BFA1BCADC0C720BAF1C1EEB4CFBDBA20C1A4BAB8BAB8C8A3B8A620C0A7C7D120BFC0B6F3C5AC20BAB8BEC820BCD6B7E7BCC75FB1E8C5C2C7FC2E 엔터프라이즈환경에서의비즈니스정보보호를위한오라클보안솔루션 TSC 본부 DB 기술팀 Taehyoung.kim@oracle.com 2009.02.03 발표순서 데이터보안에대한이해 2008년발생한주요보안사고사례 DB 보안위협사례와고객의 Needs 보안침해유형에따른 Oracle 보안솔루션 중요 DATA 암호화처리 내부자의 DB접근통제수단필요

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

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based

Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based e- Business Web Site 2002. 04.26 Model Investor MANDO Portal Site People Customer BIS Supplier C R M PLM ERP MES HRIS S C M KMS Web -Based Approach High E-Business Functionality Web Web --based based KMS/BIS

More information

슬라이드 1

슬라이드 1 [ CRM Fair 2004 ] CRM 1. CRM Trend 2. Customer Single View 3. Marketing Automation 4. ROI Management 5. Conclusion 1. CRM Trend 1. CRM Trend Operational CRM Analytical CRM Sales Mgt. &Prcs. Legacy System

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

네트워크 안정성을 지켜줄 최고의 기술과 성능 TrusGuard는 국내 최초의 통합보안솔루션으로서 지난 5년간 약 4천여 고객 사이트에 구축 운영되면서 기술의 안정성과 성능면에서 철저한 시장 검증을 거쳤습니다. 또한 TrusGuard는 단독 기능 또는 복합 기능 구동 시

네트워크 안정성을 지켜줄 최고의 기술과 성능 TrusGuard는 국내 최초의 통합보안솔루션으로서 지난 5년간 약 4천여 고객 사이트에 구축 운영되면서 기술의 안정성과 성능면에서 철저한 시장 검증을 거쳤습니다. 또한 TrusGuard는 단독 기능 또는 복합 기능 구동 시 네트워크 보안도 안철수연구소입니다 통합 보안의 No.1 파트너, AhnLab TrusGuard 네트워크 환경을 수호하는 최고의 통합 보안 시스템 고성능 방화벽ㆍVPN Security 기술과 고품질 Integrated Security 기술의 강력한 결합 네트워크 안정성을 지켜줄 최고의 기술과 성능 TrusGuard는 국내 최초의 통합보안솔루션으로서 지난 5년간

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

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

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

RDB개요.ppt

RDB개요.ppt 1 2 3 < > 1 SQL SQL 2 SQL 3 column DEPT DEPT# DNAME BUDGET D1 D2 D3 Marketing Development Research 10M 12M 5M tuple EMP EMP# ENAME DEPT# SALARY D1 40 D1 45 E1 E2 E3 Lopez Cheng Finzi D2 30 E4 Satio D2

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

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

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

dbms_snu.PDF

dbms_snu.PDF DBMS : Past, Present, and the Future hjk@oopsla.snu.ac.kr 1 Table of Contents 2 DBMS? 3 DBMS Architecture naive users naive users programmers application casual users casual users administrator database

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

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

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

LCD Display

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

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

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

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

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

More information

03여준현과장_삼성SDS.PDF

03여준현과장_삼성SDS.PDF Procurement Extended IP Business Application Business Application Business Application Business Application Business Application Internet Business Application Sourcing Market efficiency Private e-marketplace

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장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3

<목 차 > 제 1장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3 열차운행정보 승무원 확인시스템 구축 제 안 요 청 서 2014.6. 제 1장 일반사항 4 I.사업의 개요 4 1.사업명 4 2.사업의 목적 4 3.입찰 방식 4 4.입찰 참가 자격 4 5.사업 및 계약 기간 5 6.추진 일정 6 7.사업 범위 및 내용 6 II.사업시행 주요 요건 8 1.사업시행 조건 8 2.계약보증 9 3.시운전 및 하자보증 10

More information

@OneToOne(cascade = = "addr_id") private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a

@OneToOne(cascade = = addr_id) private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a 1 대 1 단방향, 주테이블에외래키실습 http://ojcedu.com, http://ojc.asia STS -> Spring Stater Project name : onetoone-1 SQL : JPA, MySQL 선택 http://ojc.asia/bbs/board.php?bo_table=lecspring&wr_id=524 ( 마리아 DB 설치는위 URL

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 SQL Sever Security Value ( 개인정보보호법과 SQL 암 호화 ) 씨퀄로최인규 세션소개 솔루션을구매해야할까요? SQL Server 기능만으로암호화프로젝트를수행할때의경험을공유하고자합니다. 개인정보보호법어렵지않아요!! 먼저사회적환경를이해하고 SQL Server 암호화기술을배웁니다. 그리고적용합니다. 먼저사회적환경을이해 하고 개인정보보호법관련법률소개

More information

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1)

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1) [ Version 1.3 ] Access Point,. Access Point IP 10.0.0.1, Subnet Mask 255.255.255.224, DHCP Client. DHCP Server IP IP,, IP 10.0.0.X. (Tip: Auto Sensing Straight, Cross-over.) step 1]. step 2] LAN. step

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

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

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

More information

기타자료.PDF

기타자료.PDF < > 1 1 2 1 21 1 22 2 221 2 222 3 223 4 3 5 31 5 311 (netting)5 312 (matching) 5 313 (leading) (lagging)6 314 6 32 6 321 7 322 8 323 13 324 19 325 20 326 20 327 20 33 21 331 (ALM)21 332 VaR(Value at Risk)

More information