Exadata Implementation and Performance Benefits in Toyota Motor Sales USA.

Size: px
Start display at page:

Download "Exadata Implementation and Performance Benefits in Toyota Motor Sales USA."

Transcription

1

2 Exadata Implementation and Performance Benefits in Toyota Motor Sales USA. Author: William Hie (Toyota Motor Sales USA) Sathish Kumar Thiagarajan(Cognizant Technology Solutions) Bipin Sahani(Cognizant Technology Solutions)

3 Agenda OTM Overview in Toyota Exadata and it s Advantages Problems faced with the Existing Database Configuration changes made in application sides to support Migration Performance Benefits Obtained 3

4 OTM Overview in Toyota Motor Sales USA 8 Plants & 5 Vessel Ports 8233 Delivery Points 355 Active Itineraries and 1089 Active Rates 3 Modes ( Truck, Rail & Vessel) 4

5 OTM Overview in Toyota Motor Sales USA Average Daily Shipments Per day 6810 Shipments Per day. 3 Modes (Truck, Vessel & Rail) TRUCK VESSEL RAIL

6 OTM Overview in Toyota Motor Sales USA Current Functionality in Use Order Management Shipment Planning and Execution Event Management Route Itinerary Management, Rate, Carrier Management Freight Pay (Shipment as Work, Invoices & Vouchers ) Tier based Rating for the Shipments Payment for Car Inspections Payment for 3rd party Invoicing such as car wash, Border crossing Shipment Event Management (Actual Events), Complete Track and Trace of the Shipment, Each order is typically planned with Truck and Rail leg shipments combination. Truck shipment is tracked with Truck Ship and Truck Arrival Events. Payment of Truck shipments are triggered during Truck Arrival Events. Rail Shipments are tracked with Rail Shipment and CLM events received for the Railcar. Payment of the Rail Car is trigged on the Rail Arrival event and CLM-Z event. CLM-P of second leg Rail car triggers the payment for first leg RAILCAR. 6

7 Toyota Integration and BulkPlan Volume Inbound and Outbound Transmission Volume Per Day Average Inbound Transmissions Per day 95,000 NAP Procon Messages 160,000 ( NAP Procon is North America Production Units, these are the Order Forecast data which are received once in a Month) CBU Procon Messages 60,000 ( CBU Procon is Japan Production Units these are the units received by Vessel once in a Month) Average 14,000 orders Planned per day through Bulk plan Inbound Transmission Messages Bulk Plan per day 14k per day CBU Procon (Monthly once ) NAP Procon (Monthly once ) Daily Transmission Inbound Messages (95k Per day) - 50, , , ,000 7

8 What is Exadata? Oracle Exadata is a Database Application which supports OLTP (transactional) and OLAP (analytical) database systems. Complete Oracle database server (All in one machine) Disk Storage System CPU, Memory, Hardware Operating System Database Software Fully installed and configured 8

9 Exadata Advantages It delivers outstanding I/O and SQL processing performance for online transaction processing (OLTP), data warehousing (DW) and consolidation of mixed workloads Extreme performance is delivered for all types of database applications by leveraging a massively parallel grid architecture using Real Application Clusters and Exadata storage Database machine and Exadata storage delivers breakthrough analytic and I/O performance, is simple to use, manage and delivers mission-critical availability with high reliability 9

10 Exadata Advantages Cont One vendor All the interacting modules including Hardware, OS and Storage are from a single vendor, Oracle In other cases without Exadata in place, we would have multiple vendors providing each of these components Multiple Database Multiple applications can be mounted on the same server, with a clear segregation of resources for database pertaining to each application 10

11 Exadata Advantages Cont One Vendor All the interacting modules including Hardware, OS and Storage are from a single vendor, Oracle In other cases without Exadata in place, we would have multiple vendors providing each of these components Multiple Databases Multiple applications can be mounted on the same server, with a clear segregation of resources for database pertaining to each application IORM architecture used to effectively manage the IO 11

12 Exadata Disadvantages Cost: Exadata is a costly server and not many companies can afford it Lack of Flexibility: New resources (Disk, Memory etc.) cannot be added in Exadata on an ad hoc basis. In case of additional resource requirement, whole Exadata need to be upgraded to next server e.g. Quarter Rack to Half Rack and Half Rack to Full Rack and so on Lack of skilled resources: Exadata is relatively a new technology and there is a lack of skilled resources 12

13 TTMS Old Database server Configuration Oracle 3 RAC Cluster HP DL580 G7 Suse Linux Enterprise Server 11 SP1 Database Version: SAN Storage 13

14 TTMS New Database Server Configuration Oracle 2 RAC Cluster Linux x86 64-bit Database Version:

15 TTMS Current Exadata Configuration Exadata comes in 4 different sizes: Eighth Rack Quarter Rack Half Rack Full Rack Toyota Motor Sales is using Quarter Rack Exadata 15

16 Problems we faced in the Previous Database High Integration Volume ( ~ 100,000 inbound ) DB was shared with 12 other applications (Resources were Shared) Custom Schema (TTMS Business Data model) is in the same Database and there are around 60 jobs including 60 procedures and 50 MV s Whenever you run a AWR/ADDM report during the peak time 50% of the contention was due to the Custom Business Data Model being built on the same Database Peak IOPS% during the Business window 16

