Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

Size: px
Start display at page:

Download "Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template"

Transcription

1 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

2 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

3 Managing Oracle WebLogic Server and Oracle Coherence with Oracle Enterprise Manager 12c Brett Curtis, IDEXX Laboratories Jim Baron, IDEXX Laboratories Madhav Sathe, Oracle

4 Agenda Overview Case study IDEXX Laboratories Q&A 4 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

5 Overview 5 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

6 Oracle Enterprise Manager 12c Complete Cloud Lifecycle Management Integrated Cloud Stack Management Business-Driven Application Management Self-Service IT Simple and Automated Business Driven 6 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

7 WebLogic management new features Improve productivity & mitigate risks Perform administration operations directly from Cloud Control console Gain flexibility on how to control WebLogic Server processes (i.e. start/stop via Node Manager, default script or custom script) Identify hot spots quickly via graphical heat map view for middleware targets Apply patches to WebLogic Servers spanning multiple domains in single operation New Middleware Diagnostics Advisor findings for JMS queues 7 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

8 Coherence management new features Gain visibility and control over mission critical Coherence applications Alert in seconds if node goes down Monitor large deployments (300+ nodes) Support for ExtendedMBean flag (Coherence and above) Coherence (standalone) certification Improved discovery mechanism with proactive diagnostics Improved administrative privileges & propagation Improved emcli support 8 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

9 Case study IDEXX Laboratories 9 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

10 Managing WebLogic Server and Coherence with Enterprise Manager 12c How IDEXX solved its monitoring, diagnostics and configuration challenges with Oracle tools How to optimally configure Oracle Enterprise Manager Cloud Control 12c in your own environment Additional use cases.

11 Agenda Introduction to IDEXX Laboratories, Inc. Introduction to Beacon Our Internally Developed CRM 11

12 About IDEXX A Portfolio of Businesses with Global Market Leadership Pet Healthcare Technology Production Animal Diagnostics Water Microbiology Strategy of Innovation in Diagnostics and Information Technology Track record of Growth through Innovation and Operational Excellence 12

13 About IDEXX 5 People in 1984 Over 5,000 People Worldwide Today $1.2 Billion in Revenue Offices in 18 countries More than 350 scientists, engineers and veterinarians on staff worldwide 50+ PhDs in biochemistry, cell biology, immunology, molecular biology, physical chemistry, physics and microbiology Specialists in Diverse Technologies including Immunoassays, DNA Probes, Clinical Chemistries, Hematology, Molecular Biology and Cellular Biology 130+ specialists and 90+ board-certified veterinarians 350+ IT People Globally 13

14 Its About The Integration ProCyte Dx Hematology Analyzer Cornerstone PIMS PIMS Integration Global Reference Laboratories Catalyst Dx Chemistry Analyzer IDEXX VetLab Station Digital Radiography e-commerce SNAPshot Dx Snap Kit Analyzer

15 Beacon Why Build One year project to look for packaged solution Multiple LOBs converging on one customer Integration of Customer Support, Sales, and others Tightly integrated with other core IDEXX systems Over 30 different user groups Custom built to IDEXX processes where necessary and standardized globally where needed Technology Scaled for World Wide Use (e.g. 1 support team, standardization) Advantages of self build (e.g. avoiding license costs) Data and services are re-usable for multiple functions 15

16 Beacon is Mission Critical Global CRM Over 1300 customer facing employees depend on it for their day to day activities Critical integration points and 360 view of the customer that no other system has 16

17 Beacon is Mission Critical Four Call Centers around the world that use Beacon as their primary system for customer support across 10 lines of business Global field sales force that uses Beacon as their primary system for managing all sales activities and data Beacon is the initial entry point for sales opportunities and quotes which means downtime has a direct impact to the revenue stream of the company Over 30,000 different data elements used throughout the application from several different sources to include SAP. By consolidating and caching this domain data in Coherence we are able to manage it in a single place with different rules for categories of data that change on daily, weekly, or monthly basis. 17

18 Managing WebLogic Server and Coherence with Enterprise Manager 12c How IDEXX solved its monitoring, diagnostics and configuration challenges with Oracle tools How to optimally configure Oracle Enterprise Manager Cloud Control 12c in your own environment Additional use cases.

19 Agenda Middleware architecture, application usage and flow. Coherence configuration on Enterprise Manager 12c. Enterprise Manager 12c usage and examples Questions & Answers 19

20 Middleware Architecture Oracle HTTP Servers Static Content Proxy (mod_wl) Weblogic Coherence SOA Suite Service Bus Web Tier Oracle Service Bus Security Checks Proxy Services Beacon WebLogic Domain 3 Clusters, 3 Nodes each & 1 Coherence Cluster, 3 Storage Enabled Nodes 20

21 Middleware Architecture ActiveCache Out-of-Process topology: Standalone Coherence cache servers to host the data True, separate data tier Reduces WebLogic server overhead. Applications join the coherence cluster via module descriptors: weblogic.xml these descriptors can be changed via deployment plans. 21

22 Application Usage and Flow Example of 24-hour Usage: OSB Requests (per minute each JVM) WLS Requests (per minute each JVM) Coherence Caches - Thousands of objects, millions of gets and puts. 22

23 Enterprise Manager 12c R3 Configuration Overview - Enterprise Manager 12c R3 Configuration: Set up standalone JMX management node Add integration properties to nodes Configure JVMD and download jamagent Add coherence cluster to Enterprise Manager12c R3 Set up target properties using emcli NOTE: This is basic configuration of adding the coherence targets along with JVMD. JVM Diagnostics is part of Enterprise Manager. It primarily enables administrators to diagnose performance problems in Java applications. 23

