OpenWorld Supply Orchestration Troubleshooting Tips For Supply Chain Management Cross Functional Flows

Size: px
Start display at page:

Download "OpenWorld Supply Orchestration Troubleshooting Tips For Supply Chain Management Cross Functional Flows"

Transcription

1 OpenWorld 2018 Supply Orchestration Troubleshooting Tips For Supply Chain Management Cross Functional Flows Ashish Pachauri Senior Technical Support Engineer Oracle Support, Fusion Application Support Team October 22, 2018 Copyright 2018, Oracle and/or its affiliates. All rights reserved.

2 NEXT 30-MINUTE BRIEFING Supply Orchestration Troubleshooting Tips For SCM Cross Functional Flows Copyright 2018, Oracle and/or its affiliates. All rights reserved.

3 Safe Harbor Statement The preceding 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. Copyright 2018, Oracle and/or its affiliates. All rights reserved.

4 Program Agenda Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved. 4

5 Program Agenda with Highlight Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved.

6 Supply Chain Orchestration Overview Receive supply requests from multiple Oracle Fusion applications Launch and manage complex business processes Automate change management to match supply to demand Copyright 2018, Oracle and/or its affiliates. All rights reserved.

7 Supply Orchestration Overview Supply Orchestration Landing Page Copyright 2018, Oracle and/or its affiliates. All rights reserved. 7

8 Program Agenda with Highlight Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved.

9 Cross Functional Flows And Troubleshooting Tips Scenario: Supply Order Not Created Copyright 2018, Oracle and/or its affiliates. All rights reserved. 9

10 Cross Functional Flows And Troubleshooting Tips Scenario: Supply Order Created But Fulfillment Order Not Created Copyright 2018, Oracle and/or its affiliates. All rights reserved. 10

11 Cross Functional Flows And Troubleshooting Tips Flow: Plan To Produce Make Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 11

12 Cross Functional Flows And Troubleshooting Tips Flow: Plan To Produce Make Flow SELECT head.interface_batch_number, head.supply_order_source, head.supply_order_reference_number, lin.supply_order_source, lin.process_status, lin.supply_type, itm.item_number, org.organization_code, lin.need_by_date FROM fusion.dos_supply_headers_int head, fusion.dos_supply_lines_int lin, fusion.egp_system_items_b itm, fusion.inv_org_parameters org WHERE head.header_interface_id = lin.header_interface_id AND lin.inventory_item_id = itm.inventory_item_id AND lin.destination_organization_id = itm.organization_id AND itm.organization_id = org.organization_id AND lin.supply_order_ref_line_number = '11126' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 12

13 Flow: Plan To Produce Make Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 13

14 Flow: Plan To Produce Make Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 14

15 Flow: Plan To Produce Make Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.supply_operation, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.supply_order_ref_line_number, dsl.destination_organization_code, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, wwob.work_order_number FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.wie_work_orders_b wwob WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND wwob.source_line_ref_id = dstl.tracking_line_id AND dsl.supply_order_ref_line_number = '11126' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 15

16 Cross Functional Flows And Troubleshooting Tips Flow: Plan To Produce Buy Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 16

17 Flow: Plan To Produce Buy Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 17

18 Flow: Plan To Produce Buy Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.supply_operation, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.supply_order_ref_line_number, dsl.destination_organization_code, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, msg.message_text FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.dos_messages msg, fusion.dos_task_instance_lines inst WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = inst.tracking_line_id AND TO_CHAR(inst.TASK_INSTANCE_ID) = msg.processing_entity_id AND dsl.supply_order_ref_line_number = '11271' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 18

19 Flow: Plan To Produce Buy Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 19

20 Flow: Plan To Produce Buy Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 20

21 Flow: Plan To Produce Buy Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.supply_operation, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.supply_order_ref_line_number, dsl.destination_organization_code, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, docs.document_type, docs.document_number FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.dos_supply_tracking_line_docs docs WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = docs.tracking_line_id AND dsl.supply_order_ref_line_number = '11263' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 21

22 Cross Functional Flows And Troubleshooting Tips Flow: Plan To Produce Transfer Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 22

23 Flow: Plan To Produce Transfer Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 23

24 Flow: Plan To Produce Transfer Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.supply_order_ref_line_number, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, docs.document_type, docs.document_number REQ_NUM FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.dos_supply_tracking_line_docs docs WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = docs.tracking_line_id AND dsl.supply_order_ref_line_number = '10266' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 24

25 Cross Functional Flows And Troubleshooting Tips Flow: Inventory Replenishment Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 25