17 Purge issue faced in Toyota OTM Data grew since the time of implementation in a fast phase Increased DB size was making the custom jobs run longer with full table scans becoming bottlenecks For Purging 30,000 orders 100,000 shipment and 80,000 invoices it was taking around 14hrs Data growth is around 300,000 orders, 1.5 Million shipments & 1 Million Invoices in one month 17

18 Purge issue faced in Toyota Invoices were never purged in OTM 5.5 Version, Current orders, shipments and Invoices in System ( Huge Backlog ) Orders Shipments Invoices Voucher Current Snapshot Before Implementing Exadata Backlog which are Ready to purge in System 18

19 BDM Jobs (Custom Schema to Expose TLS data to External Systems and Hyperion reports ) Issue faced in the Business Data model Jobs There are around jobs which runs in parallel, with the top 5 jobs listed below Job Name SHIPMENT_TABLE_REFRESH(LOAD_SHIPMENT_TABLE) T_ORDER_REL_TABLE_REFRESH (LOAD_ORDER_REL_TABLE) RAILCAR_SHIPMENT_MV(T_RAILCAR_SHIPMENT) Time Taken 29 Hours ( Weekly Job) 33 Minutes ( daily Job) 31 min ( daily Job) VOUCHER_STATUS_MV(T_VOUCHER_STATUS) 12 min ( daily Job) SERVICE_PROVIDER_TYPE_MV(T_SERVICE_PROVIDER_TYP E) 15 min ( daily Job) INVOICE_MV(T_INVOICE) SHIPMENT_VT_MV(SHIPMENT_VT) 7 min ( daily Job) 1 min ( daily Job) 19

20 Glog Property File Changes DB Server details added in glog.properties File # db. server URL and information dbserver=xyz glog.database.sid=xxxx.yyy glog.database.connectstring=xxxx.yyy glog.database.port=xxxx glog.database.schema=glogowner Note :- In case of RAC always use the Scan IP, There us no need to use the full RAC details Like the one Below : #glog.database.dbaonly.t2client.connectionurl=jdbc:oracle:thin:@(description=(address_lis T=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=<servername>)(PORT=<portno>)) (ADDRESS=(PROTOCOL=TCP)(HOST=<servername>)(PORT=<portno>))(ADDRESS=(PROTOCOL =TCP)(HOST=<servername>)(PORT=<portno>)))(CONNECT_DATA=(service_name=<servicename>) )) 20

21 Glog.Properties Changes Add the below 17 properties at the end of glog.properties File glog.database.dbadirect.t2client.connectionurl=$glog.database.dbadirect.t2client.databaseurl$/$glog.database.dbadirect.serv er$ glog.database.dbathin.t2client.connectionurl=$glog.database.dbathin.t2client.databaseurl$/$glog.database.dbathin.server$ glog.database.ejblocal.t2client.connectionurl=$glog.database.ejblocal.t2client.databaseurl$/$glog.database.ejblocal.server$ glog.database.dbaoci.t2client.connectionurl=$glog.database.dbaoci.t2client.databaseurl$/$glog.database.dbaoci.server$ glog.database.dbaonly.t2client.connectionurl=$glog.database.dbaonly.t2client.databaseurl$/$glog.database.dbaonly.server$ glog.database.ods.t2client.connectionurl=$glog.database.ods.t2client.databaseurl$/$glog.database.ods.server$ glog.database.odsthin.t2client.connectionurl=$glog.database.odsthin.t2client.databaseurl$/$glog.database.odsthin.server$ glog.database.odsoci.t2client.connectionurl=$glog.database.odsoci.t2client.databaseurl$/$glog.database.odsoci.server$ glog.database.odsglogowner.t2client.connectionurl=$glog.database.odsglogowner.t2client.databaseurl$/$glog.database.odsglogo wner.server$ glog.database.odsreportowner.t2client.connectionurl=$glog.database.odsreportowner.t2client.databaseurl$/$glog.database.odsre portowner.server$ glog.database.fti.t2client.connectionurl=$glog.database.fti.t2client.databaseurl$/$glog.database.fti.server$ glog.database.ftithin.t2client.connectionurl=$glog.database.ftithin.t2client.databaseurl$/$glog.database.ftithin.server$ glog.database.ftioci.t2client.connectionurl=$glog.database.ftioci.t2client.databaseurl$/$glog.database.ftioci.server$ glog.database.migration.t2client.connectionurl=$glog.database.migration.t2client.databaseurl$/$glog.database.migration.server$ glog.database.codegen.t2client.connectionurl=$glog.database.codegen.t2client.databaseurl$/$glog.database.codegen.server$ glog.database.dbaglogowner.t2client.connectionurl=$glog.database.dbaglogowner.t2client.databaseurl$/$glog.database.dbaglog owner.server$ glog.database.dbareportowner.t2client.connectionurl=$glog.database.dbareportowner.t2client.databaseurl$/$glog.database.dbare portowner.server$ 21

22 Purge Time taken after Exadata DB Migration Statistics below, Post Exadata move with a phenomenal performance boost Business Object Count Total Time Taken Order Release 100,000 Shipment 260,000 Invoice 150,000 5 Hours 15 Min 22