24 Enterprise Manager 12c R3 Configuration Set up standalone JMX management node: Use following in addition to tangosol.coherence.member & oracle.coherence.machine properties coherenceemintg.jar and bulkoperationsmbean.jar in classpath. These jars are available in <PLUGIN_HOME>/<MIDDLEWARE_MONITORING_PLU G-IN_DIRECTORY>/archives/coherence directory. oracle.sysman.integration.coherence.emintegrationserv er use this as main class tangosol.coherence.management.refresh.expiry=30s or 1m Coherence remote JMX properties 24

25 Enterprise Manager 12c R3 Configuration Configure WebLogic Servers & Cache Nodes Arguments for integration with Oracle Enterprise 12c : tangosol.coherence.member unique name for each node in the cluster, it can t be blank oracle.coherence.machine host name string used to setup host target, for association between node and host targets Sample: -Dtangosol.coherence.machine=wmecrmp01.idexxi.com - Doracle.coherence.machine=wmecrmp01.idexxi.com - Dtangosol.coherence.mode=prod - Dtangosol.coherence.localhost=wmecrmp01.idexxi.com - Dtangosol.coherence.member=wl_pr1_01 - Dtangosol.coherence.session.localstorage=false - Dtangosol.coherence.override=/fmw/domains/crm_fmw_pr1_wme/config/coherence/ crm_cache_dv1/tangosol-coherence-override.xml 25

26 Enterprise Manager 12c R3 Configuration Modify coherence servers and download jamagent: Download the jamagent from the OMS in setup > middleware management > application performance management Select JVMs and Pools. Click Download. Classpath: /fmw/products/coherence_3.7/jamagent.war Arguments: jamagent.jamrun jamconshost=wmeoemp1.idexxi.com jamconsport=3800 jampool=crm_cache_pr1 jamjvmid=crm_cache_pr1/cache_pr1_01 - Doracle.coherence.jamjvmid=crm_cache_pr1/cache_pr1_01 26

27 Enterprise Manager 12c R3 Configuration Add coherence cluster to Enterprise Manager12c R3: Login to Enterprise Manager 12c R3 console to add the coherence cluster as a target. Setup > Add Target > Add Targets Manually Select Add Targets Using Guided Process. Select Oracle Coherence Cluster Discovery from the Target Types drop-down menu. 27

28 Enterprise Manager 12c R3 Configuration 28

29 Enterprise Manager 12c R3 Configuration Setting up target properties using emcli: At this time the OMS does not support propagation of target properties to the coherence cache members. Login to emcli. Find targets. Set properties using a properties file. 29

30 Enterprise Manager 12c usage and examples Best Practices: Treat EM 12c as an enterprise tool from the beginning, not a database tool or middleware tool. Not even a standalone monitoring tool. Define some simple goals. Define and create an add target administrator. Use monitoring templates. Keep EM 12c clean and manage incidents. If it s not a problem, adjust the monitoring templates. If it s a problem fix it, EM is telling you something is wrong! Use blackouts on down targets or targets undergoing maintenance. Lock users down by default, open target and resource privileges when needed. Take time to understand the credential system and use it to your advantage. 30

31 Enterprise Manager 12c usage and examples Our Environment: Almost 5000 targets 63 database instances 3 Exadata systems (development ExaLogic will be added soon) 32 WebLogic domains, 193 WebLogic servers, 41 coherence caches, 31 Oracle httpd servers 121 hosts 31

32 Enterprise Manager 12c usage and examples Node Performance View: Monitor network performance Send/Receive Success Rate Per Min (%) Check Memory Used After GC wrt to the Max allocated for each pool (old/nursery) Check frequency and overhead of GC (old vs young) 32

33 Enterprise Manager 12c usage and examples Cache Performance View: Compare hits vs misses See hits on front cache See hits on back cache, misses on front. See events per min Check out each cache 33

34 Enterprise Manager 12c usage and examples Cache Data Management: Several operations, view data, delete data, insert, update, view explain plain. Create shared credentials for cache administrator access to the caches. NOTE: We are still working on this as we need to be able to share credentials at the cluster level and have it propagate to all member caches. 34

35 Enterprise Manager 12c usage and examples JVMD Live Thread Analysis: Real-time thread view. See and export STUCK threads. Determine bottleneck on slow running threads, DB, IO, network, etc. 35

36 Enterprise Manager 12c usage and examples JVMD cross tier SQL Analysis: Drill down from live thread view on jdbc waits to see SQL. Top SQL queries. Top DBWait events. 36

37 Enterprise Manager 12c usage and examples JVMD Heap Analysis: Memory leak reports. Load in heap on totally separate hosts. Export reports for development teams. 37

38 Enterprise Manager 12c usage and examples SOA & Defining Services: The basic concept within SOA is that of a Service A self-sufficient endpoint Well defined functionality Service level agreement Monitored and managed 38

39 Enterprise Manager 12c usage and examples Create a system: Pick members Dependent targets Availability Criteria 39

40 Enterprise Manager 12c usage and examples 40

41 Enterprise Manager 12c usage and examples Create a service: Choose test type Define a beacon Performance Metrics Usage Metrics 41

42 Enterprise Manager 12c usage and examples 42

43 Enterprise Manager 12c usage and examples 43

44 Wish List Shared credential propagation to members Have coherence targets be members of a WebLogic domain Target shared credentials at specific EM features like SWB (support workbench). Add target rights based on host. OSB cluster level aggregation Better CSI model too many CSIs. Only see patch recommendations based on MOS ID and CSIs to which you have access. WLST Commands similar to the way OS commands work. Corrective action library job library tighter integration. Corrective actions update when the library job is updated 44

45 Questions & Answers IDEXX Laboratories, Inc. idexx.com Personal Blog : 45