26 Flow: Inventory Replenishment Flow SELECT head.interface_batch_number, head.supply_order_source, head.supply_order_reference_number, lin.supply_order_source, lin.process_status, lin.supply_type, itm.item_number, org.organization_code, lin.need_by_date FROM fusion.dos_supply_headers_int head, fusion.dos_supply_lines_int lin, fusion.egp_system_items_b itm, fusion.inv_org_parameters org WHERE head.header_interface_id = lin.header_interface_id AND lin.inventory_item_id = itm.inventory_item_id AND lin.destination_organization_id = itm.organization_id AND itm.organization_id = org.organization_id AND head.supply_order_reference_number = 'MINMAX25862' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 26

27 Flow: Inventory Replenishment Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 27

28 Flow: Inventory Replenishment Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.supply_operation, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.destination_organization_code ORG, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, wwob.work_order_number FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.wie_work_orders_b wwob WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND wwob.source_line_ref_id = dstl.tracking_line_id AND dsh.supply_order_source ='INV' AND dsh.supply_order_reference_number = 'MINMAX25862' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 28

29 Cross Functional Flows And Troubleshooting Tips Flow: Manufacturing Outside Processing Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 29

30 Flow: Manufacturing Outside Processing Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 30

31 Flow: Manufacturing Outside Processing Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.supply_order_ref_line_number, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, docs.document_type, docs.document_number REQ_NUM FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.dos_supply_tracking_line_docs docs WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = docs.tracking_line_id AND dsh.supply_order_reference_number = 'APWO-1003' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 31

32 Flow: Manufacturing Outside Processing Flow SELECT dsh.supply_order_number, dsh.supply_order_source, dsh.supply_order_reference_number, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, dstl.shipment_flag, wd.delivery_name shipment_num FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.wsh_delivery_details wdd, fusion.wsh_delivery_assignments wda, fusion.wsh_new_deliveries wd WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = wdd.source_shipment_id AND wdd.delivery_detail_id = wda.delivery_detail_id AND wda.delivery_id = wd.delivery_id AND dsh.supply_order_reference_number = 'APWO-1003' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 32

33 Cross Functional Flows And Troubleshooting Tips Flow: Order Management Back To Back Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 33

34 Flow: Order Management Back To Back Flow Copyright 2018, Oracle and/or its affiliates. All rights reserved. 34

35 Flow: Order Management Back To Back Flow SELECT dsh.supply_order_number, dsh.supply_order_source Source, dsh.supply_order_reference_number REF_NUM, dsl.supply_operation OPERATION, dsl.status_code, dsl.supply_type, dsl.exec_system_item_number ITEM, dsl.supply_order_ref_line_number REF_LINE, dsl.destination_organization_code, dsl.need_by_date, dsl.quantity, dstl.tracking_line_number, docs.document_type, docs.document_number FROM fusion.dos_supply_headers dsh, fusion.dos_supply_lines dsl, fusion.dos_supply_tracking_lines dstl, fusion.dos_supply_tracking_line_docs docs WHERE dsh.header_id = dsl.header_id AND dstl.line_id = dsl.line_id AND dstl.tracking_line_id = docs.tracking_line_id AND dsh.supply_order_reference_number = '42' Copyright 2018, Oracle and/or its affiliates. All rights reserved. 35

36 Program Agenda with Highlight Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved.

37 Key Setups - Execution Document Creation Rules Determines if a transfer is executed by a transfer order or a purchase order Copyright 2018, Oracle and/or its affiliates. All rights reserved. 37

38 Key Setups Execution Document Creation Rules Copyright 2018, Oracle and/or its affiliates. All rights reserved. 38

39 Key Setups Execution Document Creation Rules Copyright 2018, Oracle and/or its affiliates. All rights reserved. 39

40 Key Setups - Supply Order Defaulting and Enrichment Rule Make Transfer Orders visible in the Oracle Fusion Order Management Copyright 2018, Oracle and/or its affiliates. All rights reserved. 40

41 Key Setups Supply Order Defaulting And Enrichment Rule Copyright 2018, Oracle and/or its affiliates. All rights reserved. 41

42 Key Setups Supply Order Defaulting And Enrichment Rule Copyright 2018, Oracle and/or its affiliates. All rights reserved. 42

43 Program Agenda with Highlight Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved.

44 References White Papers for Oracle Fusion Supply Chain Orchestration (Doc ID ) White Paper: Using Outside Processing in Oracle Supply Chain Management Cloud (Doc ID ) Oracle Supply Chain Management Transit Time Creation Using Fusion Setup Manager (Doc ID ) Fusion INV: Internal Material Transfer Process (Doc ID ) Supply Orchestration Common Issues And Resolution (Doc ID ) Copyright 2018, Oracle and/or its affiliates. All rights reserved. 44