23 Performance Improvement in the BDM Jobs and Hyperion reports Refresh Job Name Before Exadata Time Taken After Exadata SHIPMENT_TABLE_REFRESH(LOAD_SHIPMENT_T ABLE) 29 hrs ( Weekly Job) 2 hrs. 35 min T_ORDER_REL_TABLE_REFRESH (LOAD_ORDER_REL_TABLE) 33 min ( daily Job) 15 min RAILCAR_SHIPMENT_MV(T_RAILCAR_SHIPMENT) 31 min ( daily Job) 15 min VOUCHER_STATUS_MV(T_VOUCHER_STATUS) 12 min ( daily Job) 5 min SERVICE_PROVIDER_TYPE_MV(T_SERVICE_PRO VIDER_TYPE) 15 min ( daily Job) 5 min INVOICE_MV(T_INVOICE) 7 min ( daily Job) 2min SHIPMENT_VT_MV(SHIPMENT_VT) 1 min ( daily Job) 7 sec 23

24 Questions Key Contacts OTM Sales - North America Sukumar Srivatsan Srivatsan.Sukumar@cognizant.com Mobile: OTM Competency Head & Global Sales Support Hemalatha Vema Hemalatha.Vema@cognizant.com Mobile: OTM Global Delivery Head Senthilnathan Loganathan Senthilnathan.Loganathan@cognizant.com Mobile: Presenter contact Sathish Kumar Thiagarajan Sathish.Thiagarajan@cognizant.com 24

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Exadata Database Machine IOUG Exadata SIG Update February 6, 2013 Mathew Steinberg Exadata Product Management 2 The following is intended to outline our general product direction. It is intended for

More information

IBM Oracle ICC. IBM s Live Partition Mobility (LPM): Oracle s Database Support

IBM Oracle ICC. IBM s Live Partition Mobility (LPM): Oracle s Database Support IBM s Live Partition Mobility (LPM): Oracle s Database Support Wayne T. Martin - IBM STG Solutions Relationship Mgr. Moshe F. Reder - IBM Oracle International Competency Center July 2009 2009 IBM Corporation

More information

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database 12c Andy Mendelsohn Senior Vice President Oracle Database Server Technologies October 4, 2012 2 Safe Harbor Statement "Safe Harbor Statement: Statements in this presentation relating

More information

Exadata V2 Sun Oracle Database Machine

Exadata V2 Sun Oracle Database Machine Exadata V2 Sun Oracle Database Machine Andrew Mendelsohn Andrew Mendelsohn Senior Vice President, Database Server Technologies July 14, 2010 Safe Harbor Statement Statements in this presentation relating

More information

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Mike Piech Senior Director, Product Marketing The following is intended to outline our general product direction. It

More information

OTM 101 Chris Gumz XPO Logistics OTM SIG User Conference Philadelphia, PA

OTM 101 Chris Gumz XPO Logistics OTM SIG User Conference Philadelphia, PA OTM 101 Chris Gumz XPO Logistics OTM SIG User Conference Philadelphia, PA August 11, 2014 Agenda Introduction Transportation Market Oracle Transportation Management Domain Structure User Roles Navigation

More information

Oracle Real-Time Scheduler Benchmark

Oracle Real-Time Scheduler Benchmark An Oracle White Paper November 2012 Oracle Real-Time Scheduler Benchmark Demonstrates Superior Scalability for Large Service Organizations Introduction Large service organizations with greater than 5,000

More information

100 Million Subscriber Performance Test Whitepaper:

100 Million Subscriber Performance Test Whitepaper: An Oracle White Paper April 2011 100 Million Subscriber Performance Test Whitepaper: Oracle Communications Billing and Revenue Management 7.4 and Oracle Exadata Database Machine X2-8 Oracle Communications

More information

Oracle Utilities Mobile Workforce Management Benchmark

Oracle Utilities Mobile Workforce Management Benchmark Oracle Utilities Mobile Workforce Management Benchmark Demonstrates Superior Scalability for Large Field Service Organizations O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Large

More information

10 Ways Oracle Cloud Is Better Than AWS

10 Ways Oracle Cloud Is Better Than AWS 10 Ways Oracle Cloud Is Better Than AWS BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning

More information

IBM A Accessment: Power Systems with POWER7 Common Sales Skills -v2.

IBM A Accessment: Power Systems with POWER7 Common Sales Skills -v2. IBM A4040-122 Accessment: Power Systems with POWER7 Common Sales Skills -v2 http://killexams.com/exam-detail/a4040-122 Answer: A QUESTION: 92 A customer has a Power 570 server with a 3582 Tape Library

More information

IBM Oracle ICC. IBM Power Systems and IBM FlashSystem Flash Storage Performance for Oracle Applications

IBM Oracle ICC. IBM Power Systems and IBM FlashSystem Flash Storage Performance for Oracle Applications IBM Power Systems and IBM FlashSystem Flash Storage Performance for Oracle Applications Oracle Alliance Oracle Team Alliance Team International Competency Center International Competency Center Patrick

More information

Cloud Computing with Exadata & Exalogic

Cloud Computing with Exadata & Exalogic Cloud Computing with Exadata & Exalogic Chris Baker Senior Vice President, Core Technology Europe, Middle East & Africa Andrew Sutherland Senior Vice President, Middleware Europe, Middle East & Africa

More information

RODOD Performance Test on Exalogic and Exadata Engineered Systems

