Developing Loca.on- enabled Enterprise Applica.ons

Size: px
Start display at page:

Download "Developing Loca.on- enabled Enterprise Applica.ons"

Transcription

1 Developing Loca.on- enabled Enterprise Applica.ons On- premise, cloud, or mobile September 28 October 2, 2014 San Francisco Jayant Sharma, Liujian Qian Director Spa.al Product Development September 29, 2014

2 Safe Harbor Statement The following is intended to outline our general product direc.on. It is intended for informa.on purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or func.onality, and should not be relied upon in making purchasing decisions. The development, release, and.ming of any features or func.onality described for Oracle s products remains at the sole discre.on of Oracle.

3 Agenda Spa.al platorm overview Case studies Discussion

4 Loca.on- Enabled Business Applica.ons Geocoding Spatial searches Routing Mapping

5 How Oracle Spa.al Enhances Enterprise Workflows Display Add Maps & Reports to your Applica.on Technique Use MapViewer, or 3 rd party tools or delivery through web services Analyze Find Proximity, Loca.on, Rou.ng 400 analysis func.ons, path analysis, vehicle rou.ng, image & 3D analysis Geocode Data Convert addresses into coordinates Manage commercial and customer geospa.al data Includes integrated global address geocoding algorithms Points, lines, polygons, imagery, networks

6 Data 3 rd Party Data Suppliers HERE (Nokia/NAVTEQ) Tomtom (TeleAtlas) Digital Globe Intermap, GfK, etc Online map and data services HERE Bing OSM etc Bundled sample map content Admin boundaries (country, state), major ci.es, major roads

7 Data: Managing spa.al content Bring locaaon analysis and secure storage to enterprise data Points Lines Polygons Web Services (OGC) SPARQL End Point Oracle Spatial and Graph Geocoding Rou.ng Inferencing Rasters Network Graphs e1 f1 e2 n1 n2 e3 f2 e4 Topologies 3D, point clouds (Lidar) RDF Seman.c Graphs

8 How Oracle Spa.al Enhances Enterprise Workflows Display Analyze Geocode Data Add Maps & Reports to your Applica.on Find Proximity, Loca.on, Rou.ng Convert addresses into coordinates Manage commercial and customer geospa.al data

9 Geocode: Customer addresses Convert address to lat/long (points) Formaied & unformaied addresses Parameters for fuzzy matching Interna.onal address standardiza.on Record- level and batch processes Data provided by HERE, TomTom. Parameters for fuzzy matching Address String: One Oracle Drive, Nashua NH, 03062

10 How Oracle Spa.al Enhances Enterprise Workflows Display Analyze Geocode Data Add Maps & Reports to your Applica.on Find Proximity, Loca.on, Rou.ng Convert addresses into coordinates Manage commercial and customer geospa.al data

11 Analyze: Spa.al query and processing Na.ve Geometry Data Types P 8 P 1 P 7 H 1 P 2 H 4 H 3 H 2 Element 0 Self Balancing R- tree Indexing P 6 P 3 P 5 P 4 Element 1 (Hole) ROADS RNAME ID TYPE LANES GEOMETRY M40 M HWY HWY 6 4 Full Query and Analysis Select, join, buffer, within distance, nearest neighbor, intersec.on, union, convex hull, centroid,... SELECT a.owner_name, a.acquisi.on_status FROM proper.es a, projects b WHERE sdo_within_distance (a.property_geom, b.project_geom, distance =.1 unit = mile ) = TRUE and b.project_id=189498;