45 References Main tables DOS_MESSAGES DOS_SUPPLY_HEADERS_INT DOS_SUPPLY_LINES_INT DOS_SUPPLY_HEADERS DOS_SUPPLY_LINES DOS_SUPPLY_TRACKING_LINES DOS_SUPPLY_TRACKING_LINE_DOCS DOS_SUPPLY_BUY_ORDER_DTLS DOS_SUPPLY_MAKE_ORDER_DTLS DOS_SUPPLY_TRANSFER_ORDER_DTLS Copyright 2018, Oracle and/or its affiliates. All rights reserved. 45

46 Program Agenda with Highlight Supply Orchestration Introduction Functional Flows & Troubleshooting Tips Key Setups References Questions & Answers Copyright 2018, Oracle and/or its affiliates. All rights reserved.

47 Recommended Conference Sessions SESSION ID: TITLE DAY, START END TIME MOSCONE XYZ ROOM XYZ SESSION ID: TITLE DAY, START END TIME MOSCONE XYZ ROOM XYZ SESSION ID: TITLE DAY, START END TIME MOSCONE XYZ ROOM XYZ SESSION ID: TITLE DAY, START END TIME MOSCONE XYZ ROOM XYZ Copyright 2018, Oracle and/or its affiliates. All rights reserved.

48 Monday Mix CONNECT ENGAGE RE-ENERGIZE CONNECT with Oracle Support executives, engineers, and developers ENGAGE on ideas, share experiences, and discover new opportunities RE-ENERGIZE with hors d oeuvres, drinks, and inspiring conversations Admission is open* to Oracle Support customers with an Oracle OpenWorld event badge and photo ID *subject to capacity oracle.com/goto/mondaymix Monday, October 22, :15 8:30 p.m. Fang Restaurant 660 Howard St., SF (Just a 3-minute walk from Moscone) See you there! Get in the Mix Copyright 2018, Oracle and/or its affiliates. All rights reserved.

49 Moscone West, Level 3 Monday, Oct. 22: 10:00 a.m. 5:30 p.m. Tuesday, Oct. 23: 10:00 a.m. 6:30 p.m. Wednesday, Oct. 24: 10:00 a.m. 5:00 p.m. Thursday, Oct. 25: 10:00 a.m. 2:45 p.m. Random prize drawings daily! Selfie drone Duffle bag Earbuds Noise Canceling Headphones oracle.com/goto/starsbar Copyright 2018, Oracle and/or its affiliates. All rights reserved.

50 Keep Learning with Oracle University 200,000 Students trained per year 500+ Education Partnerships Training Courses 450+ Training On Demand courses 20 Learning Subscriptions Courses: Cloud Technology Applications Industries 2 Million Oracle Certified Professionals Copyright 2018, Oracle and/or its affiliates. All rights reserved.

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

52

NoSQL + SQL = MySQL Get the Best of Both Worlds

NoSQL + SQL = MySQL Get the Best of Both Worlds NoSQL + SQL = MySQL Get the Best of Both Worlds Jesper Wisborg Krogh Senior Principal Technical Support Engineer Oracle, MySQL Support October 22, 2018 NEXT 15-MINUTE BRIEFING NoSQL + SQL = MySQL Safe

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Copyright 2018, Oracle and/or its affiliates. All rights reserved. OpenWorld 2018 Tips and Tricks Session User Defined Attributes Framework Extend Your Data Capturing in R12.2 EBS Kishor Genikala Senior

More information

Help Us Help You - TFA Collector and the Support Tools Bundle

Help Us Help You - TFA Collector and the Support Tools Bundle Help Us Help You - TFA Collector and the Support Tools Bundle Bryan Vongray Senior Principal Technical Support Engineer Oracle Support October 24, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Press Release Writing Tips and Tricks for the Enterprise Technology Space

Press Release Writing Tips and Tricks for the Enterprise Technology Space A webinar for Press Release Writing Tips and Tricks for the Enterprise Technology Space Julie Sugishita Corporate Communications Manager Oracle May 19, 2016 julie.sugishita@oracle.com https://www.linkedin.com/in/juliesugishita

More information

Connecting your Microservices and Cloud Services with Oracle Integration CON7348

Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Connecting your Microservices and Cloud Services with Oracle Integration CON7348 Robert Wunderlich Sr. Principal Product Manager September 19, 2016 Copyright 2016, Oracle and/or its affiliates. All rights

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

Centralized Database User Management Using Active Directory

Centralized Database User Management Using Active Directory Centralized Database User Management Using Active Directory CON6574 Alan Williams Product Management Oracle Database Security October 2017 Presented with Copyright 2017, Oracle and/or its affiliates. All

More information

Oracle Utilities & Opower: A Powerful Vision Oracle Utilities Strategy and Solution Overview

Oracle Utilities & Opower: A Powerful Vision Oracle Utilities Strategy and Solution Overview Oracle Utilities & Opower: A Powerful Vision Oracle Utilities Strategy and Solution Overview Dan Byrnes Group VP, Products Dan Yates SVP, Strategy, Delivery and Marketing Utilities Global Business Unit

