Slide 1

Size: px
Start display at page:

Download "Slide 1"

Transcription

1

2 <Insert Picture Here> BI Workshop for Partitioning Customer - OLAP, Data Mining & BI Suite EE Yong Han Kim Business Intelligence Analytics

3 Agenda 기업 IT 현황과발전방향 Oracle의가치제안 Oracle OLAP Oracle Data Mining Oracle Business Intelligence Solutions Standard Edition Enterprise Edition 결론 데모 <Insert Picture Here>

4 기업 IT 현황과발전방향

5 기업 IT 현황과과제 현황 트랜잭션처리시스템 단위업무지원을위한데이터베이스구축 생산 / 영업 / 재무 / 인사관리시스템 데이터웨어하우스 / 데이터마트 데이터분석, 통계및리포트를위한데이터베이스구축 Oracle Partition option 사용 과제 좀더가속화된기업활동을위한환경의필요성 축적된기업데이터의활용및가치극대화 과학적의사결정을위한지식으로의발전

6 실시간기업환경 an enterprise that competes by using up-to-date information to progressively remove delays to the management and execution of its critical business processes - Gartner, Definition of Real Time Enterprise Real Time Enterprise 기업환경의변화속도에대응하는기업경쟁력강화를위한새로운전략의필요성 관리와중요업무프로세스의실행간의지연최소화가가장중요한요소 ( Remove delays ) 가장최신 ( Up-to-date ) 정보를제공하고활용하는경쟁력있는기업 Real Time Enterprise 를위한추세 업무프로세스혁신 - Process Innovation, 6 sigma IT 측면 DW 의확장, SEM(CPM, BSC)

7 데이터활용방향 데이터 (Data) 단순한사실들에대한나열 트랜잭션에서발생하는데이터 The Decision Support Value Chain 정보 (Information) 사실과이들간의관계를기반으로얻어진것 예 ) 전년대비실적증가율 Decision Action 지식 (Knowledge) 데이터간의과학적연관정보 정보들의평가과정을통한기업실행전략 의사결정 (Decision) 지식에근거한과학적인전략적의사결정 Data Knowledge Information Results

8 Oracle 의가치제안

9 Oracle 고급분석전략 더많이알라! 자신의데이터를활용하여새로운숨겨진유형을발견 그결과를업무를위한통찰력으로발전 더많은일을하라! 추출을자동화하고, Mining 에서얻어진통찰력을배포하는애플리케이션을생성 단순도구가아닌기업 BI 애플리케이션으로발전 비용을적게사용하라! Oracle 10g DBMS Enterprise Edition 의옵션을사용하여비용감소 새로운서버, 소프트웨어, 지원기술 / 자원을제거

10 오라클의가치제안 기존 IT 투자비용의활용 데이터 -> 정보 : Oracle OLAP 정보 -> 지식 : Oracle Data Mining 새로운정보활용패러다임의적용 광범위한계층의정보활용 이기종데이터관리환경의폭넓은지원 데이터의가치활용극대화 : Oracle BI Suite EE 정보활용의극대화를위한솔루션및로드맵제공 시스템의복잡성감소 단일플랫폼을통한유기적연계환경의지원

11 단일통합플랫폼으로서의 DBMS Query & Reporting Oracle BI Solution BI Beans Oracle Reports Oracle 10g DBMS Data Warehousing ETL PRODUCT TIME REGION Drill for Detail OLAP Option Spreadsheet Add-In OLAP Statistics Access & Assemble Data Oracle Warehouse Builder Data Integrator Data Mining Mine for New Insights Oracle Data Mining Option Spreadsheet Add-In Statistics Text Mining

12 Oracle OLAP

13 Oracle OLAP 10g RDBMS 에서수행하기어려운분석계산기능을수행하는 Oracle DBMS 의통합된기능 데이터관리를관계형테이블이아닌다차원객체로관리 장점 단일 RDBMS-MDDS 프로세스지원 단일데이터저장장소 ( 테이블스페이스 ) 단일메타데이터리퍼지토리 단일관리툴 (OEM) 단일보안모델 (Oracle DBMS 의보안 ) OLAP API 와 SQL 인터페이스제공

14 다차원객체데이터간의논리적인관계를정의 Time DAY_ID MONTH_NAME QUARTER_NAME YEAR_NAME ALL_YEARS Time All Years Category Total Category Organization Parent/Child Field_Org ORG_ID ORG_DESC PARENT 1 * 1 * Expense_Fraud_View DAY_ID ORG_ID ITEM_ID EXPENSE_AMOUNT PREDICTION PROBABILITY PREDICTED_FRAUD_COST Year Quarter Month Category Item Day * 1 Category ITEM_ID ITEM_NAME CATEGORY_NAME TOTAL_CATEGORY 장점 최종사용자분석을간단하게 질의요청에대한명세 계산정의 집계와계산의용이성 질의성능향상 차원값의인덱스를통해 KPI를직접접근 예 ) 2 X 2 배열

