Upgrade to Oracle Database 11g Release 2: Best Practices & FAQ
|
|
- 명민 야
- 6 years ago
- Views:
Transcription
1 2010 Oracle Corporation 1
2 <Insert Picture Here> Best Practices for Upgrading to Oracle Database 11g Release 2 Qche Yeo( 여규채, qche.yeo@oracle.com) Technical Solution Consulting Oracle Korea
3 Agenda Best Practices FAQ Summary 2010 Oracle Corporation 3
4 Agenda Best Practices FAQ Summary 2010 Oracle Corporation 4
5 Best Practice #1 Read the FRIENDLY Manuals! 2010 Oracle Corporation 5
6 Documentation Note: Upgrade Companion 11g Release 2 Upgrade에대한많은정보와 Tip 제공 4개의 Session으로구성 : - Best Practices - Behavior Changes - Patches Recommended - Documentation 2010 Oracle Corporation 6
7 Documentation Note: Upgrade Companion 11g Release 2 [ Example ] 2010 Oracle Corporation 7
8 Documentation Note: Upgrade Companion 11g Release 2 [ Example ] 2010 Oracle Corporation 8
9 Documentation Upgrade Guides 112/e10819/toc.htm Note: Complete Checklist for Manual Upgrades to 11g Release 2 Note: Complete checklist for manual upgrades from X to Y 2010 Oracle Corporation 9
10 OTN Upgrade Page racle11g/upgrade/index.html 2010 Oracle Corporation 10
11 OTN Upgrade Page Or simply... OTN Upgrade Page 로이동 2010 Oracle Corporation 11
12 OTN Upgrade Page By the way... works with other search engines as well OTN Upgrade Page 로이동 2010 Oracle Corporation 12
13 OTN Upgrade Page 1g/upgrade/index.html Technical White Papers Presentations Links to Various Documentation 2010 Oracle Corporation 13
14 OTN Upgrade Forum rt=0 If you have a quick question If you want to now if someone has experienced a error 2010 Oracle Corporation 14
15 Upgrade Blog blogs.oracle.com/upgrade Latest Information: Best Practices, Workshops, Projects 2010 Oracle Corporation 15
16 Best Practice #2 Patch your new $ORACLE_HOME before you upgrade 2010 Oracle Corporation 16
17 Recommended Patches 2010 Oracle Corporation 17
18 Patch Set Update (PSU) Installation Install PSUs as well Note: : Introduction to Database Patch Set Updates Database PSUs include: Fixes for critical issues that may affect a large number of customers and that are already proven in the field Critical Patch Update (CPU) fixes Database PSUs do not include: Changes that require re-certification Fixes that require configuration changes Typically new bug fixes - cumulative Guaranteed to be RAC rolling installable Will be released 4x per year such as CPUs on the same schedule Platforms: Solaris SPARC64, Linux x86 and x86-64, HP-UX PA-RISC, HP Itanium, IBM AIX 2010 Oracle Corporation 18
19 Important Alerts? Note : ALERT: Oracle 11g Release 2 (11.2) Support Status and Alerts 2010 Oracle Corporation 19
20 Upgrade Information / Alerts Note: Support Status and Alerts for Oracle 11g Release 2 ( X) 2010 Oracle Corporation 20
21 Upgrade Information / Alerts Note Known Issues specific to the Base Release 2010 Oracle Corporation 21
22 Upgrade Information / Alerts Note Known Issues specific to the Base Release 2010 Oracle Corporation 22
23 Recommended OS patches Note OS Installation and Configuration Requirements 2010 Oracle Corporation 23
24 Best Practice #3 Preserve performance statistics 2010 Oracle Corporation 24
25 Performance Statistics Preserve performance statistics 정확한성능정보 ( 통계수치 ) 수집 Upgrade 전후비교 : before after 특정쿼리와배치프로그램에대한시간측정 Database 업그레이드테스트 기능테스트 (Functional tests) 부하테스트를통한성능검증 Real Application Testing(RAT) SQL Performance Analyzer (SPA) Database Replay 2010 Oracle Corporation 25
26 Performance Statistics Upgrade 이전충분한성능정보데이터를수집하는것이매우중요 충분한 의의미 : upgrade 이전적어도 4 주이전에시작 정확한성능정보 ( 통계수치 ) 를수집 In Oracle 8i/9i: STATSPACK 사용 Upgrade 바로이전에 PERFSTAT 유저를 Export Note: STATSPACK before/after upgrade In Oracle 10g/11g: Use AWR Snapshots every minutes retention: >30 days Export the AWR with DBMS_SWRF_INTERNAL.AWR_EXTRACT Use AWR DIFF reports to compare before & after upgrade performance: DBMS_WORKLOAD_REPOSITORY.AWR_DIFF_REPORT_HTML 2010 Oracle Corporation 26
27 Best Practice #4 Pre-upgrade Sanity operations [ vincent ] Now I understand What you tried to say to me And how you suffered for your sanity And how you tried to set them free They would not listen They did not know how Perhaps they'll listen now 2010 Oracle Corporation 27
28 Invalid Objects INVALID objects 확인 : SQL> SELECT UNIQUE object_name, object_type, owner FROM dba_objects WHERE status='invalid'; SYS 와 SYSTEM 유저에는 invalid objects 가없어야함. Utlrp.sql 을사용하여 invalid objects 를재컴파일 Upgrade 전 / 후의 invalid objects 비교 Beginning with the comparison has been automated Find invalid objects in registry$sys_inv_objs and registry$nonsys_inv_objs Compare before-after: utluiobj.sql The view dba_invalid_objs contains a list of invalid objects after the upgrade 2010 Oracle Corporation 28
29 Recycle bin 만약 10g 또는 11g 로부터 11gR2 로 Upgrade 할경우, 반드시 upgrade 이전에 recycle bin 을 purge 시켜야함. SQL> purge DBA_RECYCLEBIN; 2010 Oracle Corporation 29
30 Best Practice #5 항상 pre-upgrade script 를수행해야한다. Upgrade to Oracle Database 11.2 : utlu112i.sql 2010 Oracle Corporation 30
31 Pre-Upgrade Check Upgrade 할대상서버에서 utlu112i.sql 을수행 Oracle Database 11.2 Pre-Upgrade Information Tool :33:20 ********************************************************************** Database: ********************************************************************** --> name: ORCL --> version: > compatible: > blocksize: > platform: Linux IA (32-bit) --> timezone file: V4 [..] ********************************************************************** Update Parameters: [Update Oracle Database 11.2 init.ora or spfile] ********************************************************************** WARNING: --> "java_pool_size" needs to be increased to at least 64 MB [..] ********************************************************************** Miscellaneous Warnings ********************************************************************** WARNING: --> Database is using a timezone file older than version After the release migration, it is recommended that DBMS_DST package... be used to upgrade the database timezone version... to the latest version which comes with the new release Oracle Corporation 31
32 Pre-Upgrade Check 최신버전의 utlu1nmi.sql 을확보 Download it Note: click to download 2010 Oracle Corporation 32
33 Best Practice #6 Init/spfile 로부터 obsolete parameters, underscore(hidden) parameters, event 는삭제. Examples: init.ora: <...> _always_semi_join=off _unnest_subquery=false <...> optimizer_features_enable=9.0.1 <...> event = "10061 trace name context forever, level 10" <...> 2010 Oracle 2010 Corporation Oracle Corporation 33 33
34 Remove Old Parameters Example: customer workload Conclusion: 이전버전의 old parameters 는사용하지않고 11g default parameters 로시작하는것을권고 2010 Oracle Corporation Oracle Corporation
35 Best Practice #7 기존운영서버의 COMPATIBLE 값이 10.1 이상일경우, 11gR2 로 Upgrade 한후일주일간원래값그대로유지한후 11.2.x.x.x 로변경 2010 Oracle Corporation 35
36 Parameter COMPATIBLE COMPATIBLE has to be at least for an 11g database No way back once has been enabled Supported release downgrade to , , No ALTER DATABASE RESET COMPATIBILITY command anymore COMPATIBLE = 10.0/1/2.0 COMPATIBLE = Oracle Corporation 36
37 Parameter COMPATIBLE DBUA raises COMPATIBLE only for 9i databases To enable new features after the upgrade: 11.1: SQL> alter system set compatible='11.1.0' scope=spfile; 11.2 : SQL> alter system set compatible='11.2.0' scope=spfile; DB restart 이후 : 11g 신기능이활성화 Datafile headers 변경 Redo log formats 이최초 access 시에변경 2010 Oracle Corporation 37
38 Best Practice #8 Test your fallback strategy! 2010 Oracle Corporation 38
39 Fallback Strategy In any case: Take a backup!!! Then decide: 예상치못한문제점이발생되어원상복귀를해야할상황에서 Upgrade 이후 Data 변경이있었는데 Data Loss 가허용됩니까? YES or NO? If YES: restore a backup, flashback (since 10g) If NO: export/import, downgrade 2010 Oracle Corporation 39
40 Fallback Strategy: catdwgrd.sql catdwgrd.sgl 스크립트을수행하여 Downgrade Note: Upgrade 이전버전으로 Downgrade /3/ /7 Only possible if COMPATIBLE hasn't been raised!!! Please note: 만약 > > 의 Path 로 Upgrade 를했다면 Upgrade 를한바로이전버전인 으로만 downgrade 가가능하다. 따라서 Upgrade 를할경우 patchset 을 software 에미리적용한후 upgrade 를수행해야 10gR2, 11gR1 등으로 downgrade 할수있다 Oracle Corporation 40
41 Fallback Strategy: catdwgrd.sql Downgrade with catdwgrd.sql to 10g Task in 11g environment: SQL> SPOOL /tmp/downgrade.log SQL> STARTUP DOWNGRADE SQL> SPOOL OFF Switch to your pre-upgrade 10g environment: SQL> STARTUP UPGRADE SQL> SPOOL /tmp/reload.log -- The catrelod.sql script reloads the appropriate version of -- all of the database components in the downgraded database. SQL> SPOOL OFF Please note: additional steps are required if EM repository resides in the database - please see chapter 6 Downgrading a Database in the Oracle 11g Upgrade Guide 2010 Oracle Corporation 41
42 Best Practice #9 After the upgrade Oracle Corporation 42
43 Post Upgrade 대표적인 workload 상황에서 system 통계정보를생성해야함. 그렇지않으면부적절한값이 CBO 에서사용될것이다. SQL> exec DBMS_STATS.GATHER_SYSTEM_STATS('start');... gather statistics while running a typical workload SQL> exec DBMS_STATS.GATHER_SYSTEM_STATS('stop'); SQL> select pname NAME, pval1 VALUE, pval2 INFO from aux_stats$; NAME VALUE INFO STATUS COMPLETED DSTART :30 DSTOP :30 FLAGS 1 CPUSPEEDNW IOSEEKTIM IOTFRSPEED Oracle Corporation 43
44 Post Upgrade Example: customer OLTP workload Runtime without system statistics: 2:19h Runtime with system statistics: 2:07h => 9% faster 2010 Oracle Corporation 44
45 Post Upgrade Fixed table 에대한통계정보생성 catupgrd.sql 이완료된직후실행 has been completed Utlrp.sql 에의한 recompilation 처리서응향상에도움이됨. SQL> exec DBMS_STATS.GATHER_FIXED_OBJECTS_STATS; 일주일후대표적인 workload 상황에서 fixed tables 에대한통계정보를다시생성 이러한작업은연간 2~ 3 차례정도만수행 2010 Oracle Corporation 45
46 Agenda Best Practices FAQ Summary 2010 Oracle Corporation 46
47 FAQ: Which Version Should I Upgrade To? today R2 January 2015 January 2018 August 2012 August 2015 R2 July 2010 July 2011 July 2013 January 2009 January 2012 R2 Premier Support July 2007 Extended Support July 2008 July 2010 Sustaining Support t Oracle Corporation 47
48 Upgrade to Oracle Database 11g Release R R R "Empty" arrows mean: no specific patch release required 2010 Oracle Corporation 48
49 FAQ: How long will the upgrade take? 2010 Oracle Corporation 49
50 Upgrade Length Upgrade 는얼마만큼의시간이걸릴것인가? 관계가없는요소 : Database 크기 사용된 Data Types Upgrade 시간에영향을미치는요소들 : 설치된 components 와 options 의개수 Valid and non-stale data dictionary statistics Synonyms 개수 9i 로부터 upgrade 될경우재컴파일됨 XDB 의 objects 개수 COMPATIBLE 의증가할경우, 다음의요소들이영향을미치나미치는영향도는작은편임 : Datafiles 개수 Redo logs 크기 2010 Oracle Corporation 50
51 Example: Database Upgrade Time 일반적으로 Upgrade 시간은 30 ~ 90 분소요됨. 설치된 component 와 options의개수에좌우됨. * 실제 Upgrade 시간은약간씩다를수있는데 Component HH:MM:SS Oracle Server 00:16:17 JServer JAVA Virtual Machine 00:05:19 Oracle Workspace Manager 00:01:01 Oracle Enterprise Manager 00:10:13 Oracle XDK 00:00:48 Oracle Text 00:00:58 Oracle XML Database 00:04:09 Oracle Database Java Packages 00:00:33 Oracle Multimedia 00:07:43 Oracle Expression Filter 00:00:18 Oracle Rule Manager 00:00:12 Gathering Statistics 00:04:53 Total Upgrade Time: 00:52: Oracle Corporation 51
52 Upgrade Length Upgrade 시간을줄일수있는방법 : Audit 테이블인 SYS.AUD$ 를 truncate 시킨다. SQL> truncate SYS.AUD$; Note:audit 레코드를보존하기위해서는 truncate 하기전에다른 tablespace 로임시로옮겼다가 upgrade 이후다시원상복귀시킨다. Upgrade 바로이전에딕셔너리통계정보를생성 Oracle 9i: SQL> exec DBMS_STATS.GATHER_SCHEMA_STATS ('SYS', options => 'GATHER',estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, method_opt => 'FOR ALL COLUMNS SIZE AUTO', cascade => TRUE); Oracle 10g/11g: SQL> exec DBMS_STATS.GATHER_DICTIONARY_STATS; 만약허용이된다면 noarchivelog 모드로변경후 Upgrade 이후에다시 archivelog 모드로변경 2010 Oracle Corporation 52
53 FAQ: Which Method Should I Use? Export/Import UPGRADE N Stay on same OS? Y CTAS, COPY N Downtime >30min? SQL Apply Y Oracle Streams DBUA Transportable Tablespaces Transportable Database CLI Oracle Golden Gate 2010 Oracle Corporation 53
54 When to Choose the DBUA 30 ~ 90 정도의 downtime이허용될수있다. O/S 가 upgrade 전후똑같다. Manual CLI 보다 GUI 방식을선호할경우 유용한 pre-upgrade 점검이자동적으로실행됨. 실수을줄일수있고 Manual 작업의수고가적다 기존 Database가적어도 이어야함. Note: RAC database 에특히유용함. 고려사항 : Upgrade 전후의 Oracle Homes은같은시스템에존재해야함 Upgrade 도중에러를만날경우, 다시실행할수없음 Oracle Corporation 54
55 When to Choose Command-Line SQL> spool upgrade.log 30 ~ 90 정도의 downtime이허용될수있다. Manual CLI 가 GUI 보다선호됨. 기존 Database가적어도 이어야함. 새로운 H/W 와동일한 O/S 로마이그레이션 고려사항 서로다른 O/S 를가진시스템으로 Upgrade 할경우, CLI 방식을사용할수없음. 많은 manual 작업이수행되어져야함. 오타와빠트린상세절차에의한에러가능성 2010 Oracle Corporation 55
56 When to Choose an Alternative Method 다른 upgrade 방법 Original exp/imp or Data Pump expdp/impdp) Oracle Streams or Oracle Golden Gate Data Guard (SQL Apply) Transportable Tablespaces, Tansportable Database Moving data via CREATE TABLE AS SELECT or other techniques 다른 upgrade 방법은다음의경우에사용 : O/S 가변경될경우 (32bit O/S 에서동일한 64bit O/S 로변경되는경우는동일 Platform 으로간주됨 ) Upgrade 이전 DB 버전이 보다낮을경우 다른 upgrade 방법은다음과같은경우에유용함 : Minimal downtime (<30 minutes) 이요구되어질때 Database 의 storage 과 schemas 의 Reorganization 2010 Oracle Corporation 56
57 FAQ: Is anybody really live on 11.2? 2010 Oracle Corporation 57
58 34 External 11.2 References 05-MAY Oracle 2010 Corporation Oracle Corporation 58 58
59 Agenda Best Practices FAQ Summary 2010 Oracle Corporation 59
60 Summary 준비와계획이성공적인 upgrade 의가장중요한요인이다. 기술적시나리오와비지니스적요구사항을고려하여가장적절한 upgrade 방안을선택 원복방안마련과해당방안이잘수행되는지를테스트 Oracle Database 11.2 는많은훌륭한기능을가진안정적인버전이므로 upgrade 를준비하고실행하십시요. FAQ: 어디에서발표자료를 download 받을수있나요? 영문버전 : ( 맨아래부분의 Upgrade Best Practices Talk for NoCOUG ) 2010 Oracle Corporation 60
61 Questions Answers 2010 Oracle Corporation 61
62 2010 Oracle Corporation 62
Slide 1
OTN-DBA Day : Upgrading to Oracle 11gR2 What you need to know 2009.11.18 Oracle Customer Service Agenda 1. Why Upgrade? Oracle 의 Version 관리정책의이해 11g New Features
More informationOracle 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오라클 데이터베이스 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 informationORANGE 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 informationSimplify 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 informationJerry 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 informationThe 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목 차
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 informationPage 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh
Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.
More informationAPOGEE 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 informationChapter 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목차 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 informationSolaris Express Developer Edition
Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC
More informationuntitled
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 informationCopyright 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 informationSun Java System Messaging Server 63 64
Sun Java System Messaging Server 6.3 64 Sun Java TM System Communications Suite Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 820 2868 2007 7 Copyright 2007 Sun Microsystems,
More informationPowerPoint 프레젠테이션
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 informationMS-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 informationPowerChute Personal Edition v3.1.0 에이전트 사용 설명서
PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..
More information휠세미나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 informationCopyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related
Virtual Machine Sun Fire X4800 M : E4570 0 8 Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation
More informationPage 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,
Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the
More informationDE1-SoC Board
실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically
More information#중등독해1-1단원(8~35)학
Life Unit 1 Unit 2 Unit 3 Unit 4 Food Pets Camping Travel Unit 1 Food Before You Read Pre-reading Questions 1. Do you know what you should or shouldn t do at a traditional Chinese dinner? 2. Do you think
More informationCopyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat
Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including
More information°í¼®ÁÖ Ãâ·Â
Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of
More information05Àå
CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE
More informationBackup 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 information62
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 informationOracle9i 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<31325FB1E8B0E6BCBA2E687770>
88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,
More informationI 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 informationVoice Portal using Oracle 9i AS Wireless
Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video
More information<32B1B3BDC32E687770>
008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을
More information0125_ 워크샵 발표자료_완성.key
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host
More informationPRO1_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 informationETL_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スライド タイトルなし
2 3 회사 소개 60%출자 40%출자 주식회사 NTT데이타 아이테크 NTT DATA의 영업협력이나 첨단기술제공, 인재육성등 여러가지 지원을 통해서 SII 그룹을 대상으로 고도의 정보 서비스를 제공 함과 동시에 NTT DATA ITEC 가 보유하고 있는 높은 업무 노하우 와 SCM을 비롯한 ERP분야의 기술력을 살려서 조립가공계 및 제조업 등 새로운 시장에
More informationLXR 설치 및 사용법.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 informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer
More informationPortal_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 informationPowerPoint 프레젠테이션
Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service
More information1217 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 informationPCServerMgmt7
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 informationvm-웨어-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 information04-다시_고속철도61~80p
Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and
More informationTablespace On-Offline 테이블스페이스 온라인/오프라인
2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가
More informationH3050(aap)
USB Windows 7/ Vista 2 Windows XP English 1 2 3 4 Installation A. Headset B. Transmitter C. USB charging cable D. 3.5mm to USB audio cable - Before using the headset needs to be fully charged. -Connect
More informationOrcad 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사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은
OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS 사용자설명서 TourBus 0 & TourBus 5 사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서
More informationK7VT2_QIG_v3
1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer
More informationFMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2
FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one
More information<3035303432365FC8A8C6E4C0CCC1F620B0B3B9DF20BAB8BEC8B0A1C0CCB5E5C3D6C1BE28C0FAC0DBB1C7BBE8C1A6292E687770>
개 요 홈페이지 해킹 현황 및 사례 홈페이지 개발시 보안 취약점 및 대책 주요 애플리케이션 보안 대책 결 론 참고자료 [부록1] 개발 언어별 로그인 인증 프로세스 예제 [부록2] 대규모 홈페이지 변조 예방을 위한 권고(안) [부록3] 개인정보의 기술적 관리적 보호조치 기준(안) [부록4] 웹 보안관련 주요 사이트 리스트 7000 6,478 6000 5000
More informationIntro to Servlet, EJB, JSP, WS
! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g
More informationMicrosoft 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#KLZ-371(PB)
PARTS BOOK KLZ-371 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part Parts No. : Unique Product
More information초보자를 위한 C++
C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#
More informationWindows 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 informationMySQL-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 informationSmart Power Scope Release Informations.pages
v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ
More information2011´ëÇпø2µµ 24p_0628
2011 Guide for U.S. Graduate School Admissions Table of Contents 02 03 04 05 06 08 09 10 11 13 15 21 LEADERS UHAK INTERNATIONAL STUDENTS SERVICE www.leadersuhak.com Leaders Uhak International Students
More informationexample 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歯두산3.PDF
ERP Project 20001111 BU 1 1. 2. Project 3. Project 4. Project 5. Project 6. J.D. EdwardsOneWorld 7. Project 8. Project 9. Project 10. System Configuration 11. Project 12. 2 1. 8 BG / 2 / 5 BU (20001031
More informationDBPIA-NURIMEDIA
The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina
More informationCD-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목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2
유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...
More informationOZ-LMS TM OZ-LMS 2008 OZ-LMS 2006 OZ-LMS Lite Best IT Serviece Provider OZNET KOREA Management Philosophy & Vision Introduction OZNETKOREA IT Mission Core Values KH IT ERP Web Solution IT SW 2000 4 3 508-2
More informationÅ©·¹Àγ»Áö20p
Main www.bandohoist.com Products Wire Rope Hoist Ex-proof Hoist Chain Hoist i-lifter Crane Conveyor F/A System Ci-LIFTER Wire Rope Hoist & Explosion-proof Hoist Mono-Rail Type 1/2ton~20ton Double-Rail
More informationMicrosoft Word - Automap3
사 용 설 명 서 본 설명서는 뮤직메트로에서 제공합니다. 순 서 소개 -------------------------------------------------------------------------------------------------------------------------------------------- 3 제품 등록 --------------------------------------------------------------------------------------------------------------------------------------
More informationOracle Apps Day_SEM
Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity
More information제목을 입력하세요.
1. 4 1.1. SQLGate for Oracle? 4 1.2. 4 1.3. 5 1.4. 7 2. SQLGate for Oracle 9 2.1. 9 2.2. 10 2.3. 10 2.4. 13 3. SQLGate for Oracle 15 3.1. Connection 15 Connect 15 Multi Connect 17 Disconnect 18 3.2. Query
More informationPowerPoint 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디지털포렌식학회 논문양식
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 information15_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 informationSession XX-XX: Name
. Oracle on Linux iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat. Oracle Corporation 9i Series iseminar: Presenters: 2002 9 25 Collaboration Suite Email Platform replace 1 with lesson number Developer
More information하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을
새벽이슬 2 0 1 3 a u g u s t 내가 이스라엘에게 이슬과 같으리니 그가 백합화같이 피 겠고 레바논 백향목같이 뿌리가 박힐것이라. Vol 5 Number 3 호세아 14:5 하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한
More information28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]
The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr
More informationPowerPoint 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 informationDocsPin_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 informationpublic key private key Encryption Algorithm Decryption Algorithm 1
public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given
More information¹Ìµå¹Ì3Â÷Àμâ
MIDME LOGISTICS Trusted Solutions for 02 CEO MESSAGE MIDME LOGISTICS CO., LTD. 01 Ceo Message We, MIDME LOGISTICS CO., LTD. has established to create aduance logistics service. Try to give confidence to
More informationDomino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer
Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients
More information1.장인석-ITIL 소개.ppt
HP 2005 6 IT ITIL Framework IT IT Framework Synchronized Business and IT Business Information technology Delivers: Simplicity, Agility, Value IT Complexity Cost Scale IT Technology IT Infrastructure IT
More informationPRO1_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 informationthesis-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歯CRM개괄_허순영.PDF
CRM 2000. 8. KAIST CRM CRM CRM CRM :,, KAIST : 50%-60%, 20% 60%-80%. AMR Research 10.. CRM. 5. Harvard Business review 60%, 13%. Michaelson & Associates KAIST CRM? ( ),,, -,,, CRM needs,,, dynamically
More information- 2 -
- 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - - 30 -
More informationRemote 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 information00 SPH-V6900_....
SPH-V6900 사용설명서 사용전에 안전을 위한 경고 및 주의사항을 반드시 읽고 바르게 사용해 주세요. 사용설명서의 화면과 그림은 실물과 다를 수 있습니다. 사용설명서의 내용은 휴대전화의 소프트웨어 버전 또는 KTF 사업자의 사정에 따라 다를 수 있으며, 사용자에게 통보없이 일부 변경될 수 있습니다. 휴대전화의 소프트웨어는 사용자가 최신 버전으로 업그레이드
More informationsolution 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세미나(장애와복구-수강생용).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퇴좈저널36호-4차-T.ps, page 2 @ Preflight (2)
Think Big, Act Big! Character People Literature Beautiful Life History Carcere Mamertino World Special Interview Special Writing Math English Quarts I have been driven many times to my knees by the overwhelming
More informationApache2 + Tomcat 5 + JK2 를 사용한 로드밸런싱과 세션 복제 클러스터링 사이트 구축
Apache2 + Tomcat 5 + JK2 : 2004-11-04 Release Ver. 1.0.0.1 Email : ykkim@cabsoftware.com Apache JK2 ( )., JK2 Apache2 JK2. 3 - JK2, Tomcat -.. 3, Stress ( ),., localhost ip., 2. 2,. Windows XP., Window
More information합격기원 2012년 12월 정기모의고사 해설.hwp
1 쪽 경찰학개론 -정답 및 해설- 본 문제의 소유권 및 판권은 윌비스경찰학원에 있습니다. 무단복사 판매시 저작권법에 의거 경고조치 없이 고발하여 민 형사상 책임을 지게 됩니다. 01. 3 3 경찰의 임무가 축소되면서 위생경찰, 건축경찰, 산림경찰 등처럼 다른 행정작용과 결합하여 특별한 사회적 이익의 보호를 목적으로 하면서 그 부수작용으로서 사회공공의 안녕과
More information(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re
EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern
More information,.,..,....,, Abstract The importance of integrated design which tries to i
- - The Brand Touchpoint Analysis through Corporate Identity Typeface of Mobile Telecommunication Companies - Focusing on and - : Lee, Ka Young Dept. Lifestyle Design, Dankook University : Kim, Ji In Dept.
More informationDocument 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