Skip Headers
Oracle® Spatial Developer's Guide
11g Release 1 (11.1)

Part Number B28400-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

B Oracle Locator

Oracle Locator (also referred to as Locator) is a feature of Oracle Database 11g Standard Edition. Locator provides core features and services available in Oracle Spatial. It provides significant capabilities typically required to support Internet and wireless service-based applications and partner-based GIS solutions. Locator is not designed to be a solution for geographic information system (GIS) applications requiring complex spatial data management. If you need capabilities such as linear referencing, spatial functions, or coordinate system transformations, use Oracle Spatial instead of Locator.

Like Spatial, Locator is not designed to be an end-user application, but is a set of spatial capabilities for application developers.

Locator is available with both the Standard and Enterprise Editions of Oracle Database 11g. Spatial is a priced option available only with Oracle Database 11g Enterprise Edition. Spatial includes all Locator features as well as other features that are not available with Locator.

The installation of Locator depends on the successful and proper installation of Oracle Multimedia. Oracle Multimedia is installed and configured with Oracle Database 11g, although you can install Oracle Multimedia manually if necessary, as documented in Oracle Multimedia User's Guide. During the installation of Oracle Multimedia, Locator is installed.

In general, Locator includes the data types, operators, and indexing capabilities of Oracle Spatial, along with a limited set of the functions and procedures of Spatial. The Locator features include the following:

For information about spatial concepts, the SDO_GEOMETRY object type, support for SQL Multimedia types annotation text, and indexing and loading of spatial data, see Chapters 1 through 5 in this guide. For reference and usage information about features supported by Locator, see the chapter or section listed in Table B-1.

Table B-1 Spatial Features Supported for Locator

Spatial Feature Described in

Function-based spatial indexing

Section 9.2


Table partitioning support for spatial indexes (including splitting, merging, and exchanging partitions and their indexes)

Section 5.1.3 and Section 5.1.4

Geodetic data support

Section 6.2 and Section 6.8

SQL statements for creating, altering, and deleting indexes

Chapter 18


Parallel spatial index builds (PARALLEL keyword with ALTER INDEX REBUILD and CREATE INDEX statements) (new with release 9.2)

Chapter 18


SDO_GEOMETRY object type methods

Section 2.3


SQL Multimedia spatial types (ST_xxx types)

Chapter 3


Annotation text

Section 3.4


Spatial operators (including SDO_JOIN, which is technically a table function but is documented with the operators)

Chapter 19


Implicit coordinate system transformations for operator calls where a window needs to be converted to the coordinate system of the queried layer.

Chapter 19


SDO_AGGR_MBR spatial aggregate function

Chapter 20


Coordinate system support for explicit geometry and layer transformations (SDO_CS.TRANSFORM function and SDO_CS.TRANSFORM_LAYER procedure)

Chapter 21


The following SDO_GEOM package functions and procedures: SDO_GEOM.SDO_BUFFER, SDO_GEOM.SDO_DISTANCE, SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT, SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT

Chapter 24


Package (SDO_MIGRATE) to upgrade data from previous Spatial releases to the current release

Chapter 26


Tuning functions and procedures (SDO_TUNE package)

Chapter 31


Spatial utility functions (SDO_UTIL package)

Chapter 32


Object replication

Oracle Database Advanced Replication



Table B-2 lists Spatial features that are not supported for Locator, with the chapter in this guide or the separate manual that describes the feature.

Table B-2 Spatial Features Not Supported for Locator

Spatial Feature Described in

SDO_GEOM package functions and procedures, except for those listed in Table B-1

Chapter 24


Spatial aggregate functions, except for any listed in Table B-1

Chapter 20


Linear referencing system (LRS) support

Chapter 7 (concepts and usage) and Chapter 25 (reference)

Spatial analysis and mining functions and procedures (SDO_SAM package)

Chapter 29


Geocoding support (SDO_GCDR package)

Chapter 11 (concepts and usage) and Chapter 23 (reference)

GeoRaster support

Oracle Spatial GeoRaster Developer's Guide


Topology data model

Oracle Spatial Topology and Network Data Models Developer's Guide


Network data model

Oracle Spatial Topology and Network Data Models Developer's Guide



Although Locator is available on both the Standard and Enterprise Editions of Oracle Database 11g, some Locator features requires database features that are not available or are limited on the Standard Edition. Some of those Locator features and their availability are listed in Table B-3.

Table B-3 Feature Availability with Standard and Enterprise Editions

Feature Standard/Enterprise Edition Availability

Parallel spatial index builds

Supported with Enterprise Edition only.

Multimaster replication of SDO_GEOMETRY objects

Supported with Enterprise Edition only. (Single master/materialized view replication for SDO_GEOMETRY objects is supported with both Standard Edition and Enterprise Edition. See Oracle Database Advanced Replication for more information.)

Partitioned spatial indexes

Requires the Partitioning Option with Enterprise Edition. Not supported with Standard Edition.