15 다차원 OLAP 의성능측정사례 DBI 성능측정 Ad-hoc 질의성능측정 Minutes Minutes Materialized Views (partially aggregated*) 9 OLAP (fully aggregated**) 0 Without OLAP 20 With OLAP

16 Oracle OLAP 10g 의아키텍쳐 Oracle Database Oracle Call Interface JDBC Relational Technology SQL Engine Object Technology OLAP_TABLE OLAP Technology Multidimensional Engine Relational Cubes Multidimensional Cubes 관계형데이터기반 다차원데이터기반

17 Oracle OLAP 10g 의접근방법 OLAP API Application Generic SQL Application OLAP aware SQL Application OLAP API OCI or JDBC OCI or JDBC Select from View/table SQL Generator Select from View/table RDBMS View Select from view Table Function Select from OLAP_TABLE DBMS_AW.EXECUTE DBMS_AW.INTERP DBMS_AW.INTERPCLOB Relational Multidimensional

18 분석작업공간을통한다차원객체생성 분석작업공간을 이용한다차원객체의 정의및데이터적재 BLOB 데이터타입에 저장되는다차원 DB

19 SQL 을통한접근예 create or replace view sales_view as select * from table(olap_table('production.sales DURATION query', 'SALES_TYPE_TABLE', '', 'DIMENSION time_id FROM time DIMENSION channel_id FROM channel DIMENSION product_id FROM product DIMENSION customer_id FROM customer MEASURE sales FROM sales MEASURE quantity FROM quantity MEASURE cost from cost MEASURE custmeas_1 from custmeas_1 MEASURE custmeas_2 from custmeas_2 MEASURE custmeas_3 from custmeas_3' )) where sales is not null;

20 GUI 환경 다양한사용자접근환경의지원 Oracle BI Solutions Oracle BI EE Cognos Business Objects Other Third Parties BI Beans Applications Relational Views Excel Oracle Database 10g BI SE - Discoverer Amt Growth Expense Amount Amt YTD Amt Share BI EE

21 Oracle Data Mining

22 Data Mining 정의 데이터마이닝이란? 데이터내의패턴과관계를찾아내고, 이지식을이용하여새로운데이터를분류하는프로세스 데이터마이닝프로세스 모집단에대한모델을생성하고, 이를새로운데이터에적용하여결과를예측하는일련의과정 데이터마이닝의예 고객이탈 (Churn) 보험사기 (Fraud) 교차판매 (Cross Selling) 신용위험 (Credit Risk)

23 분석의영역 질의및리포팅 OLAP 데이터마이닝 상세및요약데이터의추출 요약, 경향및예측 숨겨진패턴과통찰 (Insights) 의지식발견 지난 3 년간뮤추얼펀드를구매한사람은? 뮤추얼펀드구매자의수입분포는어떤가? 다음 6 개월내에뮤추얼펀드를구매할고객은? 데이터정보지식

24 Data Mining 예 ) 분류기법 사례레코드 기록데이터 애트리뷰트 Name Income Age Jones 30, Smith 55, Lee 25, Rogers 50, X 1 X 2... Xm Y 예측애트리뷰트추가애트리뷰트 제품을살것인가? 1 =Yes, 0 =No 목표애트리뷰트 함수관계 : 모델 Y = F(X 2,, X m ) 새로운데이터 예측 확률

25 Data Mining 프로세스 프로세스 문제의정의 역할 업무전문가 적합한데이터의확인 DBA/ 데이터분석가 데이터준비 DBA/ 데이터분석가 모델생성과테스트 데이터분석가 모델배포 IT 개발자 모델적용 최종사용자

26 Oracle Data Mining Oracle Mining 플랫폼 PL/SQL API Java API Oracle Data Miner (GUI) 예측분석을위한 Spreadsheet Add-In

27 Oracle Data Mining 기법 Attribute Importance 목표속성에가장영향을미치는속성의발견 고비용과관련된요인 Classification 과 Prediction 고객행위예측 캠페인에반응할고객 고객프로파일의개발 A1 A2 A3 A4 A5 A6 A7 Married >$50K Gender Income <=$50K Age M F >35 <=35 Status Gender HH Size Single F M >4 Buy = 0 Buy = 1 Buy = 0 Buy = 1 Buy = 0 <=4 Buy = 1 Regression 수치값의예측 구매금액또는비용의예측