More information

Fusion Product Hub Training Data Governance: Business Rules and Impact Analysis. July 2014

Fusion Product Hub Training Data Governance: Business Rules and Impact Analysis. July 2014 Fusion Product Hub Training Data Governance: Business Rules and Impact Analysis July 2014 Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly

More information

MySQL Performance Tuning 101

MySQL Performance Tuning 101 MySQL Performance Tuning 101 Hands-on-Lab Mirko Ortensi Senior Support Engineer MySQL Support @ Oracle October 3, 2017 Copyright 2017, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Oracle OpenWorld Showcases

Oracle OpenWorld Showcases Oracle OpenWorld Showcases Kiosks Sponsorships Speaking A True Turnkey Solution Copyright 2015, Oracle and/or its affiliates. All rights reserved. 2 Oracle Showcases Moscone South Showcases Big Data Showcase

More information

Oracle NoSQL Database at OOW 2017

Oracle NoSQL Database at OOW 2017 Oracle NoSQL Database at OOW 2017 CON6544 Oracle NoSQL Database Cloud Service Monday 3:15 PM, Moscone West 3008 CON6543 Oracle NoSQL Database Introduction Tuesday, 3:45 PM, Moscone West 3008 CON6545 Oracle

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

More information

MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap

MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap MDM Partner Summit 2015 Oracle Enterprise Data Quality Overview & Roadmap Steve Tuck Senior Director, Product Strategy Todd Blackmon Senior Director, Sales Consulting David Gengenbach Sales Consultant

More information

Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases

Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases CON6677 Marco Calmasini Sr. Principal Product Manager, Oracle Gagan Singh, Sr. Database Architect, Intel Copyright 2017, Oracle

More information

Best Practices for Performance Part 1.NET and Oracle Database

Best Practices for Performance Part 1.NET and Oracle Database Best Practices for Performance Part 1.NET and Oracle Database Alex Keh Christian Shay Product Managers Server Technologies September 19, 2016 Program Agenda 1 2 3 4 Optimization Process ODP.NET Performance

More information

Best Practices for Performance Part 2.NET and Oracle Database

Best Practices for Performance Part 2.NET and Oracle Database Best Practices for Performance Part 2.NET and Oracle Database Alex Keh Christian Shay Product Managers Server Technologies September 19, 2016 Program Agenda 1 2 3 4 Caching SQL Tuning Advisor Oracle Performance

More information

CPQ Cloud-ATG Commerce Integration

CPQ Cloud-ATG Commerce Integration CPQ Cloud-ATG Commerce Integration Implementation Overview Oracle CPQ Cloud Product Management March 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer The following is

More information

Power your cloud infrastructure with Oracle VM and Cisco!

Power your cloud infrastructure with Oracle VM and Cisco! Power your cloud infrastructure with Oracle VM and Cisco! John Priest Director PM Oracle VM October 26/27, 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Data Guard 12c Zero Data Loss at Any Distance Joseph Meeks Director of Product Management, Oracle Madhu Tumma Technology Director, J P Morgan Chase 2 Program Agenda Zero Data Loss Disaster Protection

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

CREATE YOUR CONTENT STRATEGY & LAUNCH PLAN Amanda Genther Inc. & Irresistible Offerings

CREATE YOUR CONTENT STRATEGY & LAUNCH PLAN Amanda Genther Inc. & Irresistible Offerings CREATE YOUR CONTENT STRATEGY & LAUNCH PLAN WHAT WE RE GOING TO TALK ABOUT» How to create content that entices your prospects to buy» How to create a content marketing plan that can be put on autopilot

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 reserved. BI Publisher Anatomy of a Template (15010) Mike Donohue Director, BI Product Management 2 Copyright 2011, Oracle and/or its affiliates.

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 reserved. Re-Engineering Your Database Design with Oracle SQL Developer Data Modeler Swarnapriya Shridhar Curriculum IDC Operations Manager 2

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

OpenStack Summit November 2013 Sponsorship Prospectus

OpenStack Summit November 2013 Sponsorship Prospectus OpenStack Summit November 2013 Sponsorship Prospectus Asia World-Expo Hong Kong November 5-8, 2013 Expected Attendees: 4,000-5,000 Thank you for your interest in sponsoring the OpenStack Summit! Your support

More information

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Don t Rewrite, Reuse!

Don t Rewrite, Reuse! Don t Rewrite, Reuse! Architecture for Mobile Enablement CON2571 Jeff Davies Sr. Product Manager Oracle Mobile October 2, 2014 Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle ConfidenLal

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 8 1 Copyright 2011, Oracle and/or its affiliates. All rights Insert Information Protection Policy Classification from Slide 8 2 Copyright 2011, Oracle and/or its affiliates. All rights Presenting with Session