12 Analyze: proximity search Find compe.tors loca.ons within 2 miles of the Northport SELECT c.holding_company,c.location FROM competitor c, bank b WHERE b.site_id = 1604 AND SDO_WITHIN_DISTANCE( c.location, b.location, 'distance=2 unit=mile ) = 'TRUE'

13 Analyze: Spa.al processing What percentage of Yellowstone Na.onal Park is in which state WITH p AS ( SELECT s.state, sdo_geom.sdo_area ( sdo_geom.sdo_intersection ( s.geom, p.geom, 0.5), 0.5, 'unit=sq_km') area FROM us_states s, us_parks p WHERE SDO_ANYINTERACT (s.geom, p.geom) ='TRUE' AND p.name = 'Yellowstone NP' ) SELECT state, area, RATIO_TO_REPORT(area) OVER () * 100 AS pct FROM p ORDER BY pct DESC; STATE AREA PCT Wyoming Montana Idaho

14 How Oracle Spa.al Enhances Enterprise Workflows Display Analyze Geocode Data Add Maps & Reports to your Applica.on Find Proximity, Loca.on, Rou.ng Convert addresses into coordinates Manage commercial and customer geospa.al data

15 Display: FMW MapViewer Developers toolkit to create beau.ful, richly interac.ve web mapping applica.ons Part of WebLogic, Applica.on Server Visualize data from Oracle Spa.al and Graph or web services, and background maps from data providers or services

16 Oracle FMW MapViewer Data Mash- up Mapping Engine hosted LBS Oracle HERE TomTom Bing OSM Et al PostGIS ESRI Teradata Et al OGR Adapters WMS WFS GeoRSS WMTS Oracle Database 16

17 12c Update Performance, simplified applicaaon development

18 Locator 12c: Drama.cally improved performance AnyInteract, Inside: 20-30x Core spa.al func.ons and operators Distance: 40x Proximity: 10x Validate: 4x Oracle Confiden.al Internal 18

19 Spa.al & Graph op.on: Turbo- charged func.ons & operators Join: x Vector performance accelera.on Adjacency: 50x Containment, overlap: 50x Complex masks: 50x Oracle Confiden.al Internal 19

20 SDO_WITHIN_DISTANCE 12c 6x faster 2m 17s vs 14m 32s For 544 super regional shopping centers, retrieve all businesses with a 10 mile radius 1, g 12c 12c SVA SDO WITHIN DISTANCE Source:

21 Point In Polygon 12c Elapsed Time (s) sdo_pointinpolygon SELECT lon, lat FROM TABLE(mdsys.sdo_pointInPolygon( CURSOR(select lon, lat from large), (select geom from states where state_abrv='ca ),.05)) 50 /*+ PARALLEL(#) */ Near linear performance boost 0 11g Relate 12c SVA PiP 12c SVA PiP (8) Source:

22 Spa.al Joins Elapsed Time (s) SDO_JOIN For bulk joins sdo_join('large', 'GEOM', 'STATES', 'GEOM', 'mask=anyinteract' Works in 11g Faster in 12c 0 11g 12c 12c SVA Source:

23 Oracle MapViewer (Server) Map Cache Auto- Update Periodically updates cached map.les when data in base.les are changed Map Tile Storage Op.ons XYZ scheme OpenGIS Web Map Tile Service (WMTS) Support Provides access to.le servers that support this standard Local Tiles for Offline/Mobile Use Extract.les from MapViewer or a 3 rd party 23

24 Oracle Maps (HTML5- based API) User Defined Data Sources/API Flexibility Can define a user- defined 3 rd party map.le layer using a plugin interface Support for geojson and JSONP Support user- defined map projec.on func.ons Improved User Interac.vity Mobile and touch support Na.ve support of mobile opera.ng systems recent versions of ios, Android, and Windows 8 touch screen Display a 3 rd party info window Mul.ple feature selec.on support 24

25 Map Builder Web version that is accessed using the MapViewer console Metadata valida.on tool Enhanced previewing capability Can preview mul.ple data layer types Tile layer Base map Predefined themes JDBC themes 25

26 Map Template Builder Create and modify map templates Build a ready- to- go set of self contained map layers than be consumed by HTML5 API with no coding Consist of pre- bundled, pre- defined and configured set of related data layers 26

27 Customer use cases SpaAal analyacs in the cloud, tracking, locaaon services

28 Geofusion OnMaps

29 Geofusion OnMaps usage: demographic analysis example How many people live in this area? How much of the dayame populaaon lives or works here? How much money do they make? How much money do they spend in each product category?

30 Geofusion OnMaps: over 250 reference data sources

31 Geofusion OnMaps: Point of Sale analysis Geocode and classify PoS based on neighborhoods and evaluate pricing opaons 31

32 Geofusion OnMaps: Point of Sale analysis Classify PoS based on census tract data for income and populaaon 32

33 Geofusion OnMaps: Point of Sale analysis Classify PoS based on census tract data for income and populaaon 33

34 Geofusion OnMaps: Point of Sale analysis Classify by tracts median income level (Green: high, Orange: middle) 34

35 Geofusion OnMaps: Point of Sale analysis PoS classified by median income level of census tracts 35

36 Geofusion OnMaps: Spa.al usage example Isochrones and Weighted (ProporAonal) Sum NetworkAnalyst.withinReachingCostPolygon and NetworkAnalyst.withinCostPolygon for genera.ng the stores influence areas. SDO_AREA, SDO_INSIDE, SDO_INTERSECTION, SDO_ANYINTERACT for calculaang proporaons of each census tract.

37 3000+ users 800 layers/min Avg rendering.me per layer = 400ms 1500+layers

38 Neustar Analy.cs PlaTorm Geospa.al analy.cs in the cloud Centralized secure repository ~2Tb and growing Extensive data assets (4 billion global phone numbers, 2.8 billion global IP addresses, 6.4 million global domain names and 13.1 million US business lis.ngs) Rich geospa.al analy.cs capability Scalable and High Performance Over 20 billion requests/day

39 Neustar ElementOne Analy.cs Use of Oracle Spa.al LRS & Network Data Model Oracle Spatial LRS Use combination of SDO_GEOM and SDO_LRS methods to build comprehensive and highly detailed US road network Nodes and links are divided into classifications of freeway, highway, major and local roads Cost of linear distances between nodes Oracle Spatial NDM Use SDO_NET.SPATIAL_PARTITION and SDO_NET.GENERATE_PARTITION_BLOBS for scalability and performance Load On Demand Cache on Mid-Tier Flexibility to dynamically override link cost

40 Neustar ElementOne Analy.cs Use of Oracle Spa.al 11gR2 Features SDO_TIN for Heat Map SDO_UTIL and SDO_GEOM for various geography creation and manipulation SDO_BUFFER for polygon smoothing SDO_INTERSECTION, SDO_UNION, SDO_DIFFERENCE, POINT_AT_BEARING, POLYGONTOLINE, SDO_CONVEXHULL, & CONVERT_RADIAN for polygon creation and manipulation SDO_MBR, SDO_AREA & SDO_CENTROID for polygon utility functions SDO_CS for Google Projection SDO_VALIDATE, RECTIFY_GEOM, and SIMPLIFY for polygon cleansing

41 Neustar ElementOne Analy.cs Benefits of Oracle Spa.al 11gR2 Features Benefits of MapViewer 11g Tight integration with Oracle Spatial Cached tile maps for high performance, scalability and portability Use of bind variables for scalability Highly flexible full control over map detail and labels Benefits of Geo-Raster Image Display and query of highly detailed markets and trade areas Scalable and High Performance Handle large datasets (ZIP4 points, large customer and transaction level files) Partitioning and SDO_JOIN

42 Loca.onBox: LBS

43 Loca.onBox Architecture Mobile Applica.ons Spa.al Analy.cs Applica.ons Web Mapping Applica.ons BI Integra.on Loca.on Based Services Enterprise Applica.on Integra.on Web Services API JavaScript API Mobile SDK (ios, Android) Oracle WebLogic Server Enterprise Edition + MapViewer + Routing Server Rou.ng Server Oracle Database Server 11g R2 Enterprise Edition + Spatial and Graph Vector and Raster Map Data POI, Traffic, Risk, Demographic Data User Data (Point, Line, Polygon) Metadata (Maps, Themes, Styles)

44 Ekipmobil - Tracking and Workforce Management Mobiles Companies Users GSM Posi.oning 10 million transac.ons / day Nearest POI Traffic Weather Agriculture

45 Loca.onBox: Vehicle Tracking & Fleet Mgmt

46 Loca.onBox: Parcel Delivery Service Monitoring 900+ branches 12 million deliveries/day Geocoding addresses Edi.ng service areas Monitoring vehicles Analyses and repor.ng by various service quality metrics

47 Loca.onBox: Spa.al transac.ons x, y, z 30+ million messages / day ~2000 Tps Reverse Geocoding Map Matching POI Regions Points Routes Address: Country, Province, District, Neigboorhood, Road segment Speed limit viola.ons Nearest POI Distance, heading Region, territory, service area,. Distance traveled in the region Nearest company loca.on, checkins, checkouts, arrival no.fica.on Route viola.ons 10+ billion rows / year Par..oned

48 CSX Intelligent Rail Management Objectives Improve opera.ng efficiency Replace legacy systems, consolidate spa.al data Solution Oracle Database 11gR2 (EE) Oracle Spa.al: Geocoder, NDM FMW for web services Benefits Processes over 3 million train loca.on points per day Op.mizes train rou.ng solu.ons via the load- on- demand NDM graph Provides dynamic segmenta.on of events on the rail network using LRS hip://download.oracle.com/otndocs/products/spa.al/pdf/oow2013/oow2013_con8775_customerexperiencesspa.alandgraph.pdf

49 Garmin Connect Segments and leaderboards Objectives Match users fitness ac.vi.es to segments and rank the ac.vity Allow users to compete for fastest.me and rank the leaders. Challenges Ini.al load of 300+ million ac.vi.es and routes Matching user ac.vi.es to segments in seconds Solution Oracle Exadata Machine (Half Rack) Spa.al LRS for matching users to segments Par..oning, parallel pipelined func.ons Benefits Simplifies processing of more than 5 billion miles of user ac.vi.es in a 40TB database Process and match ac.vi.es to segments in seconds and match new segments to 5+ TB of ac.vity data in minutes Enables addi.onal analyses about the use of Garmin Fitness and Wellness products

50 Summary Consolidated data management for ALL geospa.al data types Support mul.ple vendor tools/apps Deploy a single IT architecture suppor.ng geospa.al analysis and workflows Leverage Oracle scalability, security, and reliability Aligned with leading geospa.al standards

51 Resources: Oracle Technology Network blogs.oracle.com oraclespa.al oracle_maps_blog

52 More Resources

53 User Groups & Cer.fica.on Oracle SpaAal & Graph Special Interest Group: Connect and exchange knowledge with the user community Join the SpaAal & Graph Meetup: Wed 10/1, 4:00-5:00pm OTN Lounge, Moscone South Lobby Mezzanine Share experiences, ask your quesaons to SIG & Oracle SpaAal experts Join our groups: LinkedIn, Google+, IOUG SIG Visit OTN Spa.al Community Search online for Oracle SpaAal and Graph Community Individual CerAficaAon, Partner SpecializaAon - spa.alandgraph/learnmore/spa.al- partners html - Talk to Oracle team this week at OPN Lounge or Oracle Spa.al & Graph demopod in Moscone South

54 Oracle BIWA Summit 2015 Now including Oracle SpaAal Summit BIWA SIG joins hands with Spa.al SIG and NoCOUG for the Oracle BIWA and Spa.al Summits Jan , Oracle HQ in Redwood Shores, CA Keynotes by Ken Inman, Neustar; Balaji Yelamanchili, Oracle Educa.onal Sessions, Hands On Labs, Networking Abstract submissions sall being accepted submit soon! View preliminary agenda, submit session proposals

55 Spa.al and Graph at OOW 2014 View this list at Enyurl.com/spaEal2014 Sessions Date/Time Title LocaAon Sunday, Sept 28 2:30 PM 3:15 PM Data Visualiza.on for Oracle Business Intelligence 11g Moscone South Monday, Sept 29 2:45 PM 3:30 PM Developing Loca.on- Enabled Enterprise Applica.ons for Cloud, Mobile, or On- Premises Moscone North :15 PM 6:00 PM Coolest Graph Features in Oracle Database 12c Moscone North :45 PM 3:45 PM Tuesday, Sept 30 Oracle BI Mobile App Designer: Crea.ng Purposeful Mobile Apps in Oracle BI Enterprise Edi.on [Hands On Lab] Hotel Nikko - Monterey 7:00 PM 7:45 PM Meet the Oracle Spa.al and Graph Experts Moscone South - 306

56 Spa.al and Graph at OOW 2014 View this list at Enyurl.com/spaEal2014 Sessions Date/Time Title LocaAon Wednesday, Oct 1 12:45 PM 1:30 PM PL/SQL: The Scrip.ng Language Liberator (with Steve Feuerstein) Moscone South :00 PM 2:45 PM Big Data Spa.al Performance with Oracle Database 12c Moscone North :00 PM 2:45 PM 2:45 PM 3:45 PM Thursday, Oct 2 How Oracle Real- Time Decisions Meets the Challenges of the Italian Ministry of Labor Oracle BI Mobile App Designer: Crea.ng Purposeful Mobile Apps in Oracle BI Enterprise Edi.on [Hands On Lab] 9:00 AM 9:45 AM Managing Linear Assets with Oracle Enterprise Asset Management 12:00 PM 12:45 PM Garmin Uses Oracle Exadata and Oracle Spa.al and Graph to Manage Five Billion Miles of Data Moscone West Hotel Nikko - Monterey Wes.n Market Street - City Moscone South :30 PM - 3:15 PM Big, Fast Graph Analysis and Data Management for Hadoop Moscone North - 131

57 Spa.al and Graph at OOW 2014 View this list at Enyurl.com/spaEal2014 Demos Date/Time Title LocaAon Monday - Wednesday Oracle's Spa.al Technologies Moscone South Exhibi.on Hall - Oracle Database DEMOgrounds (Leƒ SLD- 114) Monday - Wednesday Monday - Wednesday Monday - Wednesday Partners Graph Databases Big Data for Remote Services Delivery Oracle Business Intelligence Mobile and Mobile App Designer Moscone South Exhibi.on Hall Oracle Database DEMOgrounds (Leƒ - SLD- 109) Moscone South Exhibi.on Hall Big Data Showcase (Far right- back of exhibit hall - SBD- 014) Moscone South Exhibi.on Hall Oracle Database DEMOgrounds (Leƒ - SLM- 145) Date/Time Title LocaAon Monday Wednesday HERE, a Nokia Business Moscone South Exhibi.on Hall - Booth #1737 Monday Wednesday Esri Moscone South Exhibi.on Hall - Booth #131

58 Spa.al and Graph at OOW 2014 View this list at Enyurl.com/spaEal2014 User Meetups Date/Time Title LocaAon Wednesday, Oct 1 4:00 PM 5:00 PM RDF Seman.c Graph User Meetup with Oracle Product Team 4:00 PM 5:00 PM Oracle Spa.al and Graph Special Interest Group Meetup OTN Lounge - Moscone South Lobby Mezzanine OTN Lounge - Moscone South Lobby Mezzanine Oracle PartnerNetwork Test Fest Spa.al Cer.fica.on Exam Date/Time Title LocaAon Monday - Thursday OPN Test Fest Free Onsite Spa.al Cer.fied Implementa.on Specialist exams at OOW. OPN membership required. Slots limited register at hip://.nyurl.com/opntestest Wes.n St. Francis Hotel Oxford Room, 335 Powell Street

59 RDF Graph at OOW 2014 View this list at Enyurl.com/spaEal2014 Sessions Date/Time Title LocaAon Monday, Sept 29 5:15 PM 6:00 PM Coolest Graph Features in Oracle Database 12c Moscone North Thursday, Sept 30 2:30 PM - 3:15 PM Big, Fast Graph Analysis and Data Management for Hadoop Moscone North Demos Monday - Wednesday Graph Databases Moscone South Exhibi.on Hall Oracle Database DEMOgrounds (Leƒ - SLD- 109) User Meetups Wednesday, Oct 1 4:00 PM 5:00 PM RDF Seman.c Graph User Meetup with Oracle Product Team OTN Lounge - Moscone South Lobby Mezzanine

60 Q & A More SpaEal & Graph at OOW SpaAal & Graph Sessions/AcAviAes List: Talk to us at Oracle SpaAal & Graph SIG Meetup, today at 4-5pm, OTN Lounge (Moscone South Lobby Mezzanine) SpaAal demo booth in the Database DEMOgrounds Moscone South Lep, pod SLD- 114

61 Safe Harbor Statement The preceding is intended to outline our general product direc.on. It is intended for informa.on purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or func.onality, and should not be relied upon in making purchasing decisions. The development, release, and.ming of any features or func.onality described for Oracle s products remains at the sole discre.on of Oracle.

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. ORACLE PRODUCT LOGO S15402 Google Maps, ESRI, Traffic, ipad: Bring it all Together With Oracle Spatial LJ Qian Jayant Sharma Sr. Mgr.,

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 What s New in Location Analytics Jayant Sharma Director, Product Mgmt The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Real Life Applications of Location Analytics Dan Geringer, Senior Software Development Manager, Oracle Jayant Sharma, Director Prod Mgmt, Oracle 2 The following is intended to outline our general product

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Building Applications with Oracle MapViewer LJ Qian (lj.qian@oracle.com) Director, Software Development The following

More information

BEST PRACTICES FOR DEVELOPING GEOSPATIAL BIG DATA APPS FOR THE CLOUD. Nick Salem - Distinguished Engineer David Tatar - Principal Software Engineer

BEST PRACTICES FOR DEVELOPING GEOSPATIAL BIG DATA APPS FOR THE CLOUD. Nick Salem - Distinguished Engineer David Tatar - Principal Software Engineer BEST PRACTICES FOR DEVELOPING GEOSPATIAL BIG DATA APPS FOR THE CLOUD Nick Salem - Distinguished Engineer David Tatar - Principal Software Engineer SPEAKER BIO NICK SALEM 18 Oracle Certified Professional

More information

Oracle Spatial Summit 2015 Best Practices for Developing Geospatial Apps for the Cloud

Oracle Spatial Summit 2015 Best Practices for Developing Geospatial Apps for the Cloud Oracle Spatial Summit 2015 Best Practices for Developing Geospatial Apps for the Cloud Nick Salem, Distinguished Engineer Neustar Neustar ElementOne OVERVIEW Comprehensive cloud based GIS analytics platform

More information

An Overview of FMW MapViewer

An Overview of FMW MapViewer An Overview of FMW MapViewer Agenda What is MapViewer Select Features Getting Started Additional Resources 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle

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

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Introduction to MapViewer & Tools for Your Business Apps and Mobile Devices Albert Godfrind Oracle Spatial Architect

More information

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved. May 21, 2014 Walter E. Washington Convention Center Washington, DC USA 1 How to Build a Better GIS Application Siva Ravada Senior Director of Development Spatial and Graph & MapViewer Oracle Program Agenda

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Spatial and Graph: Technologies 101 Xavier Lopez, Senior Director Product Management, Oracle Server Technologies 2 Program Agenda Introducing Oracle Spatial and Graph Advanced Features New Features

More information

Oracle. Spatial Summit Using Map Views in Oracle Business Intelligence Analy7cs. Albert Godfrind SpaCal SoluCons Architect

Oracle. Spatial Summit Using Map Views in Oracle Business Intelligence Analy7cs. Albert Godfrind SpaCal SoluCons Architect Oracle Spatial Summit 2015 Using Map Views in Oracle Business Intelligence Analy7cs Albert Godfrind SpaCal SoluCons Architect Oracle Hans Viehmann Product Manager, EMEA Oracle The Spa7al & Graph SIG User

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 To 9. D 1. 2. 3. Performance, Performance, Performance What You Need To Know About Exadata Daniel Geringer Senior

More information

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

Network Analyst: An Introduction

Network Analyst: An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Network Analyst: An Introduction Patrick Stevens Robert Garrity Esri UC2013. Technical Workshop. Introduction

More information

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved. May 21, 2014 Walter E. Washington Convention Center Washington, DC USA 1 Innovation in Spatial Data Processing Hans Viehmann Product Manager EMEA The following is intended to outline our general product

More information

Best Practices, Tips and Tricks With Oracle Spatial and Graph Daniel Geringer, Spatial Solutions Specialist Oracle Corporation

Best Practices, Tips and Tricks With Oracle Spatial and Graph Daniel Geringer, Spatial Solutions Specialist Oracle Corporation Best Practices, Tips and Tricks With Oracle Spatial and Graph Daniel Geringer, Spatial Solutions Specialist Oracle Corporation Spatial Vector Acceleration Oracle Confidential Internal/Restricted/Highly

More information

OpenWorld 2015 Oracle Par22oning

OpenWorld 2015 Oracle Par22oning OpenWorld 2015 Oracle Par22oning Did You Think It Couldn t Get Any Be6er? Safe Harbor Statement The following is intended to outline our general product direc2on. It is intended for informa2on purposes

More information

Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service

Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service Shay Shmeltzer Director of Product Management Oracle Development Tools and Frameworks @JDevShay hpp://blogs.oracle.com/shay This App you

More information

Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016

Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016 Verarbeitung von Vektor- und Rasterdaten auf der Hadoop Plattform DOAG Spatial and Geodata Day 2016 Hans Viehmann Product Manager EMEA ORACLE Corporation 12. Mai 2016 Safe Harbor Statement The following

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

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation Oracle Spatial Technologies: An Update Xavier Lopez Director, Spatial Technologies Oracle Corporation Overview Oracle Approach to Market Specialist v. Generalist Solutions New Developments: Oracle Database

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Siva Ravada Director of Development Oracle Spatial Steve MacCabe Product

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Spatial and Graph at OOW 2012 Sessions Date/Time Title Location Tuesday, Oct 2 8:30am-9:30am 10:15am-11:15am 10:15am-11:15am Wednesday, Oct 3 11:45am - 12:45pm 1:15pm-2:15pm JavaOne Session: Leveraging

More information

An Introduction to Oracle s Location Technologies ORACLE WHITE PAPER MARCH 2017

An Introduction to Oracle s Location Technologies ORACLE WHITE PAPER MARCH 2017 An Introduction to Oracle s Location Technologies ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

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

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

Stay Informed During and AEer OpenWorld

Stay Informed During and AEer OpenWorld Stay Informed During and AEer OpenWorld TwiIer: @OracleBigData, @OracleExadata, @Infrastructure Follow #CloudReady LinkedIn: Oracle IT Infrastructure Oracle Showcase Page Oracle Big Data Oracle Showcase

More information

ORACLE FUSION MIDDLEWARE MAPVIEWER

ORACLE FUSION MIDDLEWARE MAPVIEWER ORACLE FUSION MIDDLEWARE MAPVIEWER 10.1.3.3 MAPVIEWER KEY FEATURES Component of Fusion Middleware Integration with Oracle Spatial, Oracle Locator Support for two-dimensional vector geometries stored in

More information

An Oracle White Paper September Oracle Fusion Middleware MapViewer

An Oracle White Paper September Oracle Fusion Middleware MapViewer An Oracle White Paper September 2014 Oracle Fusion Middleware MapViewer Introduction... 2 Usage Scenarios... 3 Reporting... 3 Proximity Search... 4 Analysis... 5 Brief Feature Overview... 8 Developing

More information

An Oracle White Paper January Oracle Fusion Middleware MapViewer 10g ( )

An Oracle White Paper January Oracle Fusion Middleware MapViewer 10g ( ) An Oracle White Paper January 2009 Oracle Fusion Middleware MapViewer 10g (10.1.3.3) Oracle Fusion Middleware MapViewer Disclaimer The following is intended to outline our general product direction. It

More information

Building Java Apps with ArcGIS Runtime SDK

Building Java Apps with ArcGIS Runtime SDK Building Java Apps with ArcGIS Runtime SDK Mark Baird and Vijay Gandhi A step back in time Map making 50 years ago - http://www.nls.uk/exhibitions/bartholomew/maps-engraver - http://www.nls.uk/exhibitions/bartholomew/printing

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

Getting Started with ArcGIS for Server. Charmel Menzel and Ken Gorton

Getting Started with ArcGIS for Server. Charmel Menzel and Ken Gorton Getting Started with ArcGIS for Server Charmel Menzel and Ken Gorton Agenda What is ArcGIS for Server? Types of Web services Publishing resources onto the Web Clients to ArcGIS for Server Editions and

More information

ArcGIS Enterprise: An Introduction. Philip Heede

ArcGIS Enterprise: An Introduction. Philip Heede Enterprise: An Introduction Philip Heede Online Enterprise Hosted by Esri (SaaS) - Upgraded automatically (by Esri) - Esri controls SLA Core Web GIS functionality (Apps, visualization, smart mapping, analysis

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Michele Sacchi Bridge Consulting Program Manager Geomarketing Analysis A

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

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

Javaentwicklung in der Oracle Cloud

Javaentwicklung in der Oracle Cloud Javaentwicklung in der Oracle Cloud Sören Halter Principal Sales Consultant 2016-11-17 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

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

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

Visualizing Data Using Maps in OBI 11g

Visualizing Data Using Maps in OBI 11g Copyright 2010, Vlamis Software Solutions, Inc. Visualizing Data Using Maps in OBI 11g Collaborate 2011 Tim Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Copyright 2010, Vlamis Software

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

Creating Transparency, Openness and Trust: Modern Approach to Redistricting

Creating Transparency, Openness and Trust: Modern Approach to Redistricting Creating Transparency, Openness and Trust: Modern Approach to Redistricting Richard Leadbeater, Esri Jerry Howe, Utah Legislature Larry Boden, Esri NCSL Legislative Summit Sunday, Aug. 6 11:15 am-12:15

More information

Developing Qt Apps with the Runtime SDK

Developing Qt Apps with the Runtime SDK Developing Qt Apps with the Runtime SDK Thomas Dunn and Michael Tims Esri UC 2014 Technical Workshop Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Work

More information

An Oracle White Paper July Oracle Fusion Middleware MapViewer 12c

An Oracle White Paper July Oracle Fusion Middleware MapViewer 12c An Oracle White Paper July 2016 Oracle Fusion Middleware MapViewer 12c Oracle Fusion Middleware MapViewer 12c Introduction... 2 Usage Scenarios... 3 Reporting... 3 Proximity Search... 3 Analysis... 5 Feature

More information

How to Create Collaborative Communities Within Your Portal

How to Create Collaborative Communities Within Your Portal How to Create Collaborative Communities Within Your Portal Jim Powell Principal Product Manager Oracle Portal Oracle Corporation Agenda! Communities and their Collaboration Pains! Bringing it all together

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

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

Navigator for ArcGIS an Introduction

Navigator for ArcGIS an Introduction Esri Developer Summit March 8 11, 2016 Palm Springs, CA Navigator for ArcGIS an Introduction Scott Sandusky Navigator for ArcGIS Navigator for ArcGIS is a mobile app that gets your field workforce where

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Spatial and Graph: Faster, Bigger, Better 2-D and 3-D Spatial Solutions Siva Ravada Senior Director of Development Spatial and Graph & MapViewer 2 The following is intended to outline our general

More information

Real-Time & Big Data GIS: Leveraging the spatiotemporal big data store

Real-Time & Big Data GIS: Leveraging the spatiotemporal big data store Real-Time & Big Data GIS: Leveraging the spatiotemporal big data store Suzanne Foss Product Manager, Esri sfoss@esri.com Ricardo Trujillo Real-Time & Big Data GIS Developer, Esri rtrujillo@esri.com @rtrujill007

More information

Getting Started with ArcGIS Runtime SDK for Qt. Thomas Dunn & Nandini Rao

Getting Started with ArcGIS Runtime SDK for Qt. Thomas Dunn & Nandini Rao Getting Started with ArcGIS Runtime SDK for Qt Thomas Dunn & Nandini Rao Agenda Getting Started Creating the Map Geocoding and Routing Geoprocessing Message Processing Work Offline The Next Release ArcGIS

More information

ArcWeb Services (APIs, GIS Content and Functionality)

ArcWeb Services (APIs, GIS Content and Functionality) ArcWeb Services SOAP API Deep Dive Marwa Mabrouk: Saravanan Rajaram: ArcWeb Development Manager ArcWeb Senior QA Engineer Developer Summit 2007 1 Topics Quick Overview Location services Spatial analysis

More information

Spatial Analytics Built for Big Data Platforms

Spatial Analytics Built for Big Data Platforms Spatial Analytics Built for Big Platforms Roberto Infante Software Development Manager, Spatial and Graph 1 Copyright 2011, Oracle and/or its affiliates. All rights Global Digital Growth The Internet of

More information

What s New in ArcGIS Server 10

What s New in ArcGIS Server 10 What s New in ArcGIS Server 10 Derek Law ArcGIS Server Product Management What s s new in ArcGIS Server 10? Agenda Highlights: Enhanced Web mapping More powerful server-based analysis Geo-collaboration

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

Welkom bij de themasessie Oracle Spatial 11g

Welkom bij de themasessie Oracle Spatial 11g Welkom bij de themasessie Oracle Spatial 11g OGh SIM Commissie Agenda 19:00-19:05 Welkom 19:05-19:35 Managing ALL your Information in 11g (Han Wammes) 19:35-20:15 Oracle Spatial 11g

More information

Network Analyst: Performing Network Analysis

Network Analyst: Performing Network Analysis Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Network Analyst: Performing Network Analysis Jay Sandhu Deelesh Mandloi Goals We assume you have some familiarity

More information

Continuous delivery of Java applications. Marek Kratky Principal Sales Consultant Oracle Cloud Platform. May, 2016

Continuous delivery of Java applications. Marek Kratky Principal Sales Consultant Oracle Cloud Platform. May, 2016 Continuous delivery of Java applications using Oracle Cloud Platform Services Marek Kratky Principal Sales Consultant Oracle Cloud Platform May, 2016 Safe Harbor Statement The following is intended to

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

Peter Moskovits Principal Product Manager Oracle Corporation. Sue Vickers Group Manager Oracle Corporation

Peter Moskovits Principal Product Manager Oracle Corporation. Sue Vickers Group Manager Oracle Corporation Peter Moskovits Principal Product Manager Oracle Corporation Sue Vickers Group Manager Oracle Corporation How To Best Leverage J2EE, Struts, and ADF in Your Portal Oracle Application Server 10g Architecture

More information

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for:

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for: Data Announcements Data Sources a list of data files and their sources, an example of what I am looking for: Source Map of Bangor MEGIS NG911 road file for Bangor MEGIS Tax maps for Bangor City Hall, may

More information

3D in the ArcGIS Platform. Chris Andrews

3D in the ArcGIS Platform. Chris Andrews 3D in the ArcGIS Platform Chris Andrews Geospatial 3D is already all around us 3D is expanding the GIS community s opportunity to provide value 3D City & Infrastructure Models Generated 3D features Photogrammetrc

More information

ArcGIS Online: Developing Web Applications with Geocoding and Routing Services. Deelesh Mandloi Dmitry Kudinov Brad Niemand

ArcGIS Online: Developing Web Applications with Geocoding and Routing Services. Deelesh Mandloi Dmitry Kudinov Brad Niemand ArcGIS Online: Developing Web Applications with Geocoding and Routing Services Deelesh Mandloi Dmitry Kudinov Brad Niemand Metadata Slides available at http://esriurl.com/ds15gr Slides and video recording

More information

Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984

Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984 Oracle Report Manager - What are the Leading Prac6ces for It's Configura6on and U6liza6on? Session ID#: 14984 Prepared by: Lee Briggs Prac1ce Director, Financials Management REMINDER Check in on the COLLABORATE

More information

<Insert Picture Here> Maximizing Database Performance: Performance Tuning with DB Time

<Insert Picture Here> Maximizing Database Performance: Performance Tuning with DB Time 1 Maximizing Database Performance: Performance Tuning with DB Time Kurt Engeleiter, John Beresniewicz, Cecilia Gervasio Oracle America The following is intended to outline our general

More information

Both ArcGIS Online and ArcWeb Services: Focused on the ArcGIS User Deeply integrated within ArcGIS System

Both ArcGIS Online and ArcWeb Services: Focused on the ArcGIS User Deeply integrated within ArcGIS System ArcWeb Services in GIS Solutions James Killick: Marwa Mabrouk: ArcWeb Product Manager ArcWeb Development Manager Developer Summit 2007 1 Topics Quick Overview & Update ArcWeb Content & Content Management

More information

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016 Geodatabases Dr. Zhang SPRING 2016 GISC 1401 10/03/2016 Using and making maps Navigating GIS maps Map design Working with spatial data Spatial data infrastructure Interactive maps Map Animations Map layouts

More information

Oracle 10g GeoSpatial Technologies. Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation

Oracle 10g GeoSpatial Technologies. Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation Oracle 10g GeoSpatial Technologies Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation Eve.Kleiman@oracle.com Agenda Market and Technology Trends Oracle GeoSpatial Technology Stack What

More information

Constant Contact. Responsyssy. VerticalResponse. Bronto. Monitor. Satisfaction

Constant Contact. Responsyssy. VerticalResponse. Bronto. Monitor. Satisfaction Contenders Leaders Marketing Cloud sy Scale Campaign aign Monitor Niche High Performers Satisfaction Email Marketing Products Products shown on the Grid for Email Marketing have received a minimum of 10

More information

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

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

More information

Network Analysis with ArcGIS Online and On-premise Services

Network Analysis with ArcGIS Online and On-premise Services 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Network Analysis with ArcGIS Online and On-premise Services Deelesh Mandloi Dmitry Kudinov Esri UC2013.

More information

ArcGIS Online. The Road Ahead Geoff Mortson

ArcGIS Online. The Road Ahead Geoff Mortson ArcGIS Online The Road Ahead Geoff Mortson gmortson@esricanada.com ArcGIS Online Easily create and share maps Delivered as intelligent maps Access on virtually any device anyone, anywhere Compliments and

More information

DOAG CONFERENCE Data Warehouse & Business Intelligence. November 22, 2012 NürnbergConvention Center Ost Nürnberg

DOAG CONFERENCE Data Warehouse & Business Intelligence. November 22, 2012 NürnbergConvention Center Ost Nürnberg November 2012 DOAG CONFERENCE Data Warehouse & Business Intelligence November 22, 2012 NürnbergConvention Center Ost Nürnberg Michele Sacchi Bridge Consulting Program Manager Geomarketing Analysis A developed

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Daniel Geringer Senior Software Development Manager Oracle s Spatial Technologies

More information

ArcGIS Hub: Open data best practices. Graham Hudgins, esri product engineer

ArcGIS Hub: Open data best practices. Graham Hudgins, esri product engineer ArcGIS Hub: Open data best practices Graham Hudgins, esri product engineer Agenda Overview of open data in the ArcGIS Hub Example sites - Hubs Around the World Storymap Making a good site map Preparing

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

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA Scott Gooding Spatial Database Architect CSX Rail: Implementation of Oracle s Spatial Routing, Geocoding, LRS and NDM

More information

Creating engaging website experiences on any device (e.g. desktop, tablet, smartphone) using mobile responsive design.

Creating engaging website experiences on any device (e.g. desktop, tablet, smartphone) using mobile responsive design. Evoq Content: A CMS built for marketers to deliver modern web experiences Content is central to your ability to find, attract and convert customers. According to Forrester Research, buyers spend two-thirds

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

ArcGIS Online: Managing Data. Jeremy Bartley Sentha Sivabalan

ArcGIS Online: Managing Data. Jeremy Bartley Sentha Sivabalan ArcGIS Online: Managing Data Jeremy Bartley (jbartley@esri.com) Sentha Sivabalan (ssivabalan@esri.com) Agenda Creating and managing content like Apps, Maps, Scenes and Layers in ArcGIS Today s Topics:

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Andrew Howles & Jo Shannon IS Principal Architect General Manager, Operations

More information

Web AppBuilder Presented by

Web AppBuilder Presented by Web AppBuilder Presented by Agenda Product overview Web AppBuilder for ArcGIS tour What s new in the ArcGIS Online June 2016 update Customization Community and Resources Summary The ArcGIS Platform enables

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 To 9. D 1. 2. 3. Leveraging Advanced Oracle Spatial and Graph Features Daniel Geringer Senior Software Development

More information

A Developers Guide To Mobile GIS. David Cardella, Jeff Shaner

A Developers Guide To Mobile GIS. David Cardella, Jeff Shaner A Developers Guide To Mobile GIS David Cardella, Jeff Shaner What is mobile GIS? Extends the reach of ArcGIS from the office to the field With a mobile GIS solution you can: - Carry your maps to the field

More information

Getting Started with the ArcGIS Runtime SDKs. Dave, Will, Euan

Getting Started with the ArcGIS Runtime SDKs. Dave, Will, Euan Getting Started with the ArcGIS Runtime SDKs Dave, Will, Euan Agenda Why native app development? What can you do with the runtime SDKs Latest release Future Native Apps Are Everywhere Apple s App Store

More information

ArcGIS Viewer for Microsoft Silverlight An Introduction

ArcGIS Viewer for Microsoft Silverlight An Introduction Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 ArcGIS Viewer for Microsoft Silverlight An Introduction Art Haddad, Rich Zwaap, and Derek Law Agenda Background Product

More information

Technology Platform. Spectrum. Version 10.0 SP1. Spectrum Spatial Getting Started Guide

Technology Platform. Spectrum. Version 10.0 SP1. Spectrum Spatial Getting Started Guide Spectrum Version 10.0 SP1 Technology Platform Table of Contents 1 - What Is Location Intelligence? 2 - What is Spectrum Spatial? Spectrum Spatial Concepts 5 3 - Modules and Stages Location Intelligence

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

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

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc.

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. www.fargeo.com Norcal URISA Chapter Meeting 2/9/2005 Todays Goals Enterprise geodatabase defined Roles Oracle can play

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 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

Reach the Next Billion with Engaging Apps: Full Developers

Reach the Next Billion with Engaging Apps: Full Developers JavaOne 2012, San Francisco Reach the Next Billion with Engaging Apps: Full Touch for Java ME Developers Reha Chakroborty Senior Product Manager, Series 40 Developer Product (Java) Oct 2012 What is Series

More information

Oracle Big Data Spatial and Graph: Spatial Features

Oracle Big Data Spatial and Graph: Spatial Features Oracle Big Data Spatial and Graph: Spatial Features January 28 th, 2016 Siva Ravada Senior Director of Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Program Agenda 1 2

More information

MAPLYTICS User Manual

MAPLYTICS User Manual MAPLYTICS User Manual Page 1 of 115 Contents INTRODUCTION... 5 LANGUAGE SUPPORT... 6 MAPLYTICS CONFIGURATION (PERSONALIZATION)... 6 MAPLYTICS SECURITY TEMPLATE... 7 INDIVIDUAL RECORD MAP... 10 Steps to

More information

Desktop. ArcGIS Server. ArcGIS

Desktop. ArcGIS Server. ArcGIS Getting Started with ArcGIS Server Nakul Bhatia and David Crosby ESRI Charlotte 1 Agenda g Overview of ArcGIS Server 9.3.1 Working with GIS Services Using g Web GIS Service Clients ArcGIS Online Map Caching

More information

Oracle Spatial and Graph: An Introduction to Oracle s Geocoding Capabilities ORACLE WHITE PAPER MARCH 2017

Oracle Spatial and Graph: An Introduction to Oracle s Geocoding Capabilities ORACLE WHITE PAPER MARCH 2017 Oracle Spatial and Graph: An Introduction to Oracle s Geocoding Capabilities ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended

More information