where, why, and how: business applications using …...where, why, and how: business applications...

51

Upload: others

Post on 04-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 2: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Where, Why, and How: Business Applications Using Oracle Spatial Technologies

James Steiner Jayant SharmaSenior Director Technical Director Oracle Development Oracle Spatial

Page 3: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions.The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.

Page 4: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Topics

• Oracle spatial technology positioning

• How to set up and use include spatial content in your database

• How to create maps

• How to use Oracle tools and applications with spatial data

• Your questions

Page 5: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

What’s the difference between what Oracle has and a GIS?

JDBC

Fusion Middleware

HTTP

MapViewer

Oracle Spatial

Oracle Database

Raster 3DNetworks

“A GIS is a unique kind of database of the

world.”

SOA

Page 6: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Oracle’s “GIS” Core Functionality

FMW MAPVIEWER / GeoMAP

ORACLE SPATIAL: NETWORK DATA

MODEL, GeoRASTER, TOPOLOGY DATA

MODEL, Linear Referencing, 3D

FMW MAPVIEWER /

Oracle Spatial APIs / TOPLINK / PARTNER

TOOLS…

Page 7: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

If I have addresses or things I want to map or query by location, how to I set up the database?

Page 8: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

What does the SQL look like?

Page 9: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Map data © NAVTEQ

What does the SQL look like?

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'

Find all competitors within 2 miles of Northport Branch

Page 10: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Can I use OEM, APEX, SQL Developer and Data Modeler?

Page 11: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

How do you tune this?

An Oracle White Paper

January 2009

Oracle Locator and Oracle Spatial 11gBest Practices

Page 12: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Where does the data come from?

Page 13: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Just another database capability

Page 14: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Where do the maps come from?

Page 15: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Oracle Fusion Middleware MapViewer

Page 16: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

How does MapViewer work with other FMW components?

Page 17: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

How do I develop apps with MapViewer?

Page 18: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 19: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 20: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Primavera P6

Page 21: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

What if I want to use…

Page 22: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Powerful mapping capabilities for Fusion Middleware

Page 23: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

MapViewer Maps

Page 24: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 25: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

MapViewer with UCM

Page 26: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Oracle Utilities

Page 28: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 29: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 30: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 31: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 32: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 33: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 34: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

GeoMap + MapViewer

Page 35: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 36: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 37: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Strategic Asset Management

Page 38: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 39: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 40: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 41: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 42: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 43: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 44: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 45: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 46: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 47: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 48: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical
Page 49: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Find out more...

oracle.com/database/spatial.html

oracle.com/technology/products/spatial

oracle.com/technology/products/spatial/htdocs/pro_oracle_spatial.html

AQ&

Page 50: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical

Spatial at OOW 2009 - Sessions

Date/Time Title Location

Thursday, Oct. 15

9:00 a.m.Oracle Utilities Business Intelligence Road Map: Where the Product is Going

Palace Hotel Presidio

12:00 p.m.Where, Why, and How: Business Application Using Oracle Spatial Technologies

Moscone South Room 301

1:30 p.m.Oracle Fusion Middleware 11g’s MapViewer Feature: Deconstructing a Simple BI Application

Moscone West L3 Room 3014

•DEMOgrounds

•Oracle Spatial 11g Technologies - Moscone West, W-020

•Location and Map-Enabled Applications and Tools - Moscone West, W-019

Page 51: Where, Why, and How: Business Applications Using …...Where, Why, and How: Business Applications Using Oracle Spatial Technologies James Steiner Jayant Sharma Senior Director Technical