Oracle 보안 TDE Author 고요한 Creation Date Last Updated Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자

Size: px
Start display at page:

Download "Oracle 보안 TDE Author 고요한 Creation Date Last Updated Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자"

Transcription

1 Oracle 보안 TDE Author 고요한 Creation Date Last Updated Version V2.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자 변경자 ( 작성자 ) 주요내용 박제헌대리 문서최초작성 박제헌대리 Chapter OWM 사용법추가 박제헌대리 메뉴편집 고요한대리 정관호대리 각환경에서의 Configuration 방법추가. TDE 제약사항추가. TDE 관련 detail 한설명추가. 본문서는개인의기술향상을목적으로만들어졌으며상업적으로이용하는것을일체금합니다.

2 Contents 1. 개요 Wallet File Wallet 위치조회와 Wallet 상태를조회 Encryption Key TDE 의사용되는암호화 Algorithms TDE 적용시주의점 Password 관리 Performance OverHead CPU Large table Encryption Storage 제약사항 Column Encryption 제약 (10g ~ 11g) [ID ] Tablespace Encryption 제약및변경사항. (11gR1~ ) [ID ] TDE Configuration Master Key Setting/resetting Silngle Instance Configuration Wallet File 위치지정 Master Key 생성 Master Key OPEN 및 Close 다중 Instance Configuration Wallet File 위치지정 Master Key 생성및 OPEN RAC 환경에서의 Configuration 일반적인 RAC 환경 RAC 환경에서의다중 Instance Configuration RAC TDE 구성시고려사항 Tool 을이용한 Wallet 설정 Orapki Tool Wallet 생성 Orapki 를이용한 Auto-login 설정 Orapki 를이용한 Password 변경 (11g 만가능 ) OWM OWM 을이용한 Auto-login 설정 Table 암호화 Table 생성시 Column 을암호화 Salt Option NOMAC Parameter External Table 생성시암호화

3 5.3. 기존 TABLE 의암호화 Column 을추가또는변경시 Column 추가시 Column 변경시 암호화 Column 을제거시 암호화 Column 의대한 Encryption Key 와알고리즘변경시 Encryption Key 변경시 암호화알고리즘변경시 Tablespace 암호화 Wallet Open 암호화된 Tablespace 생성 암호화 Tablespace Decryption Expdp/Impdp 사용법 Expdp/impdp Dump File 암호화

4 1. 개요 TDE(Transparent Database Encryption) 는오라클 10gR2 의 New feature 이며 Enterprise Edition 에서사용할수있다. 테이블의컬럼데이터를암호화하여디스크에저장하는기법인데디스크의도난이나백업데이터유출시데이터를보호할수있다. 디스크에저장되어있을때에는암호화되어있지만메모리에데이터가올라올때는마스터키를이용하여자동으로복호화가되어사용자에게보여지며디스크에저장될때에는다시암호화되어저장되기때문에테이블에적절한권한이있는사용자는 TDE 를적용하더라도암호화되지않은데이터를볼수있다. 10g 에서는컬럼단위의암호화를지원하며 11g 에는테이블스페이스단위의암호화를지원한다. 11g 에서는테이블스페이스단위로지원되기때문에테이블, 클러스터, 인덱스, Lobs, 테이블, 인덱스파티션도암호화를할수있다. TDE 는타솔루션과달리컬럼단위와테이블스페이스단위로암호화되기때문에 application 의변경이필요하지않는것이가장큰장점이라할수있다 Wallet File Wallet File 은 encryption 과 decryption 을수행하는마스터키를저장하고있으며, wallet File 은데이터베이스와 별도의공간에저장하여허가된사용자만접근토록한다. $ORACLE_HOME/network/admin/sqlnet.ora 파일에명시적으로 wallet File 의위치를지정할수있다. ENCRYPTION_WALLET_LOCATION= (SOURCE=(METHOD=FILE)(METHOD_DATA= (DIRECTORY= /oracle/product/admin/prod/wallet))) 위치를지정하지않았을때는기본적으로 $ORACLE_BASE/ADMIN/<SID>/WALLET 에생성되지만경로가존재하지않거 나 Platform 에따라파일위치를지정하지않았을때에는 ORA 에러가발생하기도한다.(Bug: ) 1.2. Wallet 위치조회와 Wallet 상태를조회 SQL> select wrl_parameter,status from v$encryption_wallet; WRL_PARAMETER STATUS /oracle11g/product/admin/orcl/wallet OPEN - 4 -

5 1.3. Encryption Key 1 Master Encryption Key Master Key 는 column 또는 tablespace 에사용되는보조키를암호화하는데사용되는암호화키이다. 2 Table Key (column 단위 -10g) 데이터베이스안의 Data Dicionary 에저장되며암호화된테이블에대하여 master key 와함께데이터를암복호화 하는데쓰인다. 3 Tablespace Key (tablespace 단위 -11g) 11g 부터는 Encryption Key 가각 tablespace header 안의저장이되어데이터암복호화에사용이된다 TDE 의사용되는암호화 Algorithms 암호화에대한국제표준을준수하는 Algotithms 을사용하고있다. Algorithm Key Size Parameter Name Triple DES (Data Encryption Standard) 168 bits 3DES168 AES (Advanced Encryption Standard) 128 bits (11gR2 default - tablespace) AES128 AES 192 bits (10g default - Column) AES192 AES 256 bits AES