RODOD Performance Test on Exalogic and Exadata Engineered Systems An Oracle White Paper March 2014 RODOD Performance Test on Exalogic and Exadata Engineered Systems Introduction Oracle Communications Rapid Offer Design and Order Delivery (RODOD) is an innovative, fully

More information

11648 User Experiences Installing Oracle on Linux on System z August 7, 2012

11648 User Experiences Installing Oracle on Linux on System z August 7, 2012 11648 User Experiences Installing Oracle on Linux on System z August 7, 2012 Marianne Eggett zenterprise Linux Solutions Consultant marianne.eggett@mainline.com Tom Kennelly zenterprise Oracle on Linux

More information

Case Studies in Action Tips for Creating a Next- Generation Data Warehouse

Case Studies in Action Tips for Creating a Next- Generation Data Warehouse Case Studies in Action Tips for Creating a Next- Generation Data Warehouse Sam Strum, Director of Data Services, INTTRA events.techtarget.com SearchBusinessAnalytics SUMMIT What Will Be Presented Overview

More information

Performance Baseline of Exadata X4-2

Performance Baseline of Exadata X4-2 Performance Baseline of Exadata X4-2 Part IV: Database Load (DBL) Performance Technical Presentation June 2014 Contents 1 Introduction to Data Load (DBL) Performance Tests 2 System Configuration 3 Database

More information

Integrating OTM With SAP

Integrating OTM With SAP Oracle SIG August 11 th 2014 Integrating OTM With SAP Architect Specialist: Akta Srivastava Lead Architect Specialist: Alok Chandra Sr. Supply Chain Expertise Manager: Laura Wilkinson Freight Global Business

More information

ARCHIVING - PURGING IN DHL. Krishna Sabbineni & Anand Vasudevan Xchanging/DHL March, 2014

ARCHIVING - PURGING IN DHL. Krishna Sabbineni & Anand Vasudevan Xchanging/DHL March, 2014 ARCHIVING - PURGING IN DHL Krishna Sabbineni & Anand Vasudevan Xchanging/DHL March, 2014 AGENDA DHL Background & OTM Usage Business Case & Challenges Options Explored, Timeline & Scope Archiving Solution

More information

One Stop Tool/Application for time to market TMS IT Applications

One Stop Tool/Application for time to market TMS IT Applications One Stop Tool/Application for time to market TMS IT Applications Satya Vabilisetty July 30 th 2013 References S.NO Industry $ Revenue Type of engagement 1 High Tech USD 46 B Implementation/Business Consulting

More information

Catch your big break into big data NetApp E-Series Advantage Partner Program

Catch your big break into big data NetApp E-Series Advantage Partner Program Catch your big break into big data NetApp E-Series Advantage Partner Program In 2016, we can expect to see businesses looking to find new ways to capture more data. This will drive demand even more for

More information

The Customer. The Challenge. The Solution

The Customer. The Challenge. The Solution a t t e n t i o n. a l w a y s. Increased IT infrastructure effectiveness by 80% with Microsoft System Center Operations Manager for a Fortune 100 firm CASE STUDY The Customer This Fortune 100 firm is

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

The Journey ConAgra OTM Implementation

The Journey ConAgra OTM Implementation The Journey ConAgra OTM Implementation Ryan Oswald Amy Smith Dawn Wilson ConAgra Foods, Inc Agenda ConAgra Overview Reasons for OTM Implementation Timeline Implementation Approach FTI Rate & Award Maintenance

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session #13: Exadata HealthCheck

<Insert Picture Here> Exadata MAA Best Practices Series Session #13: Exadata HealthCheck Exadata MAA Best Practices Series Session #13: Exadata HealthCheck Vern Wagman Principle Member of Technical Staff Exadata MAA Best Practices Series 1. E-Business Suite on Exadata

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights

IBM i Reduce complexity and enhance productivity with the world s first POWER5-based server. Highlights Reduce complexity and enhance productivity with the world s first POWER5-based server IBM i5 570 Highlights Integrated management of multiple operating systems and application environments helps reduce

More information

FlashStack For Oracle RAC

FlashStack For Oracle RAC FlashStack For Oracle RAC May 2, 2017 Mayur Dewaikar, Product Management, Pure Storage John McAbel, Product Management, Cisco What s Top of Mind for Oracle Teams? 1 2 3 4 Consolidation Scale & Speed Simplification

More information

DELL EMC POWEREDGE 14G SERVER PORTFOLIO

DELL EMC POWEREDGE 14G SERVER PORTFOLIO DELL EMC POWEREDGE 14G SERVER PORTFOLIO Transformation without compromise Seize your share of a huge market opportunity and accelerate your business by combining sales of the exciting new Dell EMC PowerEdge

More information

Enterprise Resource Planning Systems

Enterprise Resource Planning Systems Enterprise Resource Planning Systems Historical Perspective The unprecedented growth of information and communication technologies (ICT) driven by microelectronics, computer hardware and software systems

More information

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features

SurPaaS Analyzer. Cut your application assessment. Visualize Your Cloud Options. Time by a factor of 10x and Cost by 75% Unique Features SurPaaS Analyzer Visualize Your Cloud Options DATASHEET Cut your application assessment Time by a factor of 10x and Cost by 75% SurPaaS Analyzer is a Cloud smart decision-enabling tool that analyzes your