28 Oracle Data Mining 기법 Clustering 그룹화할수있는집단의발견 시장세분화 비정상유형으로부터정상유형의구별 Association Rules 장바구니에서연관항목들의발견 상품조합에대한제안 Feature Extraction 대량의집합으로부터대표적인새로운속성으로의축소 F1 F2 F3 F4

29 Oracle Data Mining 기법 Anomaly Detection One-Class SVM Models 사기, 계약불이행 Outlier 발견 네트워크침입발견 병원의급증 희귀이벤트, 신종유형 X2 X1 Problem: 희귀또는비정상적인경우의발견 X2

30 Oracle Data Miner Data Miner Oracle Data Mining 모델을생성하고, 평가하고, 적용하기위한 GUI 툴 마법사기반 Mining 활동의안내지원 애플리케이션개발환경 운영애플리케이션을위한 SQL과 Java Code의생성 Data Mining의통찰력을다른 BI 툴과애플리케이션에통합

31 예측분석을위한 Spreadsheet Add-In Excel 사용자가 Oracle 또는 Excel 데이터를간단하게분석할수있게하는기능지원 사용자는테이블 / 뷰또는 Excel 의데이터를지정하여목표속성을선택하여예측분석을수행

32 Oracle Business Intelligence Solutions

33 Standard Edition 개요 Oracle Discoverer 비정형과리포트를위한기존 BI 솔루션 최종사용자를위한쉬운인터페이스 유연한배치와확장성 직관적관리환경제공 OLTP DW OLAP

34 Standard Edition 특장점 동일한사용자인터페이스를통한사용의편이성과학습용이성 Discoverer Plus Discoverer Viewer Portlet 을이용 Portal Page 를구성한예

35 Enterprise Edition 개요 분석을위한비정형질의와대시보드, Alert 및고급리포팅기능을제공하는통합 BI Solutions 대화형대시보드 Reporting & Publishing 비정형질의분석 선행감지와경고 모바일분석환경 MS Office Plug-in 단순한비즈니스모델과추상화계층 Oracle BI Server Intelligent 캐시서비스 다차원계산과통합엔진 Intelligent 요청생성과최적화된데이터접근서비스 데이터웨어하우스데이터마트 SAP, Oracle PeopleSoft, Siebel, Custom Apps Files Excel XML Business Process

36 메타데이터리퍼지토리 Presentation Layer Business Model Layer Physical Layer DB2 Supply Chain DM Teradata OLAP Oracle Back Office Fin. XML Data Source SQL Server Acxiom Siebel Operational

37 Oracle Interactive Dashboard 개인 Alert 특정또는모든분석사이의컨텍스트를결정하는프롬프트 Time-Series 트랜드분석 손쉬운요청변경과인쇄, Refresh 또는다양한파일포맷으로다운로드 데이터값들간의범위에따라최저또는최고를쉽게인지하도록하는 Alternative 데이터시각화

38 Oracle Answers - 비정형질의 사용자의요청레이아웃구성 요청의결과 다양한분석주제의구현

39 Oracle Delivers - Sense & Reponse KPI 에대한조건부여후이벤트감지후통보 스케쥴링과 ibot 이란지능형 Agent

40 BI Publiser - 고급리포팅 다양한사용자요구사항을위한웹리포팅 Invoices Checks Labels Reports DestinationsXML / EFT / EDI

41 SE vs. EE Standard Edition Business Layer 와 Presentation Layer 가공존 메타데이터 EUL 에존재하는차원과 Fact 의모델정의 Enterprise Edition Business Layer 와 Presentation Layer 의구분 Business Layer 에서다차원논리객체의정의 차원과차원의계층구조및 Logical Key 정의 Fact 항목의차원레벨에대한정의 SE -> EE 로의 Migration 차원 : Logical Key 에대한정의필요 Fact : 차원레벨에기반한 Fact 의경우차원레벨정의필요

42 결론

43 Oracle 의제품전략 통합된 Business Intelligence 데이터베이스 데이터베이스에 BI 를위한 OLAP 과 Data Mining 이통합 통합된 Business Intelligence 툴 최상의차세대 BI 기술플랫폼을지원하는개발환경의지원 통합된 Analytic Applications 기업전반에걸친산업특화된분석과경영성과관리를위한애플리케이션 확장가능하고개방형통합기반기술환경의지원

44 기업의목표 - Insight Driven Enterprise Customers CxO Process Workers Managers Sales Teams Partners Suppliers Information-Driven Oracle Fusion Applications Corporate Performance Management BI Applications Industry Specific Supply Chain Human Capital Finance Sales Service Marketing Enterprise Information Model Oracle Fusion Middleware Enterprise Applications Oracle Databases Other Databases Syndicated Data Other Operational & Analytic Sources