6 2. TDE 적용시주의점 2.1. Password 관리 Wallet 이나 Wallet Password 를분실하게되면암호화된데이터는 Access 가불가하므로물리적인 Wallet File 의백업과 Wallet Password 관리가반드시필요하다 Performance OverHead CPU g : Tablespace 암호화는 Application 마다다를수있지만, 평균적으로 5~8% 사이에 Overhead 가발생한다.( 하지만실무에서의전체적인 Performance 를본다면 11g 에서의성능이 10g 보다월등한 Performance 를보여준다.) 10g : Column 암호화에서의 Table 은 Column 암호화가삽입되어있는경우에만해당이되며, 암호화, 복호화하는과정에서 5% 의 overhead 가발생한다. 또한암호화된 column 수나 access 를하는횟수에비례하기도한다 Large table Encryption Size 가큰 table 의관하여 Column 암호화를하는경우 redo log size 를증가시켜주어야하고, 인덱스가걸려있는상태에서의 Column 암호화는상당한시간이소요된다. 그렇기때문에 Index 를제거후에 No Salt 옵션과함께암호화를한후, Index 를새로만들어주어야한다.( 새로만들어진 Index 는암호화된값의의해서생성이됨 ) Storage 1 11g : Tablespace 암호화는 Storage OverHead 가없다. 2 10g : Column 암호화는일반데이터보다공간을좀더사용하게되는데, AES 경우최대 16byte,3DES 일경우 8Bytes 가추가적으로사용되며정합성체크를위한 20bytes 가추가적으로더필요하다.(nomac 파라미터이용시제외 ) salt 옵션으로암호화했을경우 16bytes 가더필요하여결론적으로최대발생할수있는스토리지오버해드는각암호화된 value 당 52bytes 가된다 제약사항. 동일한서버에여러데이터베이스가설치되어있는경우, 각각의 Encryption Key 를생성및사용해야한다. 서로공유하여사용할경우암호화된데이터손실을유발할수있기때문에 Oracle 에서는이같은방법은지원하지않는다 Column Encryption 제약 (10g ~ 11g) [ID ] 1 B-tree 가아닌 Index 유형 (Function Index, Domain Index, Join Index 등등 ) 생성불가. SQL> create bitmap index scott.i_tde on scott.tde(c); create bitmap index scott.i_tde on scott.tde(c) * ERROR at line 1: ORA-28337: the specified index may not be defined on an encrypted column 2 Index 를통한 Range Scan 불가능.( 동등비교연산자를통한 Scan 만가능 ) SQL> select * from scott.emp2 where empno > 7900 empno -> pk - 6 -

7 call count cpu elapsed disk query current rows Parse Execute Fetch total Misses in library cache during parse: 0 Optimizer mode: ALL_ROWS Parsing user id: SYS Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation TABLE ACCESS FULL EMP2 (cr=4 pr=0 pw=0 time=2720 us cost=3 size=24 card=2) Range Scan 은불가.. SQL> select * from scott.emp2 where empno = 7900; SQL ID: fkthsmpw58bb2 Plan Hash: select * from scott.emp2 where empno = 7900 call count cpu elapsed disk query current rows Parse Execute Fetch total Misses in library cache during parse: 1 Optimizer mode: ALL_ROWS Parsing user id: SYS Number of plan statistics captured: 1 Rows (1st) Rows (avg) Rows (max) Row Source Operation TABLE ACCESS BY INDEX ROWID EMP2 (cr=2 pr=0 pw=0 time=5472 us cost=1 size=121 card=1) INDEX UNIQUE SCAN PK_EMP2 (cr=1 pr=0 pw=0 time=5453 us cost=0 size=0 card=1)(object id ) 3 External Table(BFILE) oracle_datapump drver 로만가능. SQL> CREATE TABLE scott.tde_extract (c encrypt, c2) ORGANIZATION EXTERNAL (TYPE ORACLE_DATAPUMP DEFAULT DIRECTORY d_dir LOCATION ('tde.extract') ) reject limit unlimited AS select * from scott.tde; Table created. SQL> select * from scott.tde_extract; C C SQL> select * from DBA_ENCRYPTED_COLUMNS; OWNER TABLE_NAME COLUMN_NAME ENCRYPTION_ALG SAL - 7 -

8 SCOTT TDE_EXTRACT C AES 192 bits key YES 4 TTS(Transportable Tablespace) 지원불가. $ expdp system/manager transport_tablespaces=users directory=d_dir dumpfile=filefull.dmp encryption_password="x" Export: Release Beta on Tuesday, 14 June, :02:08 Copyright (c) 2003, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release Beta With the Partitioning, Oracle Label Security, OLAP and Data Mining options ORA-39005: inconsistent arguments ORA-39032: function ENCRYPTION_PASSWORD is not supported in TRANSPORTABLE jobs 5 PK 를참조하는 FK 키 Column 지원불가 (ORA-28335) SQL> create table scott.tde_fk (c number references scott.tde(c)); create table scott.tde_fk (c number references scott.tde(c)) * ERROR at line 1: ORA-28335: referenced or referencing FK constraint column cannot be encrypted 6 암호화 Column 을 Partition Key, Cluster Key 로사용할수없음. SQL> create table SCOTT.TDE_PART (product_id number(5) ENCRYPT, time_id date) partition by range (product_id) (partition p1 values less than (500), partition p2 values less than (maxvalue)) ; partition by range (product_id) * ERROR at line 4: ORA-28346: an encrypted column cannot serve as a partitioning column 7 LOB(BLOB/CLOB) 지원불가 8 SYS 스키마 Object Column (ORA-28336) 지원불가 9 Export/Import Util (Expdp/Impdp 사용권장 )STREAMS 사용불가. 10 Advanced Queuing 사용불가. 11 Advanced Replication 사용불가. 12 Logical Standby Database 사용불가. 13 Logminer 에의한해석은가능하지만, 암호화 Column 은 Unsupported Type 라고표시됨. 14 비스칼라 Type ( 오브젝트 Type, 유저정의 Type, Varray, REF 등 ) 지원불가 15 암호화시 Salt 옵션을부여할경우 Index 생성불가능 - 8 -