46 Oracle Enterprise Manager Sessions - Monday Session Session Title Day Time Location Managing Oracle WebLogic Server and Oracle Coherence with Oracle CON3267 Enterprise Manager 12c Monday 10:45 AM Moscone North Managing the Manager: Tips and Tricks for Maintaining Oracle Enterprise CON6287 Manager 12c Monday 10:45 AM Moscone South Make the Most of Your Oracle Exalytics and BI Investments with Oracle CON9572 Enterprise Manager 12c Monday 10:45 AM Moscone North CON9576 Six Essential Features for Effective Cloud-Based Testing Monday 10:45 AM Moscone South CON2131 DBA Best Practices for Performance Tuning in a Pluggable World Monday 12:15 PM Moscone South Westin San Francisco - CON9582 Oracle Exadata Management Deep Dive with Oracle Enterprise Manager 12c Monday 12:15 PM Metropolitan I Managing the Oracle Identity Management Platform with Oracle Enterprise CON9573 Manager Monday 1:45 PM Moscone North CON9590 Oracle Enterprise Manager 12c: Architecture, Concepts, and Best Practices Monday 1:45 PM Moscone South Automatic Workload Repository Soup to Nuts: Fundamentals of Database CON9578 Performance Analysis Monday 3:15 PM Moscone South CON9591 Oracle Enterprise Manager 12c Deployment and Tuning Best Practices Monday 4:45 PM Moscone South Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

47 Oracle Enterprise Manager Sessions - Tuesday Session Session Title Day Time Location CON8788 Maximizing Database Performance with Database Replay Tuesday 10:30 AM Moscone South CON9585 Zero to Cloud: Real Customers, Real-World Success Stories Tuesday 10:30 AM Moscone South General Session: Oracle Enterprise Manager 12c Product Update and GEN9592 Customer Perspectives Tuesday 12:00 PM Moscone South Optimize Oracle WebLogic Performance/Manageability: Oracle Enterprise CON9564 Manager Cloud Control 12c Tuesday 3:45 PM Moscone North CON9580 Best Practices for Maximizing Oracle Enterprise Manager 12c Availability Tuesday 3:45 PM Moscone South Harness the Power of Oracle Database 12c with Oracle Enterprise Manager CON9583 Database as a Service Tuesday 3:45 PM Moscone South Deploying Oracle Enterprise Manager 12c in a Complex Network Without CON3991 Compromising Security Tuesday 5:00 PM Moscone South CON9586 DBA s New Favorite: Lifecycle Management with Oracle Enterprise Manager 12c Tuesday 5:00 PM Moscone South Proactively Monitor Oracle WebLogic User Activity and Solve Issues Before End CON9574 Users Complain Tuesday 5:15 PM Moscone North Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

48 Oracle Enterprise Manager Sessions - Wednesday Session Session Title Day Time Location CON11255 Real-World Operating Excellence with Oracle Enterprise Manager 12c Wednesday 10:15 AM Westin San Francisco - Metropolitan I CON9480 Simplify and Enhance Siebel Management Technologies with Oracle Enterprise Manager Wednesday 10:15 AM Moscone West CON9566 Get Up and Running with Oracle Enterprise Manager for SOA and Oracle Fusion Middleware Wednesday 10:15 AM Moscone North CON9584 Deploying Applications in a Private Cloud with Oracle Enterprise Manager Wednesday 10:15 AM Moscone South General Session: Database Management Innovations Oracle Database 12c GEN8792 Manageability Highlights Wednesday 10:15 AM Moscone South CON4101 Take Your Oracle WebLogic Applications to the Next Level with Oracle Enterprise Manager 12c Wednesday 11:45 AM Moscone North CON9581 Optimize Oracle Enterprise Manager Monitoring for Your Global Data Center Wednesday 11:45 AM Moscone South CON9579 Step-by-Step Cookbook for Identifying and Tuning SQL Problems Wednesday 1:15 PM Moscone South CON9589 Building a SPARC Cloud with Oracle Enterprise Manager Ops Center 12c Wednesday 1:15 PM Westin San Francisco - Metropolitan I Oracle Enterprise Manager 12c Database Lifecycle Management Automatic Provisioning CON4666 and Patching Wednesday 3:30 PM Moscone North CON8768 DBA Best Practices for Protecting Data Privacy with Oracle s Data Masking Wednesday 3:30 PM Moscone West CON9577 Active Session History Deep Dive: Advanced Performance Analysis Tips Wednesday 3:30 PM Moscone South CON3255 Being Sure: Confident Consolidations with Oracle Real Application Testing 12c Wednesday 5:00 PM Moscone South Using Oracle Enterprise Manager 12c to Manage Engineered Systems and Oracle CON6217 Fusion Middleware Wednesday 5:00 PM Moscone North CON9588 Get Proactive: Best Practices for Upgrading to Oracle Enterprise Manager 12c Wednesday 5:00 PM Moscone South Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

49 Oracle Enterprise Manager Sessions - Thursday Session Session Title Day Time Location CON9605 Databases On the Fly : Unravel the Cloud Potential in Oracle Enterprise Manager 12c Thursday 11:00 AM Moscone South CON3103 Real Oracle Real Application Testing: What to Expect and Prepare For Thursday 12:30 PM Moscone South Migrating Oracle Enterprise Manager to a New Data Center with Near-Zero CON6129 Downtime Thursday 12:30 PM Moscone South Keyword-Driven Testing with Oracle Application Testing Suite: Application CON9575 Testing Reinvented Thursday 12:30 PM Moscone West Bank of America and Oracle Enterprise Manager 12c: Delivering Productivity CON5677 and Efficiency Thursday 2:00 PM Moscone South CON9571 JVM Diagnostics: Java Profiling in Production Environments Thursday 2:00 PM Moscone North Manage Beyond Limits: Oracle Enterprise Manager CLI and Other Extensibility CON9587 Features Thursday 3:30 PM Moscone South Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