45 데모

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

歯목차45호.PDF

歯목차45호.PDF CRM CRM (CRM : Customer Relationship Management ). CRM,,.,,.. IMF.,.,. (CRM: Customer Relationship Management, CRM )., CRM,.,., 57 45 (2001 )., CRM...,, CRM, CRM.. CRM 1., CRM,. CRM,.,.,. (Volume),,,,,,,,,,

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

Microsoft PowerPoint - S4_통계분석시스템.ppt

Microsoft PowerPoint - S4_통계분석시스템.ppt Oracle 10g 기반의통계분석시스템사례 디비코아 ( 주 ) BI (Business Intelligence) 란? BI 란데이터와정보의가치를극대화하는것 Data? Information : 정제, 정렬, 조합, 결합된 Data 예 ) 특정상품구매자에대한성별, 수입별, 지역별고객리스트 Intelligence : 유기체적인특징 조직내에서증식 예 ) 구매정보를활용한마케팅팀의프로모션

More information

Oracle Apps Day_SEM

Oracle 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

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

E-BI Day Presentation

E-BI Day Presentation E-Business Intelligence Agenda Issue E-BI Architecture ORACLE E-BI Solutions ORACLE E-BI ORACLE E-BI I. Issue? KPI. (KPI ). Jeff Henley, CFO, Oracle Corporation I. Issue? I. Issue Many Sources, Users,and

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

슬라이드 1

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

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

PowerPoint Presentation

PowerPoint Presentation Oracle9i Application Server Enterprise Portal Senior Consultant Application Server Technology Enterprise Portal? ERP Mail Communi ty Starting Point CRM EP BSC HR KMS E- Procurem ent ? Page Assembly Portal

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

歯CRM개괄_허순영.PDF

歯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

Microsoft PowerPoint - Session2.ppt

Microsoft PowerPoint - Session2.ppt 오라클의 BI 전략및솔루션 - 주요제품군및관련메시지를중심으로 - 장성우 BI/DW 팀장 Technology Solution Consulting Agenda 오라클의 BI 솔루션전략소개 요소별제품소개 ETL DW DBMS BI Tools BI Applications Q&A Executive Summary : Why Oracle BI? 핵심제품 : OBI EE(Oracle

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Data Quality Management 2003 2003. 11. 11 (SK ) hskim226@skcorp.com Why Quality Management? Prologue,,. Water Source Management 2 Low Quality Water 1) : High Quality Water 2) : ( ) Water Quality Management

More information

Microsoft PowerPoint - 4.Anonymous [호환 모드]

Microsoft PowerPoint - 4.Anonymous [호환 모드] 중견제조업체를위한효과적인 Business Intelligence 구축방안 Yong Han Kim Oracle EPM/BI Sales Consulting Agenda Business Intelligence의최근추세및동향 효과적인 Business Intelligence 구축전략및방향 Oracle Business Intelligence

More information

CRM Fair 2004

CRM Fair 2004 easycrm Workbench ( ) 2004.04.02 I. CRM 1. CRM 2. CRM 3. II. easybi(business Intelligence) Framework 1. 2. - easydataflow Workbench - easycampaign Workbench - easypivot Reporter. 1. CRM 1.?! 1.. a. & b.

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 2003 CRM (Table of Contents). CRM. 2003. 2003 CRM. CRM . CRM CRM,,, Modeling Revenue Legacy System C. V. C. C V.. = V Calling Behavior. Behavior al Value Profitability Customer Value Function Churn scoring

More information

untitled

untitled SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy

More information

untitled

untitled 3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

SAS Customer Intelligence SAS Customer Intelligence Suite은 기업이 당면한 다양한 마케팅 과제들을 해결하기 위한 최적의 통합 마케팅 제품군으로 전사적 마케팅 자원관리를 위한 Marketing Operation Manageme

SAS Customer Intelligence SAS Customer Intelligence Suite은 기업이 당면한 다양한 마케팅 과제들을 해결하기 위한 최적의 통합 마케팅 제품군으로 전사적 마케팅 자원관리를 위한 Marketing Operation Manageme Advanced Analytics 기반의 고객가치 극대화 SAS Customer Intelligence SAS 고객 인텔리전스 SAS Customer Intelligence SAS Customer Intelligence Suite은 기업이 당면한 다양한 마케팅 과제들을 해결하기 위한 최적의 통합 마케팅 제품군으로 전사적 마케팅 자원관리를 위한 Marketing

More information

歯부장

歯부장 00-10-31 1 (1030) 2/26 (end-to-end) Infrastructure,, AMR. e-business e-business Domain e-business B2B Domain / R&D, B2B B2E B2C e-business IT Framework e-business Platform Clearance/Security * e-business

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

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