More information

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud

What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud What s New with Oracle Database 12c on Windows: On-Premises and in the Cloud Santanu Datta Vice President Database Technologies Alex Keh Senior Principal Product Manager Database Technologies Oracle Confidential

More information

Mix n Match Async and Group Replication for Advanced Replication Setups. Pedro Gomes Software Engineer

Mix n Match Async and Group Replication for Advanced Replication Setups. Pedro Gomes Software Engineer Mix n Match Async and Group Replication for Advanced Replication Setups Pedro Gomes (pedro.gomes@oracle.com) Software Engineer 4th of February Copyright 2017, Oracle and/or its affiliates. All rights reserved.

More information

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 1 The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 Donna Cooksey Principal Product Manager, Oracle Corporation Sean McKeown

More information

Using Automatic Workload Repository for Database Tuning: Tips for Expert DBAs. Kurt Engeleiter Product Manager

Using Automatic Workload Repository for Database Tuning: Tips for Expert DBAs. Kurt Engeleiter Product Manager Using Automatic Workload Repository for Database Tuning: Tips for Expert DBAs Kurt Engeleiter Product Manager The following is intended to outline our general product direction. It is intended for information

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 Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

MySQL InnoDB Cluster. MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients. FOSDEM 18 - February 04, 2018

MySQL InnoDB Cluster. MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients. FOSDEM 18 - February 04, 2018 MySQL InnoDB Cluster MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients FOSDEM 18 - February 04, 2018 Safe Harbor Statement The following is intended to outline our

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 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

Oracle and.net Introduction and What s New. Copyright 2017, Oracle and/or its affiliates. All rights reserved.

Oracle and.net Introduction and What s New. Copyright 2017, Oracle and/or its affiliates. All rights reserved. Oracle and.net Introduction and What s New Alex Keh Senior Principal Product Manager Oracle Christian Shay Senior Principal Product Manager Oracle Program Agenda 1 2 3 4 Getting Started Oracle Database

More information

Security Compliance and Data Governance: Dual problems, single solution CON8015

Security Compliance and Data Governance: Dual problems, single solution CON8015 Security Compliance and Data Governance: Dual problems, single solution CON8015 David Wolf Director of Product Management Oracle Development, Enterprise Manager Steve Ries Senior Systems Architect Technology

More information

What s New for.net Developers in Oracle Database

What s New for.net Developers in Oracle Database What s New for.net Developers in Oracle Database Alex Keh Christian Shay Product Managers Server Technologies September 22, 2016 Program Agenda 1 2 3 4 5 Release Timelines ODAC 12c Release 4 Cloud Oracle

More information

Oracle and.net: Best Practices for Performance. Christian Shay & Alex Keh Product Managers Oracle October 28, 2015

Oracle and.net: Best Practices for Performance. Christian Shay & Alex Keh Product Managers Oracle October 28, 2015 Oracle and.net: Best Practices for Performance Christian Shay & Alex Keh Product Managers Oracle October 28, 2015 Oracle Confidential Internal/Restricted/Highly Restricted Program Agenda 1 2 3 4 Optimization

More information

CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing

CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing CO-BROWSING Provide Customers With an Ultra-Personal Service Experience With Visual Sharing Michelle Brusyo Sr. Product Manager Safe Harbor Statement The following is intended to outline our general product

More information

Understanding Oracle ADF and its role in the Oracle Fusion Platform

Understanding Oracle ADF and its role in the Oracle Fusion Platform ORACLE PRODUCT LOGO Understanding Oracle ADF and its role in the Oracle Fusion Platform Dana Singleterry blogs.oracle.com/dana 2 Copyright Principal 2011, Oracle and/or its Product affiliates. All rights

More information

Technical Bootcamp. Technical Bootcamp. Microsoft Dynamics AX 2012 FOR MICROSOFT DYNAMICS AX 2012 R3

Technical Bootcamp. Technical Bootcamp. Microsoft Dynamics AX 2012 FOR MICROSOFT DYNAMICS AX 2012 R3 Technical Bootcamp Microsoft Dynamics AX 2012 Technical Bootcamp FOR MICROSOFT DYNAMICS AX 2012 R3 Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 9 Course Details This four-day

More information

Oracle Data Integration

Oracle Data Integration Oracle Data Integration The Essential Core of Data Governance with Oracle Enterprise Data Quality CON9539 Martin Boyd Senior Director Product Strategy, Oracle Brian Kleber Director Enterprise Data Management,

More information

TABLE OF CONTENTS DOCUMENT HISTORY 3