50 Oracle Enterprise Manager DEMOgrounds Session Title Location Application and Infrastructure Testing Moscone West - W-098 Automatic Application and SQL Tuning Moscone South, Left - SL-001 Automatic Fault Diagnostics Moscone South, Left - SL-005 Automatic Performance Diagnostics Moscone South, Left - SL-006 Complete Data Center Monitoring Moscone South, Left - SL-018 Complete Database Lifecycle Management Moscone South, Left - SL-014 Data Masking and Data Subsetting Moscone South, Left - SL-015 Delivering and Managing Database as a Service Moscone South, Left - SL-017 End-User Diagnostics Moscone South, Right - SR-222 End-to-End Management of Oracle E-Business Suite Moscone West - W-014 Identity Management Monitoring with Oracle Enterprise Manager Moscone South, Right - SR-250 Infrastructure as a Service Moscone South, Center - SC-175 Oracle Applications Management Moscone West - W-062 Oracle Enterprise Manager Cloud Control 12c Overview Moscone South, Left - SL-013 Oracle Real Application Testing Moscone South, Left - SL-002 Oracle WebLogic Server, Oracle Coherence, and Middleware Cloud Management Moscone South, Right - SR-206 SOA Management Moscone South, Right - SR-224 Zero to Cloud: Infrastructure to Testing as a Service Moscone South, Left - SL Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

51 Oracle Enterprise Manager Hands-on Labs Marriott Marquis - Salon 14/15 HOL Session Hands-on Lab Title Day Time HOL10158 Database as a Service with Oracle Enterprise Manager and Oracle Database 12c Monday 10:45 AM HOL10209 Oracle Database 12c Lifecycle Management with Oracle Enterprise Manager Monday 12:15 PM HOL10160 Maximizing Oracle Database 12c Performance with Oracle Enterprise Manager Monday 01:45 PM HOL10202 Oracle WebLogic and Oracle Fusion Middleware Diagnostics with Oracle Enterprise Manager 12c Monday 03:15 PM HOL10303 Middleware as a Service with Oracle Enterprise Manager 12c Monday 04:45 PM HOL11733 Oracle WebLogic Plus Oracle Fusion Middleware Diagnostics with Oracle Enterprise Manager 12c Tuesday 03:45 PM HOL11305 Oracle Database 12c Lifecycle Management with Oracle Enterprise Manager Wednesday 10:15 AM HOL11304 Maximizing Oracle Database 12c Performance with Oracle Enterprise Manager Wednesday 11:45 AM HOL11284 Database as a Service with Oracle Enterprise Manager and Oracle Database 12c Wednesday 01:15 PM HOL11734 Middleware as a Service using Oracle Enterprise Manager 12c Wednesday 03:30 PM 51 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

52 Enterprise Manager Resources Oracle.com: Enterprise Manager Customer References OTN: Demos on Demand Enterprise Manager Forums Enterprise Manager Training from Oracle University Oracle Enterprise Manager 12c Learning Library Oracle Enterprise Manager Cloud Control 12c: Install and Upgrade Using Oracle Enterprise Manager Cloud Control 12c Ed 1 Oracle Enterprise Manager 12c: Overview Bundle Self-Study Oracle Enterprise Manager 12c: Management Bundle Self-Study Partners List of Enterprise Manager Specialized Partners Oracle Enterprise Manager OPN Knowledge Zone Oracle Enterprise Manager OPN Specialization Oracle Enterprise Manager Application Quality Management OPN Specialization IOUG Oracle Enterprise Manager Special Interest Group Social Media Twitter, Facebook, YouTube, Linkedin, Blog 52 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

53 Cloud Odyssey Booth Moscone West 4048 Meet the Cloud Experts & Join the Crew! 53 Copyright 2013, Oracle and/or its affiliates. All rights reserved. facebook.com/cloudodyssey

54 54 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

55 55 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 CON9480: Simplify and Enhance Siebel Management Technologies with Oracle Enterprise Manager Kenneth Baxter, Oracle Ashwin Kumar Karkala, Oracle Paul Beresford, ANZ Bank The following is intended to outline

More information

Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template

Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template 1 2 Comprehensive Oracle Exadata Database Machine Monitoring Made Easy James Viscusi Consulting Member of Technical Staff, MAA Team Larry Justice Master Principal Sales Consultant, ESG Safe Harbor The

More information

Take Control of Your On-Premises and Cloud-Based WebLogic Domains (CON6992)

Take Control of Your On-Premises and Cloud-Based WebLogic Domains (CON6992) Take Control of Your On-Premises and Cloud-Based WebLogic Domains (CON6992) Nicole Haba, Senior Principal Product Manager Oracle Brett Curtis, Systems Admin Principal 1 IDEXX September 19, 2016 Safe Harbor

More information

Oracle Enterprise Manager 13c

Oracle Enterprise Manager 13c Oracle Enterprise Manager 13c Michael K Clark November, 2017 Agenda Journey from Oracle Enterprise Manager 12c to 13c What s New in EM 13c Hybrid Cloud Management Engineered Systems & Hardware Management

More information

Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager. Ana McCollum Consulting Product Manager

Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager. Ana McCollum Consulting Product Manager Strategies for Monitoring Large Data Centers with Oracle Enterprise Manager Ana McCollum Consulting Product Manager The following is intended to outline our general product direction. It is intended for

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Best Practices for Maximizing Oracle Enterprise Manager 12c Availability Mark McGill Consulting Product Manager Keith Meeks FedEx Program Agenda Enterprise Manager Platform and Plug-in Model Enterprise

More information

S Managing Oracle WebLogic Server: New Features and Best Practices

S Managing Oracle WebLogic Server: New Features and Best Practices 1 S317063 Managing Oracle WebLogic Server: New Features and Best Practices Nicole Haba Principal Product Manager, Oracle Adam Leach Senior Systems Administrator, Raytheon The following

More information

Oracle Enterprise Manager 13c