Cache_cny.ppt [읽기 전용]

Cache_cny.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Improving Performance and Scalability with Oracle9iAS Cache Oracle9i Application Server Cache... Oracle9i Application Server Web

More information

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

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

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information

Intro to Servlet, EJB, JSP, WS

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

Microsoft PowerPoint - SVPSVI for LGNSYS_20120320.ppt

Microsoft PowerPoint - SVPSVI for LGNSYS_20120320.ppt IBM Partner Program March, 2012 Jaemin, Lee SWG Channels, IBM Korea SWG Channels 2012 IBM Corporation Agenda IBM Korea SWG Channels Software Value Plus Software Value Incentive Revalidation 2 IBM Software

More information

[Brochure] KOR_TunA

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

More information

untitled

untitled Logistics Strategic Planning pnjlee@cjcci.or.kr Difference between 3PL and SCM Factors Third-Party Logistics Supply Chain Management Goal Demand Management End User Satisfaction Just-in-case Lower

More information

슬라이드 1

슬라이드 1 * BCS : Business Consulting Service ( PwC) ** C&I : Consulting & Integration Organization *** TSG: Technology Solution Group 2/22 - - - * IDC, 2003 ** 2003,, 2004 3/22 * Blue Ocean Strategy: How to Create

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

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

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

<4D F736F F F696E74202D20C0E5BCBABFEC5F4442BBF3BFA1BCADC0C720C1A4BAB8BAD0BCAE2DC3D6C1BEBABB2E707074>

<4D F736F F F696E74202D20C0E5BCBABFEC5F4442BBF3BFA1BCADC0C720C1A4BAB8BAD0BCAE2DC3D6C1BEBABB2E707074> In-Database Analytics : DB 상에서의효율적인 정보분석방안 장성우 Oracle 10g DB Data Warehousing ETL BI/DW 팀장한국오라클 OLAP Data Mining Statistics 목차 Flashback : RTE 개요및대응방안 정보분석개요 효율적인정보분석방안고찰 오라클의정보분석전략 : In-Database Analytics

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

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

빅데이터시대 Self-BI 전략 이혁재이사 비아이씨엔에스

빅데이터시대 Self-BI 전략 이혁재이사 비아이씨엔에스 빅데이터시대 Self-BI 전략 이혁재이사 비아이씨엔에스 Agenda 1 Oracle In-Memory 소개 2 BI 시스템구성도 3 BI on In-Memory 테스트 4 In-Memory 활용한 BI 오라클인메모리목표 규모분석에대한속도향상 빠른속도 : 혼합워크로드업무 간편함 : 어플리케이션투명성및쉬운배치 저렴함 : 일부필요데이터만인메모리에존재가능 2 메모리운용방식

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Fair 2004 Spring Copyright 2004 DaumSoft All rights reserved. INDEX Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved.

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

001지식백서_4도

001지식백서_4도 White Paper on Knowledge Service Industry Message Message Contents Contents Contents Contents Chapter 1 Part 1. Part 2. Part 3. Chapter

More information

Title of the presentation This is the subtitle

Title of the presentation This is the subtitle BI 2.0 을기반으로한 Dynamic Business Intelligence 박경도 Senior Sales Consultant 2008. 7. 8 SAP 2008 / Page 2 BI 2.0 의혁신 BI 환경의 5 가지혁신 1. 4. 2. 5. 3. SAP 2008 / Page 3 BI 2.0 핵심요소사용자 BI 1.0... on my desktop. BI

More information

Slide 1

Slide 1 통찰력있는경영을위한 BI 통합성공전략 2009 년 9 월 11 읷 Oracle Korea Agenda 1. 경영관리시스템의문제점 2. 향후개선방향 3. 주요솔루션소개 4. 구축기대효과 2 경영관리시스템의문제점 3 Management Excellence: The Next Competitive

More information

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

오라클의 RTE전략-최종욱.ppt

오라클의 RTE전략-최종욱.ppt 오라클의 실시간기업 (Real-Time Enterprise) 구현전략 1 최종욱팀장 BI/DW 팀기술영업컨설팅본부한국오라클 목차 RTE 개요 RTE 정의 주요구성요소 오라클의 RTE 구축지원전략 IDE 소개 오라클의역할 요약및 Q&A 3 RTE 개요 RTE 정의및주요구성요소 4 RTE(Real-Time Enterprise) 란? an enterprise that

More information

02이승민선생_오라클.PDF

02이승민선생_오라클.PDF Oracle Internet Procurement Agenda 1 2 3 4 5 Introduction Oracle Solution Overview Oracle Internet Procurement Value Proposition Reference Conclusion e-procurement, E- Commerce Internet Automated Transactions