More information

Microsoft Dynamics AX 2012 Day in the life benchmark summary

Microsoft Dynamics AX 2012 Day in the life benchmark summary Microsoft Dynamics AX 2012 Day in the life benchmark summary In August 2011, Microsoft conducted a day in the life benchmark of Microsoft Dynamics AX 2012 to measure the application s performance and scalability

More information

Application MAA Best Practices on Oracle Exadata

Application MAA Best Practices on Oracle Exadata Application MAA Best Practices on Oracle Exadata Mathew Steinberg Exadata Product Management Raymond Dutcher Maximum Availability Architecture and X-Team Vivek Puri Database Administration The Sherwin

More information

Making BI Easier An Introduction to Vectorwise

Making BI Easier An Introduction to Vectorwise Taking Action on Big Data Making BI Easier An Introduction to Vectorwise Richard.Stock@actian.com Actian Overview Taking Action on Big Data Ingres Vectorwise Action Apps. Cloud Action Platform World class

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

Detailed Upfront Cost Breakdown

Detailed Upfront Cost Breakdown Analysis Summary Today, many enterprises are striving to transform their IT organization from a cost center into a strategic asset and looking for ways to get more value from their application and data

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

Introduction to IBM Insight for Oracle and SAP

Introduction to IBM Insight for Oracle and SAP Introduction to IBM Insight for Oracle and SAP Sazali Baharom (sazali@my.ibm.com) ISV Solutions Architect IBM ASEAN Technical Sales Target Audience Consultants, Managers, Sr. Managers Infrastructure Service

More information

Customs Management in GTM Containerized Vessel Imports and Exports

Customs Management in GTM Containerized Vessel Imports and Exports Customs Management in GTM Containerized Vessel Imports and Exports Vijay Sai Somisetti vsomisetti@scoular.com Tanner Jessee tjessee@scoular.com Agenda Overview Requirements Business Scenarios OTM Customs

More information

Enterprise Case Study: Accelerating business reporting with engineered systems

Enterprise Case Study: Accelerating business reporting with engineered systems Enterprise Case Study: Accelerating business reporting with engineered systems How Deutsche Telekom produced BI reports up to eight times faster with Oracle Exalytics Publication Date: 04 Mar 2016 Product

More information

Managing Data Warehouse Growth in the New Era of Big Data

Managing Data Warehouse Growth in the New Era of Big Data Managing Data Warehouse Growth in the New Era of Big Data Colin White President, BI Research December 5, 2012 Sponsor 2 Speakers Colin White President, BI Research Vineet Goel Product Manager, IBM InfoSphere

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation Versatile, scalable workload management IBM xseries 430 With Intel technology at its core and support for multiple applications across multiple operating systems, the xseries 430 enables customers to run

More information

New Ways to Leverage Open Source

New Ways to Leverage Open Source #techsummitch New Ways to Leverage Open Source NEW DEMANDS NEW OPPORTUNITIES Open Source Projects Have Exploded + SUSE: What it Means to be Open Open Source Community Customers & Partners Committed to

More information

IDEAS Product Overview

IDEAS Product Overview Product Overview P2 s is an international oil and gas venture management software. handles financial management, supplier relationship management, partner relationship management, operations management,

More information

ORACLE EXALYTICS IN-MEMORY MACHINE X3-4

ORACLE EXALYTICS IN-MEMORY MACHINE X3-4 ORACLE EXALYTICS IN-MEMORY MACHINE X3-4 PRODUCT FACTS & FEATURES KEY FEATURES 40 CPU cores 2 TB of RAM QDR (40 Gb/second) InfiniBand connectivity to Oracle Exadata, Oracle Exalogic and Oracle super clusters.

More information

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Russell Hull - SAP

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Russell Hull - SAP Analyze Big Data Faster and Store it Cheaper Dominick Huang CenterPoint Energy Russell Hull - SAP ABOUT CENTERPOINT ENERGY, INC. Publicly traded on New York Stock Exchange Headquartered in Houston, Texas

More information

FUT SLES for POWER Trends and Roadmap. Jay Kruemcke Product

FUT SLES for POWER Trends and Roadmap. Jay Kruemcke Product FUT89014 - SLES for POWER Trends and Roadmap Jay Kruemcke Product Manager jayk@suse.com @mr_sles Line Of Business Leaders Focus On Analytics For Competitiveness 89% 83% 26.4% Of Business Leaders Believe

More information

Getting Started with Exadata & Smart Scan

Getting Started with Exadata & Smart Scan Getting Started with Exadata & Smart Scan Aman Sharma Aman Sharma Who Am I? Aman Sharma About 12+ years using Oracle Database Oracle ACE Frequent Contributor to OTN Database forum(aman.) Oracle Certified

More information

The Basics of Business Intelligence. PMI IT LIG August 19, 2008

The Basics of Business Intelligence. PMI IT LIG August 19, 2008 The Basics of Business Intelligence PMI IT LIG August 19, 2008 Presenter Anthony Boles Managing Director Intelligent Ventures Inc. 1113 Murfreesboro Rd. Suite 106-103 Franklin, TN 37064 615-599-8666 Brief

More information

Approaches to Reduce Your Application and OLTP Costs