Oracle Enterprise Manager 13c Oracle Enterprise Manager 13c Mark Overbey Principal Sales Engineer October 5, 2016 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control Oracle SOA Management Pack Enterprise Edition MANAGEMENT FOR ORACLE SOA SUITE AND ORACLE SERVICE BUS APPLICATIONS Oracle Enterprise Manager is Oracle s integrated

More information

<Insert Picture Here> Business-Driven IT Management with Oracle Enterprise Manager

<Insert Picture Here> Business-Driven IT Management with Oracle Enterprise Manager Business-Driven IT with Oracle Enterprise Manager Leng Tan Vice President of Product Development The following is intended to outline our general product direction. It is intended

More information

What s New & Enhanced?

What s New & Enhanced? What s New & Enhanced? Deepak Sharma AIOUG North India Chapter {Co-Founder} Sr. Application Administrator I at Oceaneering. Over 6 years of experience as a DBA in implementing and maintaining different

More information

The Future Of Hardware Management

The Future Of Hardware Management The Future Of Hardware Management CON9732 Harish Niddagatta Senior Principal Product Manager Systems Management Products October 27, 2015 Safe Harbor Statement The following is intended to outline our

More information

Top Tips for Managing Application Platform as a Service

Top Tips for Managing Application Platform as a Service Top Tips for Managing Application Platform as a Service January 2015 Key Management Challenges for Operations and Developers Developers & QA IT Operations Business Slow response from IT Install & Config

More information

Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers

Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers Reduce Production Incidents with Oracle Enterprise Manager 12c and give yourself a break! Roland Evers About us Roland Evers 34 years old Living in The Netherlands 9 years at Accenture > 5 years Oracle

More information

Oracle Enterprise Manager Cloud Control 12c: Best Practices for Middleware Management. Mary Peek, Senior Principal Curriculum Developer

Oracle Enterprise Manager Cloud Control 12c: Best Practices for Middleware Management. Mary Peek, Senior Principal Curriculum Developer Slide 1 Oracle Enterprise Manager Cloud Control 12c: Best Practices for Middleware Management Mary Peek, Senior Principal Curriculum Developer Hello, and welcome to this online, self-paced course entitled

More information

Integrated Application-to-Disk Management

Integrated Application-to-Disk Management Business-Driven IT Oracle Enterprise Manager: Empowering IT to Drive Business Value Integrated Application-to-Disk Business Driven IT Business Users & Customers Web Portal Business Transaction Product

More information

Cloud Control Introduction 13c Release 1

Cloud Control Introduction 13c Release 1 [1]Oracle Enterprise Manager Cloud Control Introduction 13c Release 1 E62990-02 February 2016 Oracle Enterprise Manager Cloud Control Introduction, 13c Release 1 E62990-02 Copyright 2011, 2016 Oracle and/or

More information

Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476

Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476 Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476 Nicole Haba, Senior Principal Product Manager, Oracle Brice Weeks, CEO / Chairman, MacMunnis Inc Dhiraj Chhabra, Vice President, EA

More information

Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476

Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476 Oracle WebLogic Server Management and Diagnostics Made Simple PRO4476 Nicole Haba, Senior Principal Product Manager, Oracle Brice Weeks, CEO / Chairman, MacMunnis Inc Dhiraj Chhabra, Vice President, EA

More information

An Oracle White Paper June, Integrated Application-to-Disk Management with Oracle Enterprise Manager Cloud Control 12c

An Oracle White Paper June, Integrated Application-to-Disk Management with Oracle Enterprise Manager Cloud Control 12c An Oracle White Paper June, 2014 Integrated Application-to-Disk Management with Oracle Enterprise Manager Cloud Control 12c Executive Overview... 2 Creating Business Value through Built-In Manageability...

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Get Up and Running with Oracle Enterprise Manager for SOA and Oracle Fusion Middleware Gebhard Herget, Bundesagentur für Arbeit Richard

More information

Advanced Management of Oracle SOA Suite and Oracle Service Bus with Oracle Enterprise Manager 12c Greg Haertling, Senior Director 7-Eleven

Advanced Management of Oracle SOA Suite and Oracle Service Bus with Oracle Enterprise Manager 12c Greg Haertling, Senior Director 7-Eleven Advanced Management of Oracle SOA Suite and Oracle Service Bus with Oracle Enterprise Manager 12c Greg Haertling, Senior Director 7-Eleven Vijay Poluri, Principal SOA Technologist GE Corporate Anil Saka,

More information

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle management

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

Oracle Enterprise Manager Middleware as a Service Overview

Oracle Enterprise Manager Middleware as a Service Overview Oracle Enterprise Manager Middleware as a Service Overview O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Table of Contents Executive Overview 3 Introduction 4 Challenges in organizations 4 Oracle Enterprise

More information

<Insert Picture Here> Business-Driven Application Management and End-to-End Performance Diagnostics

<Insert Picture Here> Business-Driven Application Management and End-to-End Performance Diagnostics 1 Business-Driven Application Management and End-to-End Performance Diagnostics Ali Siddiqui VP, Product Development Oracle Enterprise Manager Manjula Mahajan Symantec Corporation

More information

The Benefits of Running JD Edwards EnterpriseOne on the Oracle Technology Stack. A.J. Schifano Principal Product Manager Oracle

The Benefits of Running JD Edwards EnterpriseOne on the Oracle Technology Stack. A.J. Schifano Principal Product Manager Oracle The Benefits of Running JD Edwards EnterpriseOne on the Technology Stack A.J. Schifano Principal Product Manager The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper July Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware

An Oracle White Paper July Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware An Oracle White Paper July 2009 Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware 1 Executive Overview Modern enterprise software infrastructure must keep pace with dynamic

More information

MANAGEMENT CLOUD. Leveraging Your E-Business Suite

MANAGEMENT CLOUD. Leveraging Your E-Business Suite MANAGEMENT CLOUD Leveraging Your E-Business Suite Leverage Oracle E-Business Suite with Oracle Management Cloud. Oracle E-Business Suite is the industry s most comprehensive suite of business applications