TABLE OF CONTENTS DOCUMENT HISTORY 3 TABLE OF CONTENTS DOCUMENT HISTORY 3 UPDATE 17D 3 Revision History 3 Overview 3 User Experience 4 Archive and Purge Workflow Tasks 4 Show Help Icons by Default 4 UPDATE 17B 4 Revision History 4 Overview

More information

UDO Management Usability Net Change (TR 9.2.3)

UDO Management Usability Net Change (TR 9.2.3) UDO Management Usability Net Change (TR 9.2.3) November 8, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 Key Data 3 Course Description and Format 3 Audience 3 Course 4 Prerequisites 5 Students 5 Environment 5 Course

More information

Tenable Technical Support Plans

Tenable Technical Support Plans Tenable Technical Support Plans In order to receive technical assistance from a Tenable Technical Support Engineer (TSE), a support plan is required for all Tenable software deployments. Customers that

More information

Advanced Modular Development CON6821

Advanced Modular Development CON6821 Advanced Modular Development CON6821 Mark Reinhold, Alex Buckley, Alan Bateman Java Platform Group, Oracle October 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Sessions 1 2 3

More information

DNS Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

DNS Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. DNS Level 100 Rohit Rahi November 2018 1 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

More information

Personalized Experiences Enabled Through Extensibility

Personalized Experiences Enabled Through Extensibility Personalized Experiences Enabled Through Extensibility Vikram Kaledhonkar Principal Product Manager Oracle Copyright 2014 Oracle and/or its affiliates. All rights reserved. Spread the Word about the Event!

More information

INTEGRATION CLOUD SERVICE. Accelerate Your Application Integration Across the Cloud and On Premises

INTEGRATION CLOUD SERVICE. Accelerate Your Application Integration Across the Cloud and On Premises INTEGRATION CLOUD SERVICE Accelerate Your Application Across the Cloud and On Premises With Oracle Cloud Service you can innovate at a faster pace. Oracle Cloud Service gives you a powerful and intuitive

More information

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012

Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 OpenWorld 2016 Integrating your CX, ERP and HCM Clouds with your On-premises Applications CON7012 Rajesh Kalra, Sr. Principal Product Manager, Oracle Ravi Sankaran, Sr. Director, Oracle Cloud Integration

More information

Map Visualization in Analytic Applications LJ Qian, Director of Software Development David Lapp, Product Manager Oracle

Map Visualization in Analytic Applications LJ Qian, Director of Software Development David Lapp, Product Manager Oracle Map Visualization in Analytic Applications LJ Qian, Director of Software Development David Lapp, Product Manager Oracle Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Tenable Technical Support Plans

Tenable Technical Support Plans Tenable Technical Support Plans In order to receive technical assistance from a Tenable Technical Support Engineer (TSE), a support plan is required for all Tenable software deployments. Customers that

More information

Oracle Secure Backup 12.2 What s New. Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Oracle Secure Backup 12.2 What s New. Copyright 2018, Oracle and/or its affiliates. All rights reserved. Oracle Secure Backup 12.2 What s New Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

EXHIBITOR & SPONSORSHIP PROSPECTUS

EXHIBITOR & SPONSORSHIP PROSPECTUS EXHIBITOR & SPONSORSHIP PROSPECTUS APRIL 8-12, 2019 HILTON CHICAGO HOTEL TOP THREE REASONS FOR EXHIBITING: Exposure & brand awareness Relationship building Lead generation VISIBILITY: THE BENEFITS OF EXHIBITING

More information

OpenJDK Adoption Group

OpenJDK Adoption Group OpenJDK Adoption Group Dalibor Topić OpenJDK Adoption Group Lead Principal Product Manager Java Platform Group @ Oracle June 13th, 2017 @ JCP EC Safe Harbor Statement The following is intended to outline

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Release features and benefits (November 2017) v1.01 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in release For

More information

Technology Guide. For the Spring 2018 Virtual Learning Session. 1 P a g e

Technology Guide. For the Spring 2018 Virtual Learning Session. 1 P a g e Technology Guide For the Spring 2018 Virtual Learning Session 1 P a g e Table of Contents How to Join the Webinar.3 How to Unmute..4 How to Ask Questions 5 How to Interact with the Group.6 AV /Conference

More information

Build VoLTE Services using NFV & Cloud Reduce complexity and increase RoI

Build VoLTE Services using NFV & Cloud Reduce complexity and increase RoI Build VoLTE Services using NFV & Cloud Reduce complexity and increase RoI Vivek Bhargava Director, Product Marketing Oracle Communications Oracle In Communications R&D, product strategy, sales and services

More information

Ahead of Time (AOT) Compilation

Ahead of Time (AOT) Compilation Ahead of Time (AOT) Compilation Vaibhav Choudhary (@vaibhav_c) Java Platforms Team https://blogs.oracle.com/vaibhav Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Real-time application visibility and policy management using advanced analytics Yogesh Kaushik, Sr. Director Product Management PSOACI-2100 Agenda Market context Introduction:

More information

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved.

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 5.0 Page Designer David Peake Product Manager Oracle Application Express October 2013 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended

More information

A case study in adopting Fusion 360 Hockey Skate Adapter

A case study in adopting Fusion 360 Hockey Skate Adapter A case study in adopting Fusion 360 Hockey Skate Adapter Edward Eaton Sr. Industrial Designer Co-Principle DiMonte Group 11.17.2016 2016 Autodesk Class summary A longtime SOLIDWORKS user (me!) shares his

More information

Water Distribution Level 1 January 8 12, 2018

Water Distribution Level 1 January 8 12, 2018 Water Distribution Level 1 Operator Training and Certi ication Exam January 8 12, 2018 Hosted by: Lac Courte Oreilles Public Works Lac Courte Oreilles Ojibwa Community College Hayward, Wisconsin Includes:

More information

Oracle Enterprise Data Quality - Roadmap

Oracle Enterprise Data Quality - Roadmap Oracle Enterprise Data Quality - Roadmap Mike Matthews Martin Boyd Director, Product Management Senior Director, Product Strategy Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle

More information

Getting Started with Oracle and.net

Getting Started with Oracle and.net Getting Started with Oracle and.net Christian Shay Product Manager Oracle Eric Courville Senior Member of Technical Staff Verizon Oracle Confidential Internal/Restricted/Highly Restricted Program Agenda

More information

Product Roadmap Symantec Endpoint Protection Suzanne Konvicka & Paul Murgatroyd

Product Roadmap Symantec Endpoint Protection Suzanne Konvicka & Paul Murgatroyd Product Roadmap Symantec Endpoint Protection Suzanne Konvicka & Paul Murgatroyd Symantec Endpoint Protection Product Roadmap 1 Safe Harbor Disclaimer Any information regarding pre-release Symantec offerings,

More information

Deploying Spatial Applications in Oracle Public Cloud

Deploying Spatial Applications in Oracle Public Cloud Deploying Spatial Applications in Oracle Public Cloud David Lapp, Product Manager Oracle Spatial and Graph Oracle Spatial Summit at BIWA 2017 Safe Harbor Statement The following is intended to outline

More information

NOSQL DATABASE CLOUD SERVICE. Flexible Data Models. Zero Administration. Automatic Scaling.

NOSQL DATABASE CLOUD SERVICE. Flexible Data Models. Zero Administration. Automatic Scaling. NOSQL DATABASE CLOUD SERVICE Flexible Data Models. Zero Administration. Automatic Scaling. Application development with no hassle... Oracle NoSQL Cloud Service is a fully managed NoSQL database cloud service

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Getting Started with Oracle and.net Alex Keh Senior Principal Product Manager Program Agenda Oracle and Microsoft Oracle and.net Getting Started Oracle Developer Tools for Visual Studio Oracle Data Provider

More information

Planned EnterpriseOne Upgrade Innovations

Planned EnterpriseOne Upgrade Innovations Planned EnterpriseOne Upgrade Innovations Upgrade Roundtable Eric Maikranz Chief Customer Officer JD Edwards Development Clayton Seeley Product Manager JD Edwards Development Copyright 2015, Oracle and/or

More information

Superhero Level - $10,000

Superhero Level - $10,000 Superhero Level - $10,000 Luncheon sponsor with two minutes of microphone presentation time during the luncheon session CHARGING STATION AND HOTEL ROOM KEY CARD SPONSOR Partner graphic signage will be

More information

Benefits of SDN Modeling and Analytics tool for complex Service Provider Network

Benefits of SDN Modeling and Analytics tool for complex Service Provider Network Benefits of SDN Modeling and Analytics tool for complex Service Provider Network George Backer, Senior Director, Charter Communications Manish Jani, Senior Architect, Cisco Systems BRKNMS-1010 BRKNMS-1010

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

More information

CONTAINER CLOUD SERVICE. Managing Containers Easily on Oracle Public Cloud

CONTAINER CLOUD SERVICE. Managing Containers Easily on Oracle Public Cloud CONTAINER CLOUD SERVICE Managing on Why Container Service? The cloud application development and deployment paradigm is changing. Docker containers make your operations teams and development teams more

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Autodesk Professional Certification & Authorized Certification Center

Autodesk Professional Certification & Authorized Certification Center Autodesk Professional Certification & Authorized Certification Center Global Program Guide Version 9 January, 2013 Autodesk has set these standards, which are applicable at the date of issue of this document.

More information

Michigan Council of Teachers of Mathematics 70th Annual Institute and Conference July 30 August 1, 2019