Approaches to Reduce Your Application and OLTP Costs Track 3 Andrew Manby Program Director, IBM SW Market Strategy Approaches to Reduce Your Application and OLTP Costs IBMSmarterSystemsTour2010 2009 IBM Corporation Smarter Planet solutions have diverse workloads

More information

Managed IT

Managed IT Managed IT +617 3222 2555 info@citec.com.au Managed IT Through our managed IT Services, we become an extension of your IT department, allowing you to scale, achieve greater flexibility, and focus on your

More information

An Oracle White Paper Mar Oracle E-Business Suite Incentive Compensation for Engineered Systems

An Oracle White Paper Mar Oracle E-Business Suite Incentive Compensation for Engineered Systems An Oracle White Paper Mar 2017 Oracle E-Business Suite Incentive Compensation for Engineered Systems Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

How can LSPs maximize ROI from their OTM Application A radical perspective. Sudheer Pamighantam

How can LSPs maximize ROI from their OTM Application A radical perspective. Sudheer Pamighantam How can LSPs maximize ROI from their OTM Application A radical perspective June 5, 2012 Sudheer Pamighantam Practice Head Logistics Mahindra Satyam Introduction Objectives of a OTM program are many 1.

More information

An Oracle White Paper November SPARC SuperCluster: The High Performance Engineered System for Data Center Transformation

An Oracle White Paper November SPARC SuperCluster: The High Performance Engineered System for Data Center Transformation An Oracle White Paper November 2012 SPARC SuperCluster: The High Performance Engineered System for Data Center Transformation Disclaimer The following is intended to outline our general product direction.

More information

Rail Challenges and Benefits with OTM

Rail Challenges and Benefits with OTM Rail Challenges and Benefits with OTM P pp August 15, 2012 Pp Debbie Baker, OmniSource George Moser, Hitachi Consulting Introduction to OmniSource Founded in 1943 HQ in Fort Wayne, IN Shipped over 6 million

More information

QuickSpecs. What's New Altair Engineering PBS Professional now offered on a per socket basis

QuickSpecs. What's New Altair Engineering PBS Professional now offered on a per socket basis Overview HP ProLiant HPC (High Performance Computing) Linux Partner Software Options is a set of software products from HP partners that complement or expand choices beyond HP's branded offerings. These

More information

Performance Tuning Customer Success Stories

Performance Tuning Customer Success Stories Oracle Business Intelligence 11g Performance Tuning Customer Success Stories Antony Heljula December 2013 Peak Indicators Limited 2 About this Presentation Aggregation using Oracle BI This presentation

More information

IBM Tivoli Intelligent Orchestrator

IBM Tivoli Intelligent Orchestrator Meet your peak on demand business requirements with orchestration IBM Tivoli Intelligent Orchestrator Highlights Anticipates and triggers the Helps protect technology investments by orchestrating the response

More information

Oracle PaaS and IaaS Universal Credits Service Descriptions

Oracle PaaS and IaaS Universal Credits Service Descriptions Oracle PaaS and IaaS Universal Credits Service Descriptions December 1, 2017 Oracle PaaS_IaaS_Universal_CreditsV120117 1 Metrics... 3 Oracle PaaS and IaaS Universal Credit... 8 Oracle PaaS and IaaS Universal

More information

Innovative solutions to simplify your business. IBM System i5 Family

Innovative solutions to simplify your business. IBM System i5 Family Innovative solutions to simplify your business IBM System i5 Family Highlights Provide faster, extremely reliable and highly secure ways to help simplify your IT environment, enabling savings to be invested

More information

Ibm Cognos Express Planner Applications User Guide >>>CLICK HERE<<<

Ibm Cognos Express Planner Applications User Guide >>>CLICK HERE<<< Ibm Cognos Express Planner Applications User Guide PM77424, Cognos Express documentation error regarding scheduling PM78917, Planner based Applications prompted to re-enter their credentials, while. IBM

More information

Get a Second Opinion: Enterprise GIS Health Checks. Matt Marino, Esri Sam Libby, Esri

Get a Second Opinion: Enterprise GIS Health Checks. Matt Marino, Esri Sam Libby, Esri Get a Second Opinion: Enterprise GIS Health Checks Matt Marino, Esri Sam Libby, Esri What is an Enterprise GIS Health Check An Onsite Engagement Focusing On: - Proactively reviewing and assessing current

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

Oracle Engineered Systems for Govies

Oracle Engineered Systems for Govies Knowledge. Advice. Clarity Oracle Engineered Systems for Govies Presented by Discover and explore how Oracle s engineered systems can help public sector organizations transform and simplify complex IT

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

Varibill Implementation Plan On-Premise

Varibill Implementation Plan On-Premise Varibill Implementation Plan On-Premise Last Modified: 2017/02/09 6:12 AM Version: 27.0 Page 1 of 12 Table of Contents 1. Introduction... 3 1.1. Purpose... 3 1.2. System Overview... 3 1.2.1. Assumptions

More information

IBM Power Systems. Bringing Choice and Differentiation to Linux Infrastructure

IBM Power Systems. Bringing Choice and Differentiation to Linux Infrastructure IBM Power Systems Bringing Choice and Differentiation to Linux Infrastructure Stefanie Chiras, Ph.D. Vice President IBM Power Systems Offering Management Client initiatives Cognitive Cloud Economic value

More information