More information

3Æí2Àå¨éÀç

3Æí2Àå¨éÀç 333 442 443 1e 1.1 eecrmeprocurement e eelectronic e e IT 321 444 online offline e front back IT 445 2000 com 1 1.2 322 e e 10 potential customers 446 1.3 e 323 447 Michael Porter 323 2 value chain enterprise

More information

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM 中 규모 기업의 실용주의CRM 전략 (CRM for SMB) 공영DBM 솔루션컨설팅 사업부 본부장 최동욱 2007. 10. 25 Agenda I. 중소기업의 고객관리, CRM의 중요성 1. 국내외 CRM 동향 2. 고객관리, CRM의 중요성 3. CRM 도입의 기대효과 II. CRM정의 및 우리회사 적합성 1. 중소기업에 유용한 CRM의 정의 2. LTV(Life

More information

Microsoft PowerPoint - Session4_이제철컨설턴트.ppt

Microsoft PowerPoint - Session4_이제철컨설턴트.ppt Oracle CPM 솔루션을활용한기업성과극대화방안 이제철한국오라클 * CPM : Corporate Performance Management Agenda CPM 소개 Oracle CPM 솔루션 구축사례 Why Oracle? CPM 소개 There are so Many terms Strategic

More information

Session3. 한국마이크로소프트(전사적 데이터 통합 컨퍼런스).ppt

Session3. 한국마이크로소프트(전사적 데이터 통합 컨퍼런스).ppt SQL Server 2000 DTS / 2005 IS (mskang@microsoft.com) RRE / CSS / Microsoft SQL Server & Analysis Service genda SQL Server 2000 DTS SQL Server 2005 SSIS (M&A) BI SQL Server, Oracle, DB2, Sybase, Infomix,

More information

국내 디지털콘텐츠산업의 Global화 전략

국내 디지털콘텐츠산업의 Global화 전략 Digital Conents Contents Words, Sound, Picture, Image, etc. Digitizing : Product, Delivery, Consumption NAICS(, IMO Digital Contents Digital Contents S/W DC DC Post PC TV Worldwide Digital Contents

More information

슬라이드 제목 없음

슬라이드 제목 없음 (Electronic Commerce/Electronic Business) ( ) ,, Bio Bio 1 2 3 Money Money ( ) ( ) 4025 39 21 25 20 13 15 13 15 17 12 11 10 1 23 1 26 ( ) 1 2 2 6 (1 3 ) 1 14:00 20:00 1 2 1 1 5-6 4 e t / Life Cycle (e-commerce)

More information

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

금오공대 컴퓨터공학전공 강의자료 데이터베이스및설계 Chap 2. 데이터베이스관리시스템 2013.03.11. 오병우 컴퓨터공학과 Inconsistency of file system File System Each application has its own private files Widely dispersed and difficult to control File 중심자료처리시스템의한계 i. 응용프로그램의논리적파일구조는직접물리적파일구조로구현

More information

Voice Portal using Oracle 9i AS Wireless

Voice 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

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

23190_SB_5452_revised_1

23190_SB_5452_revised_1 SAP 솔루션 요약 중소/중견기업을 위한 SAP 솔루션 SAP Business One 더욱 간편해진 비즈니스 관리 중소기업의 성공적인 관리와 성장 중소기업의 성공적인 관리와 성장 SAP Business One 애플리케이션은 영업 및 고객관계관리에서 재무 및 운영에 이르는 전체 비즈니스 관리를 위한 경제적인 방법을 제공합니다. 중소기업을 위해 특별히 설계되고

More information

SAP ERP SAP Korea / Public &

SAP ERP SAP Korea / Public & SAP ERP 2006.6.14 SAP Korea / Public & IT ( 1/2 )? 94% 6% SAP Korea 2006, SAP ERP 2 업무프로세스혁신을통한차별화 ( 차별화된가치 ) 가관건입니다. 하지만현실은 SAP Korea 2006, SAP ERP 3 SAP Korea 2006, SAP ERP 4 2010 The Public Sector Commitment

More information

PRESENTATION TITLE ARIAL B30PT

PRESENTATION TITLE ARIAL B30PT Sybase IWS Solution, tkang@sybase.com Agenda CRM CRM Sybase IWS Sybase IQ 2 Business Challenges 3 CRM Initiative,,, 4 CRM Type Operational CRM Analytical CRM ERP SCM Customer Profile Loyalty Legacy Systems

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 information

Microsoft PowerPoint - XP Style

Microsoft PowerPoint - XP Style Business Strategy for the Internet! David & Danny s Column 유무선 통합 포탈은 없다 David Kim, Danny Park 2002-02-28 It allows users to access personalized contents and customized digital services through different

More information

세션 2-2(허태경).ppt

세션 2-2(허태경).ppt , an IBM Company 2005 IBM Corporation Discover Prepare Transform & Deliver????????? Time To Value DISCOVER ProfileStage Service-Oriented Architecture Event Management PREPARE,, QualityStage Enterprise

More information

Chapter 5 비즈니스인텔리젼스의기초 : 데이터베이스와정보관리

Chapter 5 비즈니스인텔리젼스의기초 : 데이터베이스와정보관리 Chapter 5 비즈니스인텔리젼스의기초 : 데이터베이스와정보관리 Essentials of Management Information Systems Chapter. 5 비즈니스인텔리젼스의기초 : 데이터베이스와정보관리 학습목표 관계형데이터베이스가데이터를어떻게구성하고, 객체지향데이터베이스와어떠한차이가존재하는가? 데이테베이스관리시스템의원리는무엇인가? 기업의성과와의사결정력을향상시키기위한데이터베이스의정보에접근하기위한주요도구와기술들은무엇인가?

More information

2017 1

2017 1 2017 2017 Data Industry White Paper 2017 1 1 1 2 3 Interview 1 4 1 3 2017IT 4 20161 4 2017 4 * 22 2017 4 Cyber Physical SystemsCPS 1 GEGE CPS CPS Industrial internet, IoT GE GE Imagination at Work2012

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Synergy EDMS www.comtrue.com opyright 2001 ComTrue Technologies. All right reserved. - 1 opyright 2001 ComTrue Technologies. All right reserved. - 2 opyright 2001 ComTrue Technologies. All right reserved.

More information

슬라이드 제목 없음

슬라이드 제목 없음 MS SQL Server 마이크로소프트사가윈도우운영체제를기반으로개발한관계 DBMS 모바일장치에서엔터프라이즈데이터시스템에이르는다양한플랫폼에서운영되는통합데이터관리및분석솔루션 2 MS SQL Server 개요 3.1 MS SQL Server 개요 클라이언트-서버모델을기반으로하는관계 DBMS 로서윈도우계열의운영체제에서만동작함 오라클관계 DBMS 보다가격이매우저렴한편이고,

More information

dbms_snu.PDF

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

More information

슬라이드 1

슬라이드 1 삼성그룹을위한 Microsoft BI Day: 지속적인비즈니스성과향상을위한제 3 세대비즈니스인텔리전스설명회 i2 Intelligence Shin, Ho-Sub Industry Executive i2 Technologies, Inc. 전사적 System Integration Role Based Web UI Demand/Supply Collaboration i2

More information

J2EE & Web Services iSeminar

J2EE & Web Services iSeminar 9iAS :, 2002 8 21 OC4J Oracle J2EE (ECperf) JDeveloper : OLTP : Oracle : SMS (Short Message Service) Collaboration Suite Platform Email Developer Suite Portal Java BI XML Forms Reports Collaboration Suite

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

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

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

More information

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx

Microsoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx (보험TM) 소개서 2015.12 대표전화 : 070 ) 7405 1700 팩스 : 02 ) 6012 1784 홈 페이지 : http://www.itfact.co.kr 목 차 01. Framework 02. Application 03. 회사 소개 01. Framework 1) Architecture Server Framework Client Framework