9 Tablespace Encryption 제약및변경사항. (11gR1~ ) [ID ] 1 모든 table, cluster, index, LOB, table 및 index partition 등을지원가능. 2 SYSTEM, SYSAUX, UNDO, TEMP tablespaces 는암호화불가능. SQL> create undo tablespace TDE_UNDO ENCRYPTION USING '3DES168' default storage (ENCRYPT) datafile '/amer/rdbms/32bit/app/oracle/oradata/ama111u4/tdeundo01.dbf' size 2M; ERROR at line 1: ORA-30024: Invalid specification for CREATE UNDO TABLESPACE SQL> create temporary tablespace TDE_TEMP ENCRYPTION USING '3DES168' default storage (ENCRYPT) tempfile '/amer/rdbms/32bit/app/oracle/oradata/ama111u4/tdetemp01.dbf' size 2M; create temporary tablespace TDE_TEMP ENCRYPTION USING '3DES168' * ERROR at line 1: ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE 3 Exp 불가능, Imp 는부분적으로가능.(Expdp/Impdp 권장 ) 암호화가설정이안되어있는 10gR2 또는이전버전에서 Export 이후, 암호화설정이되어있는 11g 로 Import 는가능하다. $ exp system/manager tables='scott.tde1' Export: Release Production on Fri Sep 21 17:10: Copyright (c) 1982, 2007, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release Production With the Partitioning, Oracle Label Security and Real Application Testing options Export done in US7ASCII character set and AL16UTF16 NCHAR character set server uses AL32UTF8 character set (possible charset conversion) About to export specified tables via Conventional Path... Current user changed to SCOTT EXP-00111: Table TDE1 resides in an Encrypted Tablespace TDE_TBS and will not be exported Export terminated successfully with warnings. $ expdp system/manager ENCRYPTION_MODE=password ENCRYPTION_PASSWORD=reencryptionpassword tablespaces=tde_tbs Export: Release Production on Friday, 21 September, :11:39 Copyright (c) 2003, 2007, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release Production With the Partitioning, Oracle Label Security and Real Application Testing options Starting "SYSTEM"."SYS_EXPORT_TABLESPACE_01": system/******** ENCRYPTION_MODE=password encryption_password=******** tablespaces=tde_tbs Estimate in progress using BLOCKS method... Processing object type TABLE_EXPORT/TABLE/TABLE_DATA Total estimation using BLOCKS method: 64 KB Processing object type TABLE_EXPORT/TABLE/TABLE.. exported "SCOTT"."TDE1" KB 1 rows Master table "SYSTEM"."SYS_EXPORT_TABLESPACE_01" successfully loaded/unloaded ****************************************************************************** Dump file set for SYSTEM.SYS_EXPORT_TABLESPACE_01 is: /u01/app/oracle/admin/v1110/dpdump/expdat.dmp Job "SYSTEM"."SYS_EXPORT_TABLESPACE_01" successfully completed at 17:12:25 4 Bitmap Index 사용가능 SQL> create bitmap index scott.i_tde on scott.tde1(c); Index created - 9 -

10 5 Index 를통한 Range Scan 가능 SQL> create index scott.i_tde2 on scott.tde1(c); Index created. SQL> select * from scott.tde1 where c between 1 and 3; rows selected. Execution Plan Plan hash value: Id Operation Name Rows Bytes Cost (%CPU) Time SELECT STATEMENT (0) 00:00:01 * 1 INDEX RANGE SCAN I_TDE (0) 00:00: Predicate Information (identified by operation id): access("c">=1 AND "C"<=3) 6 LOB datatype 가능 SQL> create table scott.tde_lob (c clob) tablespace tde_tbs; 7 TTS 가능 -- Source 쪽에서 Wallet Key 를 Copy 해가져가야하기때문에 Target database 에서는 TDE 를사용하지않 고있어야만가능하다. (Cross-endianism 은불가능 ) 3. TDE Configuration TDE 구성에있어크게일반적인 Oracle 데이터이관기능 (datapump, exp/imp, CTAS, alter table move, 기타..) 을 이용하는오프라인방식과 Online Table Redefinition 기능을이용한온라인방식으로나눌수가있다. 1 Column 단위 : 암호화대상 column 이명확하고, 그수가많지않을때사용을한다. 2 Tablespace 단위 : 암호화대상 column 선정이쉽지않고, 그수가많을때사용한다 Master Key Setting/resetting 처음 TDE 를구성할시 Master Key 를생성해야하고, Database 를마이그레이션하거나, Clone DB, 업그레이드를할경우에는 Wallet 의사본으로하여금새롭게 Master Key 를 resetting( 권장 ) 을해야한다. 또한 Setting/resetting 의있어 wallet location 의 auto-login wallet 이존재한다면새로운 wallet 을생성하지않는다. SQL> ALTER SYSTEM SET ENCRYPTION KEY ["certificate_id"] IDENTIFIED BY "password" wallet setting/resetting SQL> alter system set wallet open identified by password ; wallet open SQL> alter system set wallet close identified by password ; wallet close SQL> alter system set wallet close; auto-login wallet 사용시 wallet close

11 3.2. Silngle Instance Configuration Wallet File 위치지정 Wallet 파일이지정될위치를 sqlnet.ora 에지정한다. Sqlnet.ora 파일에 wallet 의경로를지정후에는 v$encryption_wallet 뷰를통하여 sqlnet.ora 에지정된경로와 동일하게설정되어있는지확인한다. $> vi $ORACLE_HOME/network/admin/sqlnet.ora ENCRYPTION_WALLET_LOCATION= (SOURCE=(METHOD=FILE)(METHOD_DATA= (DIRECTORY=/oracle/wallet1/))) Wallet File 의 default 위치는 $ORACLE_BASE/admin/<global_db_name>/wallet 으로리눅스환경에서는명시적으 로위치를지정하지않을경우 ORA-28368: cannot auto-create wallet 이발생한다. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ CLOSED Master Key 생성 Master Key 는아래명령어를통하여생성이가능하며최초생성시에만사용해야하며아래의문장으로패스워드를 변경할경우에는기존의암호화되었던테이블을사용할수없게된다. Wallet file 이름은기본적으로 ewallet.p12 로생성이된다. SQL> alter system set encryption key identified by "oracle"; System altered. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN $> ls alrt /oracle/wallet1/ -rw oracle dba 1309 Mar 7 05:14 ewallet.p Master Key OPEN 및 Close 데이터베이스를재시작할때마다 master key 를아래의명령어로 LOAD 해야하며, 패스워드가틀린경우 ORA : Failed to open wallet 에러가발생한다. 또한 wallet 을 open 하지않고암호화된 Table 이나 Tablespace 를조회할때는 ORA-28365: wallet is not open 에러가발생한다. 혹 Master Key 를 Close 시에는 Auto-login 이설정되어있을경우패스워드부분은생략을하여도된다. SQL> alter system set wallet open identified by "oracle"; System altered. SQL> alter system set wallet close; wallet close ORA-28390: auto login wallet not open but encryption wallet may be open auto-login 이설정이안되어서발생. SQL> alter system set wallet close identified by "oracle"; System altered 다중 Instance Configuration 싱글 Instance 와는달리서버하나의다중 Instance 구성이라면 TDE 구성의있어경로설정방법은다르다. SQLNET.ORA 파일에경로설정에있어각인스턴스는 SID 로구분이되고, 환경변수를통하여경로를설정하여야만한다. [ID ]

12 Wallet File 위치지정 $> echo $ORACLE_SID orcl1 $> vi $ORACLE_HOME/network/admin/sqlnet.ora ENCRYPTION_WALLET_LOCATION = (SOURCE = (METHOD = FILE) (METHOD_DATA = (DIRECTORY = /oracle/wallet1/$oracle_sid))) $> mkdir p /oracle/wallet1/orcl Master Key 생성및 OPEN SQL> alter system set encryption key identified by "oracle"; System altered. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/$oracle_sid OPEN $> ls alrt /oracle/wallet1/orcl1 -rw oracle dba 1309 Mar 7 05:14 ewallet.p12 SQL> alter system set wallet open identified by "oracle"; System altered RAC 환경에서의 Configuration RAC 환경에서의 wallet 관리는자동화되지않고, Open, Close, modify 같은작업은각 Local 별로수행을해주어야한다. 그렇기에 oracle 에서는 11g 부터 wallet file 을 shared storage 나 ACFS(ASM) 의저장하는것을권장을하고있다 일반적인 RAC 환경 RAC 에서는먼저 1 번노드에서 Wallet 과 Master Key 를생성후 2 번노드로 Copy 를하여 reopen 을한후사용을해 야하고, 2 번노드로 copy 를한후에는 wallet 을재오픈을해주어야한다. [ID ] (11g 에서도마찬가지로 oracle 유저의 ORACLE_HOME/network/admin/ 경로에 sqlnet.ora 파일을생성하면된다.) 1 번노드 $> vi $ORACLE_HOME/network/admin/sqlnet.ora ENCRYPTION_WALLET_LOCATION= (SOURCE=(METHOD=FILE)(METHOD_DATA= (DIRECTORY=/oracle/wallet1/))) SQL> alter system set encryption key identified by "oracle"; SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN 1 번노드에서생긴 wallet file 을 2 번노드로 SQLNET.ORA 파일에기입할경로로복사한다

13 2 번노드 $> vi $ORACLE_HOME/network/admin/sqlnet.ora ENCRYPTION_WALLET_LOCATION= (SOURCE=(METHOD=FILE)(METHOD_DATA= (DIRECTORY=/oracle/wallet1/))) SQL> alter system set wallet close identified by oracle ; System altered. SQL> alter system set wallet open identified by "oracle"; System altered. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN RAC 환경에서의다중 Instance Configuration RAC 환경에서의동일한 ORACLE_HOME (Engine) 을사용하고하나이상의 database 를사용하는경우에는 Unqname 을지정하여 Dynamic 하게구성하는것을권장하고있다. $> mkdir p /oracle/wallets/orcl $> vi sqlnet.ora ENCRYPTION_WALLET_LOCATION = (SOURCE=(METHOD=FILE) (METHOD_DATA = (DIRECTORY=/oracle/wallets/$ORACLE_UNQNAME/))) $> srvctl setenv database d orcl T ORACLE_UNQNAME=orcl RAC TDE 구성시고려사항. 1 각인스턴스의 SQLNET.ORA 파일은 wallet 경로가기입되어있어야한다. 2 하나의인스턴스에서 Master Key 를생성및설정을해주어야하고, 그이후에다른노드로 copy 를해야한다. 3 다른노드로복사가완료되었다면모든인스턴스에서 wallet 을재오픈을해주어야한다. 4 Master Key 의대한변경및설정시에는 Wallet 을 Open 하거나 Close 를하면안된다. 5 Master Key 의대한변경및설정시에는모든 TDE 작업을수행되어선안된다. 6 Wallet Open 또는 Close 시에는 RAC 모든인스턴스에서 Open, Close 를해야한다. 4. Tool 을이용한 Wallet 설정 4.1. Orapki Tool Wallet 생성 Orapki 를생성시 Password 를미리기입할수있지만, 패스워드는미리기입안하는것을권장을하고있다. orapki wallet create wallet wallet 경로 [-pwd wallet password ] $> orapki wallet create -wallet /oracle/wallet/ Oracle PKI Tool : Version Production Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved

14 Enter password: oracle123 Enter password again: oracle123 $> ls /oracle/wallet/ ewallet.p Orapki 를이용한 Auto-login 설정. 데이터베이스를재시작할때마다 Master Key 를수동으로 open 을하는번거러움을해소하기위하여자동으로 open 을해주는설정을할수가있다. [ID ] 하지만, 10g 의경우 auto-login 을한후 Instance restart 를하여도상태는 CLOSE 가나온다. [ID ] 이는해당암호화 Table 에대해 DDL 이나 DML 을한후에상태를체크해보면 wallet 상태는다시 OPEN 으로변경이된다. 또한 wallet 상태를 Close 로변경이되더라도암호화 Table 을조회시자동 Open 이되어조회가가능해진다. 11g 에서는 DB restart 를하여도 OPEN 상태가유지가되고 wallet 을 Close 를하여도 VIEW 에서는 OPEN 상태로표시가된다. 개인적으로는 Auto-login 기능이편할수도있지만, 후에이러한기능으로 wallet 이 open, close 가잘안되는문제가발생할수도있으며오라클에서도이기능은권장하지않는다. orapki wallet create -wallet <wallet location> -auto_login -pwd "wallet password" $> orapki wallet create -wallet /oracle/wallet1/ -auto_login -pwd "oracle" SQL> create table test_col.test(col1 number, col2 varchar2(100) encrypt using 'AES256') SQL> insert into test_col.test Values (1, 22 ); SQL> shutdown immediate SQL> startup SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ CLOSE SQL> select * from test_col.test; COL1 COL SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN SQL> alter system set wallet close identified by "oracle"; ORA-28365: wallet is not open SQL> alter system set wallet close; System altered. SQL> select * from test_col.test; COL1 COL SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN wallet 을 Close 를하여도해당암호화 Table 을조회하면 wallet 상태는자동 OPEN 이된다. Wallet_location 의 PKCS#12(ewallet.p12) 가존재한다면기존 PKCS#12 wallet 에대한 Password 를제공해야한

15 다. Wallet_location 의 PKCS#12(ewallet.p12) 이존재하지않다면새로 wallet 이생기면서새로운 Password 를지정해야한다. Auto-login 기능을제거시에는 OWM 을이용하여 auto-login 기능을해제해야한다 Orapki 를이용한 Password 변경 (11g 만가능 ) [ID ] orapki wallet change_pwd -wallet <path to the wallet> -oldpwd <oldpwd> -newpwd <newpwd> 패스워드변경후에는기존 Password 로 wallet 을 Close 한후새로운 Password 로 wallet 을 Open 을해야한다. $> orapki wallet change_pwd -wallet /oracle/wallet/ -oldpwd "oracle" -newpwd "oracle123" Oracle PKI Tool : Version Production Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN SQL> alter system set wallet close identified by "oracle"; System altered. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ CLOSE SQL> alter system set encryption wallet open identified by "oracle"; alter system set encryption wallet open identified by "oracle" * ERROR at line 1: ORA-28353: failed to open wallet SQL> alter system set encryption wallet open identified by "oracle123"; System altered. SQL> select * from v$encryption_wallet; WRL_TYPE WRL_PARAMETER STATUS file /oracle/wallet1/ OPEN

16 4.2. OWM OWM 은 Oracle Wallet Management 로 wallet 파일을보다쉽게관리하기위한 GUI Tool 이다. Master Key 생성, auto-login, 패스워드변경과같은 TDE 와관련된모든것들을이 Tool 하나로관리를할수가있다 OWM 을이용한 Auto-login 설정 1. OWM 실행. $> owm 2. Wallet Open 3. Wallet 경로설정 상단 wallet 메뉴클릭 Open 선택 4. Wallet 패스워드입력. Wallet 의경로를선택후 OK 클릭. 5. Wallet File 패스워드입력후 OK 클릭 6. Auto-login 설정 Wallet File 의경로를입력후에는좌측상단에메뉴가생김 상단 Wallet 메뉴선택 Auto-login 체크 Save 클릭

17 5. Table 암호화 5.1. Table 생성시 Column을암호화 Column 암호화시 AES192 는 default 값으로 using 3DES168 를작성을안할시기본적으로 AES192 가적용이된다. SQL> create table test (first_name varchar2(11), last_name varchar2(10), order_number number(13), credit_card_number varchar2(20) encrypt using 3DES168 no salt 'NOMAC') ; SQL> insert into test values ('Jon', 'Oldfield', 10001, ' '); SQL> insert into test values ('Chris', 'White', 10002, ' '); SQL> insert into test values ('Alan', 'Squire', 10003, ' '); Salt Option 암호화시의사용하는 Salt Option 은데이터의보안을강화하는방법으로임의의 String 으로암호화하는것이며암호화할때마다다른 String 패턴으로암호화가진행이된다. Salt Option 를사용하게되면추가적으로각데이터값마다 16byte 가필요하며, 인덱스를사용할예정이라면 Salt Option 을사용해서는안된다 NOMAC Parameter TDE 는기본적으로 SHA-1 알고리즘을사용하여무결성을체크하지만, NOMAC 파라미터를사용하게되면암호화및복호화시에하는무결성체크부분이빠지면서 TDE 의관한성능오버헤드를줄일수있다. 이파라미터를사용하게되면각암호화된값보다디스크공간이 20Byte 가더필요하게되고, 이미 SHA-1 알고리즘을사용하여 Table Column 암호화가있다면, 동일한 Table 의다른 Column 을 NOMAC Parameter 로암호화를할수없다. 무결성알고리즘변경. SQL> ALTER TABLE test REKEY USING '3DES168' 'SHA-1'; Table altered. SQL> ALTER TABLE test REKEY USING '3DES168' 'NOMAC'; Table altered External Table 생성시암호화 External Table 은오직 DataPump 로사용할때가능하고, External Table 을새로운위치로 Move 를하게되면임의로생성된 Encryption Key 를사용못하게된다. 그렇기에컬럼암호화시따로암호를지정하여 External Table 이 Move 를하더라도엑세스를가능하게해주도록해야한다. SQL> create directory d_dir as /oracle ; SQL> grant read, write on directory d_dir to hr; SQL> conn hr/hr SQL> create table test_ext (empno number(10), Empname varchar2(30), Salary number(10) ENCRYPT USING '3DES168' IDENTIFIED BY "oracle" ) ORGANIZATION EXTERNAL ( TYPE ORACLE_DATAPUMP DEFAULT DIRECTORY "D_DIR"

18 LOCATION('test_ext.dat') ) 5.3. 기존 TABLE 의암호화 Column 을추가또는변경시. AES192 알고리즘과 Salt, MAC Option 은 default 값으로 Index 를사용할예정이라면 No salt Option 을부여해야 한다 Column 추가시 SQL> ALTER TABLE test ADD (sales VARCHAR2(11) ENCRYPT no salt 'NOMAC' ); Column 변경시 SQL> ALTER TABLE test MODIFY (sales ENCRYPT no salt 'NOMAC' ); 5.4. 암호화 Column 을제거시 SQL> ALTER TABLE test MODIFY (sales DECRYPT); 5.5. 암호화 Column 의대한 Encryption Key 와알고리즘변경시 Encryption Key 변경시 SQL> ALTER TABLE test REKEY; 암호화알고리즘변경시 SQL> ALTER TABLE employee REKEY USING '3DES168'; 6. Tablespace 암호화 11gR2 에서는 Column 암호화와 Tablespace 암호화모두동일한 Master Key 를사용하고, 만약 10g 에서 11g 로업그레이드한것이라면 Master Key 는재생성을해야만한다.(11gR1 에서 11gR2 로업그레이드도재생성이필요하고 ewallet.p12 파일도그대로가져가야한다.) 또한 Oracle 에서 Auto-login 기능은권장하지않으며, 기존 Tablespace 는암호화할수없기때문에새롭게암호화된 Tablespace 를생성하여 CTAS, Table Move, DataPump 등의방법으로이동시켜야한다

19 6.1. Wallet Open 암호화된 Tablespace 를만들기전에 Wallet 은 Open 이되어있어야만하고, Instance Crash 로인한 recover 가필요할시 redo 와 Undo 의암호화된 Data 의대한접근이필요하기때문에 Database 는 Open 이되기전의 Wallet 이 Open 되어있어야만한다. SQL> startup mount; SQL> alter system set encryption wallet open identified by oracle ; SQL> alter database open; 6.2. 암호화된 Tablespace 생성 Tablespace 암호화는기본알고리즘이 AES128 이다. SQL> CREATE TABLESPACE test DATAFILE '/oradata/test01.dbf' SIZE 100M ENCRYPTION USING '3DES168' DEFAULT STORAGE(ENCRYPT); SQL> Select tablespace_name,encrypted from dba_tablespaces where tablespace_name='test'; TABLESPACE_NAME ENC TEST YES SQL> Select * from v$encrypted_tablespaces; TS# ENCRYPT ENC DES168 YES 6.3. 암호화 Tablespace Decryption Tablespace 암호화를해제하기위해서는해당 Table 들을 alter table move, DataPump, dbms_redefinition 을이용 하여암호화되지않은 Tablespace 로옮기면된다. SQL> alter table cust_payment_info_2 move tablespace users; Table altered. SQL> select * from cust_payment_info_2; FIRST_NAME LAST_NAME ORDER_NUMBER CREDIT_CARD_NUMBER Jon Oldfield Chris White Alan Squire SQL> alter system set wallet close identified by "oracle"; System altered. SQL> select * from cust_payment_info_2; FIRST_NAME LAST_NAME ORDER_NUMBER CREDIT_CARD_NUMBER Jon Oldfield Chris White Alan Squire

20 7. Expdp/Impdp 사용법 TDE 로컬럼암호화를하였을경우 exp/imp 는사용할수없다. 단 11g 에서는 export 덤프파일을암호화된 Tablespace 로 Import 는사용할수있다 Expdp/impdp test 라는유저의 default tablespace 는 test 로지정이되어있고, test tablespace 는암호화된 tablespace 인환경이다. SQL> select ts#, ENCRYPTIONALG, ENCRYPTEDTS from v$encrypted_tablespaces; TS# ENCRYPT ENC DES168 YES SQL> conn test/oracle SQL> select count(*) from test; COUNT(*) 기존 exp/imp 는 metadata 들은정상적으로수행이되지만, 실제데이터가있는 Table 같은경우는 Error 가발 생하면서 export 가수행이되지않는다. $> exp test/oracle file=/oracle/exp.dmp log=exp.log owner=test Export: Release Production on Wed Apr 10 14:29: Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP, Data Mining and Real Application Tes Export done in KO16MSWIN949 character set and AL16UTF16 NCHAR character set. exporting pre-schema procedural objects and actions. exporting foreign function library names for user TEST. exporting PUBLIC type synonyms. exporting private type synonyms. exporting object type definitions for user TEST About to export TEST's objects.... exporting database links. exporting sequence numbers. exporting cluster definitions. about to export TEST's tables via Conventional Path... EXP-00111: Table TEST resides in an Encrypted Tablespace TEST and will not be exported. exporting synonyms. exporting views. exporting stored procedures. exporting operators. exporting referential integrity constraints. exporting triggers. exporting indextypes. exporting bitmap, functional and extensible indexes. exporting posttables actions. exporting materialized views. exporting snapshot logs

21 . exporting job queues. exporting refresh groups and children. exporting dimensions. exporting post-schema procedural objects and actions. exporting statistics Export terminated successfully with warnings. Expdp/Impdp 를사용하는경우. 동일한 wallet File(Master Key) 를사용하고있다면 Expdp/impdp 를수행함에있어아무러 Error 는발생하지않는다. 하지만 Master Key 가없거나잘못되어있을경우에는 ORA-28365: Wallet is not open 이발생한다. $> impdp system/oracle directory=en dumpfile=expdp.dmp logfile=impdp.log schemas=test remap_schema=test:hr Import: Release Production on Wed Apr 10 14:50: Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options Master table "SYSTEM"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded Starting "SYSTEM"."SYS_IMPORT_SCHEMA_01": system/******** directory=en dumpfile=expdp.dmp logfile=impdp.logschemas=test remap_schema=test:hr Procssing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA Processing object type SCHEMA_EXPORT/TABLE/TABLE Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA.. imported "HR"."TEST" KB rows Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE Job "SYSTEM"."SYS_IMPORT_SCHEMA_01" completed with 0 error(s) at 14:50: Dump File 암호화 encryption_password="password" 옵션을이용하면암호화된 table 을암호화형식의 dump 파일로받을수있다. $> expdp test/oracle schemas=test directory=en dumpfile=expdp.dmp logfile=expdp.log encryption_password="oracle" Export: Release Production on Wed Apr 10 15:48: Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release bit Production With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP, Data Mining and Real Application Testing options Starting "TEST"."SYS_EXPORT_SCHEMA_01": test/******** schemas=test directory=en dumpfile=expdp.dmp logfile=expdp.log encryption_password=******** Estimate in progress using BLOCKS method... Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA Total estimation using BLOCKS method: 256 KB Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA Processing object type SCHEMA_EXPORT/TABLE/TABLE Processing object type SCHEMA_EXPORT/TABLE/COMMENT Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS.. exported "TEST"."TEST" KB rows

22 Master table "TEST"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded ****************************************************************************** Dump file set for TEST.SYS_EXPORT_SCHEMA_01 is: /oracle/expdp.dmp Job "TEST"."SYS_EXPORT_SCHEMA_01" successfully completed at 15:49:22 $> strings expdp.dmp more :001:000001: xPf fdfpq KAZMR BD)C >`z!!>u1o iwse* GNIH U=:+I qvi& XOOhF>" 4{1- {d{\ '&<P\.?O[ h0,p7on fn*oa GK.bn A%3C +nh6f 덤프파일에 strings 으로확인을해보면실제값들은임의의값들로암호화되어들어간것을알수가있다. 그외에도 Encryption, Encryption_Algorithm, Encryption_Mode 옵션을더추가하여좀더디테일하게암호화를할 수도있다

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

목 차

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

歯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

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

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

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

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

<4D F736F F D203033C6C4C6BCBCC72DB8AEBFC0B1D7B9E6B9FD2E646F63>

<4D F736F F D203033C6C4C6BCBCC72DB8AEBFC0B1D7B9E6B9FD2E646F63> Reviewed by Oracle Certified Master Korea Community ( http:www.ocmkorea.com http:cafe.daum.netoraclemanager ) 1.1.1 파티션테이블에서사용할수있는리오그방법파티션 level 의 importexport 방법을이용해파티션테이블중특정파티션 ( 혹은서브파티션 ) 만을선택적으로리오그할수있다.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Tina Admin

Tina Admin Oracle 데이터암호화 Crypto_Package 유니원아이앤씨 DB 사업부이대혁 2014 년 12 월 19 일 문서정보 프로젝트명 ORACLE 암호화 서브시스템명 버전 1.0 문서명 ORACLE 암호화 작성일 2014-12-19 작성자 DB사업부이대혁사원 최종수정일 2014-12-19 문서번호 UNIONE-201402060432-LDH. 재개정이력 일자내용수정인버전

More information

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

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

More information

Jerry Held

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

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 중요데이터암호화와 특권사용자통제를위한 베스트프랙티스 한국오라클 DB Security Solution Specialist 노형준 Agenda Big Picture of Oracle DB Security Advanced Security Option Database Vault Summary 2 Big Picture of Oracle DB Security 3 Database

More information

DocsPin_Korean.pages

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

More information

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

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

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

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

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

Microsoft Word - [Unioneinc] 특정컬럼의 통계정보 갱신_ _ldh.doc

Microsoft Word - [Unioneinc] 특정컬럼의 통계정보 갱신_ _ldh.doc 특정 Column 통계정보갱신가이드 유니원아이앤씨 DB 사업부이대혁 2015 년 03 월 02 일 문서정보프로젝트명서브시스템명 버전 1.0 문서명 특정 Column 통계정보갱신가이드 작성일 2015-03-02 작성자 DB사업부이대혁사원 최종수정일 2015-03-02 문서번호 UNIONE-201503021500-LDH 재개정이력 일자내용수정인버전 문서배포이력

More information

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

More information

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

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

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

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

SQL Tuning Business Development DB

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

More information

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

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

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

More information

Microsoft PowerPoint - 10Àå.ppt

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

More information

thesis-shk

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

More information

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

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

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

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

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

FlashBackt.ppt

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

More information

슬라이드 1

슬라이드 1 Tadpole for DB 1. 도구개요 2. 설치및실행 4. 활용예제 1. 도구개요 도구명 소개 Tadpole for DB Tools (sites.google.com/site/tadpolefordb/) 웹기반의데이터베이스를관리하는도구 Database 스키마및데이터관리 라이선스 LGPL (Lesser General Public License) 특징 주요기능

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

Microsoft PowerPoint - Oracle Data Access Pattern.ppt

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

More information

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

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

More information

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

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

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

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

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

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

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

Microsoft Word - SQL튜닝_실습교재_.doc

Microsoft Word - SQL튜닝_실습교재_.doc * 실습환경 * 1. 오라클데이터베이스의튜닝실습을하기위해서는기본적인테이블과데이터가필요합니다. 다음과같은절차에의해환경설정을하십시오. 1) 강사가제공하는 Export 된파일 (scott.dmp) 을자신의 ORACLE 경로에저장하십시오. [C: ] cd C: ORACLE ORA92 BIN [C: ] dir scott.dmp scott.dmp 2) SYSTEM 사용자로접속하여

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

<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

강의 개요

강의 개요 DDL TABLE 을만들자 웹데이터베이스 TABLE 자료가저장되는공간 문자자료의경우 DB 생성시지정한 Character Set 대로저장 Table 생성시 Table 의구조를결정짓는열속성지정 열 (Clumn, Attribute) 은이름과자료형을갖는다. 자료형 : http://dev.mysql.cm/dc/refman/5.1/en/data-types.html TABLE

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

ePapyrus PDF Document

ePapyrus PDF Document Goodus 기술노트 [38 회 ] Author 윤병길, 이은정 Creation Date 2009-02-27 Last Updated Version 1.0 Copyright(C) 2004 Goodus Inc. All Rights Reserved Version 변경일자변경자 ( 작성자 ) 주요내용 1 2009-02-27 윤병길, 이은정문서최초작성 Contents

More information

Slide 1

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

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

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

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

More information

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET 135-080 679-4 13 02-3430-1200 1 2 11 2 12 2 2 8 21 Connection 8 22 UniSQLConnection 8 23 8 24 / / 9 3 UniSQL 11 31 OID 11 311 11 312 14 313 16 314 17 32 SET 19 321 20 322 23 323 24 33 GLO 26 331 GLO 26

More information

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

다양한 예제로 쉽게 배우는 오라클 SQL 과 PL/SQL 다양한예제로쉽게배우는 오라클 SQL 과 PL/SQL 서진수저 6 장. DML 을배웁니다 1 - SQL 명령어들 DML (Data Manipulation Language) : INSERT( 입력 ), UPDATE( 변경 ), DELETE( 삭제 ), MERGE( 병합 ) DDL (Data Definition Language) : CREATE ( 생성 ), ALTER

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

단계

단계 본문서에서는 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

목차 1. 보안지갑 Wallet) Data 암호화 컬럼암호화 Column Encryption) 테이블스페이스암호화 Tablespace Encryption) 암호화 Package DBMS

목차 1. 보안지갑 Wallet) Data 암호화 컬럼암호화 Column Encryption) 테이블스페이스암호화 Tablespace Encryption) 암호화 Package DBMS 기타지식 Tibero 암호화가이드 2014. 07. 28. 목차 1. 보안지갑 Wallet)... 3 2. Data 암호화... 6 2.1. 컬럼암호화 Column Encryption)... 6 2.2. 테이블스페이스암호화 Tablespace Encryption)... 9 3. 암호화 Package... 11 3.1. DBMS_CRYPTO Package...

More information

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

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

More information

Microsoft PowerPoint - Tech-iSeminar_Logminer.ppt

Microsoft PowerPoint - Tech-iSeminar_Logminer.ppt Oracle LogMiner 의활용 Tips Getting the most out of MetaLink 천봉격, 김주연 한국오라클 ( 주 ) 제품지원실 기술적인질문은채팅으로 이번세미나에선 Oracle 8i, 9i, 10g 에서 Oracle Logminer 의활용팁에대해알아보도록하겠습니다. 본세미나에서는 Oracle 에서제공되는 Logminer 을사용하여 Online/Offline

More information

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

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

More information

Ask The Expert

Ask The Expert Net Web Grid CPU, Main Memory Hard Disk Hardware, DB Hyper Text WWW DB,. Source : http://www.gridforumkorea.org, http://www.hpcnet.ne.kr/ http://www.accessgrid.or.kr/ Search for ExtraTerrestrial Intelligence

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

TITLE

TITLE CSED421 Database Systems Lab MySQL Basic Syntax SQL DML & DDL Data Manipulation Language SELECT UPDATE DELETE INSERT INTO Data Definition Language CREATE DATABASE ALTER DATABASE CREATE TABLE ALTER TABLE

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

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

강의10

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

More information

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

제목 레이아웃

제목 레이아웃 웹해킹이라고무시하는것들보소 2017.07.10 RUBIYA805[AT]GMAIL[DOT]COM SQL Injection 끝나지않은위협 2017.07.10 RUBIYA805[AT]GMAIL[DOT]COM Who am I 정도원 aka rubiya Penetration tester Web application bughuter Pwned 20+ wargame @kr_rubiya

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

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

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

More information

@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

Data Sync Manager(DSM) Example Guide Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager

Data Sync Manager(DSM) Example Guide Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager Data Sync Manager (DSM) Example Guide DSM Copyright 2003 Ari System, Inc. All Rights reserved. Data Sync Manager are trademarks or registered trademarks of Ari System, Inc. 1 Table of Contents Chapter1

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

Slide 1

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

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