ORACLE COMMUNICATIONS BILLING AND REVENUE MANAGEMENT RELEASE 7.3

ORACLE COMMUNICATIONS BILLING AND REVENUE MANAGEMENT RELEASE 7.3 ORACLE COMMUNICATIONS BILLING AND REVENUE MANAGEMENT RELEASE 7.3 With the release of Oracle Communications Billing and Revenue Management Release 7.3, Oracle continues to build upon the innovation established

More information

Final Project. GoGreen Insurance Company

Final Project. GoGreen Insurance Company Final Project GoGreen Insurance Company 1 Final Project Overview 1 2 Analyze needs and current architecture Design an AWS solution meeting the provided requirements Provide solution details in the Project

More information

IBM Data Management Services Softek Replicator UNIX technical overview Data protection with replication for increased availability

IBM Data Management Services Softek Replicator UNIX technical overview Data protection with replication for increased availability IBM Data Management Services Replicator UNIX technical overview Data protection with replication for increased availability 2007 IBM Corporation agenda 1 2 3 4 5 6 7 8 Replicator UNIX overview Key features

More information

SAP Supply Chain Management

SAP Supply Chain Management Estimated Students Paula Ibanez Kelvin Thompson IDM 3330 70 MANAGEMENT INFORMATION SYSTEMS SAP Supply Chain Management The Best Solution for Supply Chain Managers in the Manufacturing Field SAP Supply

More information

Xerox International Partners (XIP), established in 1991 as a joint venture between Fuji Xerox Co. Ltd.

Xerox International Partners (XIP), established in 1991 as a joint venture between Fuji Xerox Co. Ltd. IMPROVED ORDER FILL RATE, DSI AND OPERATIONAL EFFICIENCY FOR DEMAND DRIVEN SUPPLY CHAIN BY UPGRADING AND INTEGRATING MANUGISTICS SCPO AND COLLABORATE SOLUTION TO JDA 7.4.X SUCCESSFULLY Sudam Sahoo, President,

More information

PEAK SEASON PREPARATION. A guide provided by the Manhattan Associates Customer Support Organization

PEAK SEASON PREPARATION. A guide provided by the Manhattan Associates Customer Support Organization PEAK SEASON PREPARATION A guide provided by the Manhattan Associates Customer Support Organization Peak Season Prep A guide provided by the Manhattan Associates Customer Support Organization Over the years,

More information

IBM Cognos 10.2 BI Demo

IBM Cognos 10.2 BI Demo IBM Cognos 10.2 BI Demo IBM Cognos Course Overview: In this training, participants acquire skills needed to develop activity, modeling and some admin works. Each and every concept is supported with documents

More information

Going beyond today: Extending the platform for cloud, mobile and analytics

Going beyond today: Extending the platform for cloud, mobile and analytics Going beyond today: Extending the platform for cloud, mobile and analytics 2 Analytics System ETL ETL Data Mart Analytics System Data Mart Data Mart One move leads to another and another and another ETL

More information

Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable

Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable Exalytics The Fastest Oracle Essbase, Hyperion Planning, & OBIEE Performance Imaginable Glenn Schwartzberg info@interrel.com glennschwartzbergs-essbaseblog.blogspot.com Disclaimer These slides represent

More information

H O W T O M O R R O W M O V E S

H O W T O M O R R O W M O V E S HOW TOMORROW MOVES DEFINING THE HIGHLY AUTOMATED RAILROAD A.J. Erdman Director Project Controls 21 March 2017 WHO WE ARE Vision To be the safest, most progressive North American railroad, relentless in

More information

Transforming Procurement with Oracle Business Intelligence Cloud Services (BICS)

Transforming Procurement with Oracle Business Intelligence Cloud Services (BICS) Transforming Procurement with Oracle Business Intelligence Cloud Services (BICS) Kshitij Kumar Global VP of BI/EPM and CTO Apps Associates LLC April 09, 2015 Copyright 2015. Apps Associates LLC. 1 Agenda

More information

Enterprise Command Center

Enterprise Command Center Enterprise Command Center Empowering the Oracle E-Business Suite User Experience: Data Discovery and Visualization Muhannad Obeidat VP of Development E-Business Suite October, 2018 Copyright 2018, Oracle

More information

IBM PureData System for Analytics Overview

IBM PureData System for Analytics Overview IBM PureData System for Analytics Overview Chris Jackson Technical Sales Specialist chrisjackson@us.ibm.com Traditional Data Warehouses are just too complex They do NOT meet the demands of advanced analytics

More information

2009/2010 Challenges Application drives HPC Business Ready.., future for performance computing Business Ready - Radioss

2009/2010 Challenges Application drives HPC Business Ready.., future for performance computing Business Ready - Radioss 2009/2010 Challenges Application drives HPC Business Ready.., future for performance computing Business Ready - Radioss 19/10/2009 Sun Microsystems Ltd 2 Today s presentation contains forward-looking statements.

More information

Ten reasons why customers choose SAP Business Suite powered by SAP HANA to transform their business.

Ten reasons why customers choose SAP Business Suite powered by SAP HANA to transform their business. Top Ten reasons why customers choose SAP Business Suite powered by SAP HANA to transform their business. - Platform Transactional, analytical, social, mobile, predictive, and cloud Innovation Without Disruption

More information

Virtualizing Enterprise SAP Software Deployments