More information

Exalogic Elastic Cloud

Exalogic Elastic Cloud Exalogic Elastic Cloud Mike Piech Oracle San Francisco Keywords: Exalogic Cloud WebLogic Coherence JRockit HotSpot Solaris Linux InfiniBand Introduction For most enterprise IT organizations, years of innovation,

More information

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE

CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE CLOUD MANAGEMENT PACK FOR ORACLE FUSION MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle

More information

Get Proactive With Oracle Support. Denis Jaume Senior Director Software Support

Get Proactive With Oracle Support. Denis Jaume Senior Director Software Support Get Proactive With Oracle Support Denis Jaume Senior Director Software Support Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Database Fleet Maintenance

Database Fleet Maintenance Database Fleet Maintenance Standardization at Scale October, 2016 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Frank Zervos Sales Consulting Director, Oracle CEE George Bourmas Enterprise Architect, EMEA XLOB Architects Copyright 2014, Oracle

More information

Harden and Standardize Your Database Configurations Across Clouds CON6978

Harden and Standardize Your Database Configurations Across Clouds CON6978 Harden and Standardize Your Database Configurations Across Clouds CON6978 Martin Peña Senior Director, Product Management Oracle Enterprise Manager Tim Albrecht Database Administrator Wells Fargo Madhav

More information

Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching

Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching Databases to Oracle Exadata: The Saga Continues for Oracle Enterprise Manager Based Patching Presented with Brian Bong, Director, Database & Analytics Architecture, Walgreens Corp Dee Hicks, Manager, Database

More information

Hybrid Cloud Management Using Oracle Exalogic

Hybrid Cloud Management Using Oracle Exalogic Hybrid Cloud Management Using Oracle Exalogic Frances Zhao-Perez, Jeremy Bar Oracle Enterprise Manager, Exalogic Product Management Premjith Rayaroth Oracle, Director of Product Development Simone Traversari

More information

<Insert Picture Here> E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack

<Insert Picture Here> E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack Thomas Fricke, Oracle Sales Consulting Ulrich Janke, Oracle Consulting Agenda Introduction

More information

CON7230 CON7231 CON7233

CON7230 CON7231 CON7233 Orace Support and Services Sessions at Oracle OpenWorld 2016 Click the Session Number link in the first column for session details. Search all Oracle OpenWorld presentations in the Session Catalog. Session

More information

Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Collaborate 12, Session #312, Tuesday April 24, 4:30-5:30pm

Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Collaborate 12, Session #312, Tuesday April 24, 4:30-5:30pm Configuring and Managing a Private Cloud with Enterprise Manager 12c IOUG Collaborate 12, Session #312, Tuesday April 24, 4:30-5:30pm Kai Yu Oracle Solutions Engineering Lab Dell Inc. Kai Yu, kai_yu@dell.com

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

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

Management Pack Plus for Identity Management

Management Pack Plus for Identity Management O R A C L E D A T A S H E ET Management Pack Plus for Identity Management Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete

More information

Managing Identity Applications, Securing Databases with Oracle Management Cloud

Managing Identity Applications, Securing Databases with Oracle Management Cloud Managing Identity Applications, Securing Databases with Oracle Management Cloud Dan Koloski, Vice President, Oracle Management Cloud Vijay Tatkar, Director, Oracle Management Cloud Sridhar Karnam, Senior

More information

An Oracle White Paper September, Oracle Exalogic Elastic Cloud: A Brief Introduction

An Oracle White Paper September, Oracle Exalogic Elastic Cloud: A Brief Introduction An Oracle White Paper September, 2010 Oracle Exalogic Elastic Cloud: A Brief Introduction Introduction For most enterprise IT organizations, years of innovation, expansion, and acquisition have resulted

More information

Oracle Exadata Monitoring and Management Best Practices Session CON9727 October 26, 2015

Oracle Exadata Monitoring and Management Best Practices Session CON9727 October 26, 2015 Oracle Exadata Monitoring and Management Best Practices Session CON9727 October 26, 2015 Ashish Agrawal, Group Product Manager Swapnil Sinvhal, Sr. Software Dev Manager Oracle Corporation Rick Shawver,

More information

Managing Identity Applications, Securing Databases with Oracle Management Cloud

Managing Identity Applications, Securing Databases with Oracle Management Cloud Managing Identity Applications, Securing Databases with Oracle Management Cloud Dan Koloski, Vice President, Oracle Management Cloud Vijay Tatkar, Director, Oracle Management Cloud Sridhar Karnam, Senior

More information

Oracle Paas. Rino Weggers, Customer Success Manager Frank Brink, Customer Success Manager November 17, 2015

Oracle Paas. Rino Weggers, Customer Success Manager Frank Brink, Customer Success Manager November 17, 2015 Oracle Paas Rino Weggers, Customer Success Manager Frank Brink, Customer Success Manager November 17, 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly

More information

Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen?

Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen? Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen? Volker Linz Senior Sales Consultant IT Systems Management Oracle Copyright 2018, Oracle and/or its affiliates. All rights reserved.

More information

SYSTEM MONITORING PLUG-IN SYBASE ADAPTIVE SERVER ENTERPRISE

SYSTEM MONITORING PLUG-IN SYBASE ADAPTIVE SERVER ENTERPRISE SYSTEM MONITORING PLUG-IN SYBASE ADAPTIVE SERVER ENTERPRISE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, providing the industry s first complete cloud lifecycle

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

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 12c Release 5 (12.1.0.5.0) E38529-08 April 2016 This document describes how to use the Infrastructure

More information

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service

<Insert Picture Here> Oracle Software Configuration Manager Delivering Configuration Management As A Service Oracle Software Configuration Manager Delivering Configuration Management As A Service Helmut Weymann Director Customer Support Agenda What is the Software Configuration Manager?