More information

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

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

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 S/4HANA Fiori 기반의 Business Intelligence 및구축사례 Zen consulting Zen consulting 젠컨설팅은 SAP Gold Partner 이자 SAP Education Delivery Partner, 공식유지보수를할수있는 PCoE Partner 로서 SAP 전영역에걸쳐최상의서비스를제공합니다. Partnership with

More information

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING

More information

スライド タイトルなし

スライド タイトルなし 2 3 회사 소개 60%출자 40%출자 주식회사 NTT데이타 아이테크 NTT DATA의 영업협력이나 첨단기술제공, 인재육성등 여러가지 지원을 통해서 SII 그룹을 대상으로 고도의 정보 서비스를 제공 함과 동시에 NTT DATA ITEC 가 보유하고 있는 높은 업무 노하우 와 SCM을 비롯한 ERP분야의 기술력을 살려서 조립가공계 및 제조업 등 새로운 시장에

More information

歯6월.PDF

歯6월.PDF CRM, * 1. 2. CRM. CRM. CRM 3.. CRM.. 4. 1. CRM(customer relationship management) 2~3..,. CRM., 1998 CRM * E-mail : redrock5@kisdi.re.kr 34 . CRM,. CRM, CRM CRM. 2. CRM. CRM CRM., CRM,,,. CRM, CRM.. CRM

More information

Microsoft PowerPoint - T4S3_허준영.ppt