Michigan Council of Teachers of Mathematics 70th Annual Institute and Conference July 30 August 1, 2019 Michigan Council of Teachers of Mathematics 70th Annual Institute and Conference July 30 August 1, 2019 GVSU Eberhard Center 201 West Fulton Grand Rapids, MI 49504 Exhibitor Information Included in this

More information

Optimising SP Networks with WAN Automation Engine

Optimising SP Networks with WAN Automation Engine Optimising SP Networks with WAN Automation Engine Arman Maghbouleh Senior Director, WAN Orchestration Group #clmel Agenda New Era in Telecommunications Cloud Monetisation, Connectivity Optimisation Cisco

More information

Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips

Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips Session # S316978 Oracle Enterprise Manager Configuration Management Unleashed: Top 10 Expert Tips Sudip Datta & Andy Oppenheim Enterprise Manager, Product Management Oracle Corporation Gregg Grimes Database

More information

Getting started with Oracle Cloud Infrastructure Level 100

Getting started with Oracle Cloud Infrastructure Level 100 Getting started with Oracle Cloud Infrastructure Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

Enterprise Manager Cloud Control 12c Release 4 ( )

Enterprise Manager Cloud Control 12c Release 4 ( ) Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4) Covers: a) Install b) Upgrade c) Agent Deployment d) Plug-in Deployment e) OMS Patching - Akanksha Sheoran Kaler Safe Harbor Statement The following

More information

SHOW ME MICROSOFT OFFICE EXCEL 2003

SHOW ME MICROSOFT OFFICE EXCEL 2003 page 1 / 6 page 2 / 6 show me microsoft office pdf Microsoft Office 2016 (codenamed Office 16) is a version of the Microsoft Office productivity suite, succeeding both Office 2013 and Office for Mac 2011,

More information

ZDLRA High Availability for Backup and Recovery

ZDLRA High Availability for Backup and Recovery ZDLRA High Availability for Backup and Recovery Oracle Server Technology High Availability Systems Development Maximum Availability Architecture September 2018 Safe Harbor Statement The following is intended

More information

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Tutorial 2 Today we will have a quick introduction to ArgoUML and how to use it, as well as look at some examples of class diagrams.

Tutorial 2 Today we will have a quick introduction to ArgoUML and how to use it, as well as look at some examples of class diagrams. Tutorial 2 Today we will have a quick introduction to ArgoUML and how to use it, as well as look at some examples of class diagrams. This is an answer sheet, answers are marked in RED. Quiz dates: Quiz

More information

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Buy Side. 27 July 2018 (05:54 BST) Grundlagen. Fortgeschrittene.

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Buy Side. 27 July 2018 (05:54 BST) Grundlagen. Fortgeschrittene. Training for Cloud with SAP Ariba in Buy Side Courses Listed Grundlagen AR910E - SAP Ariba Network: Enabling Catalogs Fortgeschrittene AR540 - SAP Ariba Procurement: Managing and Maintaining Catalogs AR610

More information

MySQL Group Replication in a nutshell

MySQL Group Replication in a nutshell 1 / 126 2 / 126 MySQL Group Replication in a nutshell the core of MySQL InnoDB Cluster Oracle Open World September 19th 2016 Frédéric Descamps MySQL Community Manager 3 / 126 Safe Harbor Statement The

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. 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

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

Real Time Summarization. Copyright 2014, Oracle and/or its affiliates. All rights reserved. Real Time Summarization 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.

More information

Introducing Oracle Machine Learning

Introducing Oracle Machine Learning Introducing Oracle Machine Learning A Collaborative Zeppelin notebook for Oracle s machine learning capabilities Charlie Berger Marcos Arancibia Mark Hornick Advanced Analytics and Machine Learning Copyright

More information

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

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. !1 Oracle Applications User Experiences in the Cloud: Trends and Strategy Noel Portugal Principal UX Developer March, 2014!2 Safe Harbor The following is intended to outline our general product direction.

More information

Advanced Modular Development

Advanced Modular Development Advanced Modular Development Alan Bateman Alex Buckley Java Platform Group, Oracle September 2016 Copyright 2016, Oracle and/or its affiliates. All rights reserved. Sessions 1 2 3 4 5 Prepare for JDK 9

More information

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud DATA INTEGRATION PLATFORM CLOUD Experience Powerful Integration in the Want a unified, powerful, data-driven solution for all your data integration needs? Oracle Integration simplifies your data integration

More information

ebusiness Suite goes SOA

ebusiness Suite goes SOA ebusiness Suite goes SOA Ulrich Janke Oracle Consulting Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

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

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

AGU Fall Meeting Oral Session Chair Training

AGU Fall Meeting Oral Session Chair Training AGU Fall Meeting Oral Session Chair Training AGU would like to assure all meeting participants feel safe, welcomed, and included, and that our meetings promote and help reflect diversity, inclusion and

More information