Virtualizing Enterprise SAP Software Deployments Virtualizing SAP Software Deployments A Proof of Concept by HP, Intel, SAP, SUSE, and VMware Solution provided by: The Foundation of V Virtualizing SAP Software Deployments A Proof of Concept by HP, Intel,

More information

St Louis CMG Boris Zibitsker, PhD

St Louis CMG Boris Zibitsker, PhD ENTERPRISE PERFORMANCE ASSURANCE BASED ON BIG DATA ANALYTICS St Louis CMG Boris Zibitsker, PhD www.beznext.com bzibitsker@beznext.com Abstract Today s fast-paced businesses have to make business decisions

More information

z Systems The Lowest Cost Platform

z Systems The Lowest Cost Platform z Systems The Lowest Cost Platform Using IT Economics (TCO) to prove that z Systems is in fact the lowest cost platform, with the highest QoS! David F. Anderson PE dfa@us.ibm.com June 24, 2016 Christopher

More information

VCE VBLOCK SYSTEMS. The Leading Converged Infrastructure. Copyright 2013 EMC Corporation. All rights reserved.

VCE VBLOCK SYSTEMS. The Leading Converged Infrastructure. Copyright 2013 EMC Corporation. All rights reserved. VCE VBLOCK SYSTEMS The Leading Converged Infrastructure Copyright 2013 EMC Corporation. All rights reserved. 1 2013 VCE Company, LLC. All rights reserved. VCE: A FOUNDATION FOR IT TRANSFORMATION TODAY

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

Management Information Systems - Enterprise Systems

Management Information Systems - Enterprise Systems Management Information Systems - Enterprise Systems Cross Functional Systems What is EDI? Why ERP? What is ERP? Evolution of ERP Benefits of ERP SAP Overview What is CRM? Learning Objectives Refer (Unit

More information

Transportation Quote to Cash Cycle in OTM - Better Collaboration with global supply chain partners

Transportation Quote to Cash Cycle in OTM - Better Collaboration with global supply chain partners Transportation Quote to Cash Cycle in OTM - Better Collaboration with global supply chain partners 13 th August 2014 Nagappan Gandhiramanathan & Subrahmanyam Veeturi 1 Agenda 1 Introduction Logistics Service

More information

An Oracle White Paper April Oracle E Business Suite Projects for Engineered Systems

An Oracle White Paper April Oracle E Business Suite Projects for Engineered Systems An Oracle White Paper April 2013 Oracle E Business Suite Projects for Engineered Systems Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

How Oracle Uses Fusion Middleware: SOA, BPEL, BI, Identity Management, and ECM Inside Oracle

How Oracle Uses Fusion Middleware: SOA, BPEL, BI, Identity Management, and ECM Inside Oracle ORACLE PRODUCT LOGO How Oracle Uses Fusion Middleware: SOA, BPEL, BI, Identity Management, and ECM Inside Oracle Presenters: Mark Field, VP, Oracle Application Labs Barry Geraghty, IT Director, Oracle

More information

Complement Core Business Processes with Custom Applications Built on SAP HANA

Complement Core Business Processes with Custom Applications Built on SAP HANA Complement Core Business Processes with Custom Applications Built on SAP HANA Dr. Stephan Gerali Lockheed Martin Space Systems, Software Engineer & Architect Dan Lahl SAP, VP of Product Marketing How do

More information

Oracle Autonomous Data Warehouse Cloud

Oracle Autonomous Data Warehouse Cloud Oracle Autonomous Data Warehouse Cloud 1 Lower Cost, Increase Reliability and Performance to Extract More Value from Your Data With Oracle Autonomous Data Warehouse Cloud Today s leading-edge organizations

More information

GE Healthcare. Centricity Practice Solution 12 and Centricity EMR 9.8: Draft Software/Hardware Requirements. November 14, 2013

GE Healthcare. Centricity Practice Solution 12 and Centricity EMR 9.8: Draft Software/Hardware Requirements. November 14, 2013 GE Healthcare Centricity Practice Solution 12 and Centricity EMR 9.8: Draft Software/Hardware Requirements 2013 General Electric Company All rights reserved. This does not constitute a representation or

More information

BRIGHT SUITE Optimize Fulfillment with Deposco

BRIGHT SUITE Optimize Fulfillment with Deposco BRIGHT SUITE Optimize Fulfillment with Deposco Cloud-Based Order Management & Omnichannel Fulfillment Solutions to Solve Your Supply Chain Challenges Deposco, Inc. 4800 North Point Parkway Suite 100 Alpharetta,

More information

Cloud Computing and DBaaS

Cloud Computing and DBaaS Cloud Computing and DBaaS The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Inventory Management Overview: designed to be flexible allowing for unique item and bulk item

Inventory Management Overview: designed to be flexible allowing for unique item and bulk item Supply chain management ERP Service Outline The following outline is intended to provide a general understanding of the functionality of the ERP systems provided by SCM called DWS. DWS (Data Warehouse

More information

SAM Infrastructure Optimization

SAM Infrastructure Optimization SAM SOFTWARE ASSET MANAGEMENT SAM Infrastructure Optimization Engagement Kit SAM Engagement Kit Table of Contents How to use this document 3 Introduction 4 Step 1: Planning 7 Step 2: Data collection 10

More information