Microsoft PowerPoint - T4S3_허준영.ppt In-Database Analytics Page 1 허준영 DW&BI Business Development Manager 기술컨설팅본부한국오라클 목차 정보분석개요 효율적인정보분석방안고찰 오라클의정보분석전략 : In-Database Analytics DB 상에서의정보분석방안 In-Database Statistics OLAP Option Data Mining Option

More information

Microsoft PowerPoint - 3장-MS SQL Server.ppt [호환 모드]

Microsoft PowerPoint - 3장-MS SQL Server.ppt [호환 모드] MS SQL Server 마이크로소프트사가윈도우운영체제를기반으로개발한관계 DBMS 모바일장치에서엔터프라이즈데이터시스템에이르는다양한플랫폼에서운영되는통합데이터관리및분석솔루션 2 MS SQL Server 개요 3.1 MS SQL Server 개요 클라이언트-서버모델을기반으로하는관계 DBMS로서윈도우계열의운영체제에서만동작함 오라클관계 DBMS보다가격이매우저렴한편이고,

More information

IBM Business Intelligence Solution Seminar 2005 Choose the Right Data Integration Solution ; Best Practices on EII/EAI/ETL IBM DB2 Technical Sales BI

IBM Business Intelligence Solution Seminar 2005 Choose the Right Data Integration Solution ; Best Practices on EII/EAI/ETL IBM DB2 Technical Sales BI Choose the Right Data Integration Solution ; Best Practices on EII/EAI/ETL IBM DB2 Technical Sales BI Team (byrhee@kr.ibm.com) 2005 IBM Corporation Agenda I. II. ETL, EII, EAI III. ETL, EII, EAI Best Practice

More information

No Slide Title

No Slide Title J2EE J2EE(Java 2 Enterprise Edition) (Web Services) :,, SOAP: Simple Object Access Protocol WSDL: Web Service Description Language UDDI: Universal Discovery, Description & Integration 4. (XML Protocol

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 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 Jakarta is a Project of the Apache

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Trading Partner Portal IBM Business Consulting Services Trading Partner Portals (CPG) Wal Mart (CPG) EDI. EDI G A T E W A Y G A T E W A Y ,,. Trading Partners 3. RFI, RFP, RFQ Life Cycle / RFI, RFP, RFQ

More information

Microsoft PowerPoint - s01.ppt [호환 모드]

Microsoft PowerPoint - s01.ppt [호환 모드] IT 서비스운영 Best Practice 와오라클솔루션소개 신현택컨설턴트, GTMi, 한국오라클 Agenda Overview Products which support ITIL processes Solutions & Best practices Overview IT Challenge IT Org is required to

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

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

슬라이드 1

슬라이드 1 Data Warehouse 통합솔루션 회사연혁 Teradata Corporation (NYSE: TDC) 은 30 년이상업계를선도하며, 전세계적으로 Big Data 및데이터웨어하우스관련 Analytic 솔루션과컨설팅서비스를제공하는최고의기술을보유한 Global 기업 Teradata 본사 한국 Teradata 미국오하이오주 Dayton에세계최초의금전등록기제조사

More information

歯CRM-All.PDF

歯CRM-All.PDF 56. CRM 1. CRM,, CRM. CRM.. CRM, CRM. CRM,. CRM, < -1>. CRM 57 < -1> CRM - 1999CRM, 2000 9 - CRM 10-2001 3 5-1998 4 7 1 CRM - 1999 72000 4 (DW) - 2000 4CRM - 2000 92001 3 2 CRM - 1999 10 DB - 2000 2 5

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

Slide 1

Slide 1 SAS Visual Analytics: In-Memory 분석엔진기반의 Big Data 시각적분석 박현옥부장 SAS Korea Agenda Big Data Analysis - Issues Case Study Big Data Analytics를위한 SAS 분석아키텍쳐 SAS Visual Analytics의특징 데모 활용방안 Big Data Analytics -

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

More information

Corporate PPT Template

Corporate PPT Template ASC Director ASC / CRM Oracle Korea Sales Service Solution ERP Agenda Extended ERP CRM Oracle CRM Oracle CRM Extended ERP Extended ERP CRM CRM CRM Oracle CRM Oracle CRM Design Concept Oracle CRM Product

More information

Microsoft PowerPoint - 10Àå.ppt

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

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

PowerPoint Presentation

PowerPoint Presentation SAP HANA 와 Predictive Analytics 를홗용한 IoT & Big Data 의인사이트도출 이철 / SAP Korea 2016.04.05 2015 2014 SAP AG. SE or All rights an SAP reserved. affiliate company. All rights reserved. 1 AGENDA 1 2 3 4 5 분석에대한니즈의변화

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