More information

Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc

Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc Simplifying Application Deployment in Cloud using Virtual Assemblies and EM 12c Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering 20

More information

Provision, Deploy, Manage

Provision, Deploy, Manage GOLDENGATE CLOUD SERVICE Provision, Deploy, Manage with Oracle GoldenGate Cloud Service Introduction Put your data in the cloud... Oracle GoldenGate Cloud Service is a secure, high performance, scalable

More information

<Insert Picture Here> Latest on Oracle Application Change Management Pack for Oracle E- Business Suite

<Insert Picture Here> Latest on Oracle Application Change Management Pack for Oracle E- Business Suite 1 Latest on Oracle Application Change Management Pack for Oracle E- Business Suite Angelo Rosado, Oracle Senior Product Manager Ray Payne, JHUAPL Principal Systems Architect Program

More information

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management Presented with SOA Cloud Service Accelerate your Integration Platform Scott Haaland Product Strategy Director Service Integration Product Management Kiran Prabhakar Director of Software Development Oracle

More information

Automating Deployment Management with 10g

Automating Deployment Management with 10g Session id: 40030 Automating Deployment Management with 10g Hasan Rizvi Vice President Oracle Corporation Agenda 1. Challenges, Problems, Definitions 2. Introduction to Enterprise Manager 10g 3. Deployment

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 JD Edwards EnterpriseOne Tools and Technologies and Fusion Applications

More information

Next Generation SOA Conference

Next Generation SOA Conference Next Generation SOA Platform @NoCOUG Conference Kevin Clugage Sr. Principal Product Manager, Oracle Integration February 11, 2010 The following is intended to outline our general

More information

Oracle Engineered Systems Oracle Support Essentials & die Tools im ExadataUmfeld

Oracle Engineered Systems Oracle Support Essentials & die Tools im ExadataUmfeld Oracle Engineered Systems Oracle Support Essentials & die Tools im ExadataUmfeld Clarissa Rohrmann Oracle Support Stefan Panek Stefan Panek Systemberatung Copyright 2014, Oracle and/or its affiliates.

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

S Reduce TCO with Oracle Application Management Pack for Oracle E-Business Suite

S Reduce TCO with Oracle Application Management Pack for Oracle E-Business Suite 1 S318123 - Reduce TCO with Oracle Application Management Pack for Oracle E-Business Suite Kenneth Baxter Product Strategy, Oracle EBS Don Hankins Sr. DBA, Flint Hills Resouces (FHR)

More information

Delivering Self-service Cloud application services using Enterprise Manager 12c

Delivering Self-service Cloud application services using Enterprise Manager 12c Delivering Self-service Cloud application services using Enterprise Manager 12c Kai Yu Senior Principal Architect, Dell Oracle Solutions Engineering Satheesh Iyer Senior Product Manager Dell Enterprise

More information

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

My Oracle Support Configuration Manager

My Oracle Support Configuration Manager Proaktiver automatisierter Support für Oracle Systeme: My Oracle Support Configuration Manager Helmut Weymann Customer Support Manager Email - helmut.weymann@oracle.com My Oracle

More information

IBM Tivoli Composite Application Manager for Applications Diagnostics

IBM Tivoli Composite Application Manager for Applications Diagnostics Quickly resolve Web application issues in complex IT environments IBM Tivoli Composite Application Manager for Applications Diagnostics Highlights Monitor the overall health of Web applications and servers

More information

Hybrid DBaaS with Oracle Enterprise Manager: Comcast's 7 Goals for the Cloud

Hybrid DBaaS with Oracle Enterprise Manager: Comcast's 7 Goals for the Cloud Hybrid DBaaS with Oracle Enterprise Manager: Comcast's 7 Goals for the Cloud September 20, 2016 Bala Kuchibhotla, Vice President Engineering, Oracle Jayson Hurd Principal Engineer/Platform Architect, Comcast

More information

Extract the Most Value from Oracle Premier Support Helmut Weymann Global Customer Advocacy

Extract the Most Value from Oracle Premier Support Helmut Weymann Global Customer Advocacy Extract the Most Value from Oracle Premier Support Helmut Weymann Global Customer Advocacy helmut.weymann@oracle.com 1 Please note: The following is intended to outline our general product direction. It

More information

Case Study: Oracle Application Management Suite for Oracle E-Business Suite

Case Study: Oracle Application Management Suite for Oracle E-Business Suite Case Study: Oracle Application Management Suite for Oracle E-Business Suite Angelo Rosado Sr. Principal Product Manager Applications Technology Group, Oracle E-Business Suite Development Sue Gill Senior

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

AN OVERVIEW Document version 4.3 July 2016

AN OVERVIEW Document version 4.3 July 2016 AN OVERVIEW Document version 4.3 July 2016 Overview The mongodb Monitoring Plug-in for Oracle Enterprise Manager provides centralised visibility of mongodb database environments, giving administrators

More information

An Oracle White Paper April, Enterprise Manager 12c Cloud Control Metering and Chargeback

An Oracle White Paper April, Enterprise Manager 12c Cloud Control Metering and Chargeback An Oracle White Paper April, 2012 Enterprise Manager 12c Cloud Control Executive Overview... 2 Introduction... 2 I.T. Chargeback... 2 Oracle Enterprise Manager... 3 Installing and Configuring Enterprise

More information

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8 P6 EPPM Upgrade Best Practices Guide 16 R2 September 2016 Contents About This Guide... 5 Upgrade Overview... 5 Upgrade Process... 5 Assessing the Technical Environment... 6 Preparing for the Upgrade...

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

Oracle Product Hub Product Overview, Sales Play, Product Update and Strategy

Oracle Product Hub Product Overview, Sales Play, Product Update and Strategy Oracle Product Hub Product Overview, Sales Play, Product Update and Strategy Bruck Assefa Senior Product Strategy Manager, Product Master Data Management Sept 19, 2014 Program Agenda 1 2 3 4 5 Product

More information

OPN Only Oracle SOA Suite 11g Implementation Boot Camp

OPN Only Oracle SOA Suite 11g Implementation Boot Camp Oracle University Contact Us: 1.800.529.0165 OPN Only Oracle SOA Suite 11g Implementation Boot Camp Duration: 3 Days What you will learn Oracle SOA Suite 11g Implementation Boot Camp is a three-day hands-on

More information

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND FEATURES AND FACTS FEATURES Hardware and hardware support for a monthly fee Optionally acquire Exadata Storage Server Software and

More information

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE.

Managed Services. Managed Services. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE. Choices that work for you PEOPLESOFT ORACLE CLOUD JD EDWARDS E-BUSINESS SUITE Pricing Models At SmartERP, we realize that every organization is different with a unique set of requirements. Depending on

More information

Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW

Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW Oracle's Cloud Strategie für den Geschäftserfolg Alles Neue von der OOW Matthias Weiss Direktor Mittelstand Technologie Oracle Deutschland B.V. & Co. KG Agenda 1 2 3 4 5 6 Digital Transformation and CEO

More information

Provisioning Oracle 11g R2 RAC using Enterprise Manager Provisioning Pack. Kai Yu Oracle Solutions Engineering Lab Dell Inc.

Provisioning Oracle 11g R2 RAC using Enterprise Manager Provisioning Pack. Kai Yu Oracle Solutions Engineering Lab Dell Inc. Provisioning Oracle 11g R2 RAC using Enterprise Manager Provisioning Pack Kai Yu Oracle Solutions Engineering Lab Dell Inc. About Author Kai Yu, kai_yu@dell.com 16 years with Oracle Technology: DBA, Apps

More information

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs An Oracle White Paper January 2013 Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs Executive Summary... 2 Deploy Services Faster and More Efficiently... 3 Greater Compute

More information

Managing Large-Scale Identity Management Deployments - CON8045

Managing Large-Scale Identity Management Deployments - CON8045 Managing Large-Scale Identity Management Deployments - CON8045 Gebhard Herget Bundesagentur fu r Arbeit Architect Chirag Andani Vice President, Identity Management Services Perren Walker Senior Principal

More information

Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 Examining Your Upgrade Criteria... 9 Upgrade Best Practices...

Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 Examining Your Upgrade Criteria... 9 Upgrade Best Practices... P6 EPPM Upgrade Best Practices Guide 16 R1 March 2016 Contents Best Practices for Upgrading P6 EPPM... 5 Upgrade Overview... 6 The Upgrade Process... 6 Assessing the Technical Environment... 7 Preparing

More information

INTEGRATION CLOUD. Modern Integration and Intelligent Automation for a Connected Enterprise

INTEGRATION CLOUD. Modern Integration and Intelligent Automation for a Connected Enterprise INTEGRATION CLOUD Modern Integration and Intelligent Automation for a Connected Enterprise Integrated applications power the connected business. Critical business processes especially those related to

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

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. OBIEE 11g Architecture & Installation Overview Agenda High Level Architecture Installation Overview Installation Details and Troubleshooting Oracle BI 11g High

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 16

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 16 1 Oracle E-Business Suite Integration Best Practices Veshaal Singh, Oracle Jeffrey Hand, Zebra Technologies Sankaran Srinivasan, Zebra Technologies 2 Safe Harbor Statement The following is intended to

More information

Graphic Section Divider

Graphic Section Divider Graphic Section Divider 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 2 Copyright 2012, Oracle and/or its affiliates.

More information

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Disclaimer The following is intended to outline our general product direction.

More information

Advanced Support for Server Infrastructure Refresh

Advanced Support for Server Infrastructure Refresh Advanced Support for Server Infrastructure Refresh Transitioning to new server technology can deliver massive performance and availability improvements. However concerns about the migration process and

More information

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H

Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H Oracle Linux Management with Oracle Enterprise Manager 13c Cloud Control O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Introduction 2 Oracle Enterprise Manager 13c overview 2 Managing Oracle Linux

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. Exploring Oracle Service Bus 12c CON7857 Robert Wunderlich, Sr. Principal Product Manager Simone Geib, Director, Product Management Oracle Fusion Middleware Product Management October 1, 2014 Safe Harbor

More information

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007

Managing Applications with Oracle Enterprise Manager 10g. An Oracle White Paper November 2007 Managing Applications with Oracle Enterprise Manager 10g An Oracle White Paper November 2007 NOTE The following is intended to outline our general product direction. It is intended for information purposes

More information

SOA Management Pack: Runtime Governance, and Improved Manageability of all Aspects of Your Business Flows

SOA Management Pack: Runtime Governance, and Improved Manageability of all Aspects of Your Business Flows SOA Management Pack: Runtime Governance, and Improved Manageability of all Aspects of Your Business Flows Aalok Muley, Director Platform Products Aalok.Muley@Oracle.com Agenda The

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

NetIQ AppManager Plus NetIQ Operations Center

NetIQ AppManager Plus NetIQ Operations Center White Paper AppManager Operations Center NetIQ AppManager Plus NetIQ Operations Center A Powerful Combination for Attaining Service Performance and Availability Objectives This paper describes an end-to-end

More information

Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems

Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems Software Announcement April 9, 2002 Preview: IBM Tivoli Monitoring Solutions Deliver Superior Management for Key Middleware and Operating Systems Overview IBM Tivoli Monitoring provides the foundation

More information

How Do You Manage Your IT Environments?

How Do You Manage Your IT Environments? How Do You Manage Your IT Environments? Challenges Need a common way to manage hardware and software Monitoring components top-to-bottom Proliferation of monitoring and diagnostic tools Monitoring your

More information