Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Spatial index, but no Oracle Spatial database,..how?

Hi,
We have an Oracle database that has been extended with Oracle locator. If I understand it correctly, Oracle locator is basically somewhere in between a none spatial Oracle database and a spatial database.
It doesn't provide the true functionality of a spatial database (as in querying by applying spatial functions etc.) but only provides the coordinates of bounding boxes of the spatial features that are stored within the database.
However, when studying the database, I've noticed that there is indeed a spatial index on the database, as in there's a "geom" column.
How am I supposed to interpret this column? Is it the same as with a spatial database or is it different in Oracle locator?
Rumor has it, that Oracle provides all the functionality of a spatial database with the Oracle locator, however, will only charge money when you actually use this spatial functionality. Is this true? If I apply a spatial query will it actually work, but will I or my company receive a bill at the end of the month? :-)
Say we have some external applications that we want to be able to read/ edit the data, will it be able for those application to interpret the data spatially through the "geom" column?
Thanks in advance
Best Answer
-
Hi,
You will be able to access the documentation without a support identifier, and the link below will tell you what functionality is included in Oracle Locator and what you need the Oracle Spatial and Graph option for.
Locator includes standard R-tree indexes and much more functionality. I’ve met a few companies over the years who are paying for the Spatial and Graph option as they have a ’spatial’ database, but actually are only using Locator functionality.
Gwen
Answers
-
For licensing overview, see:
- Oracle Spatial and Oracle Locator Licensing Information (Doc ID 1066837.1)
Primary support note is:
- Master Note for Oracle Spatial and Oracle Locator Installation (Doc ID 220481.1)
-
Hi,
Thanks, but I can't open the links since I can't provide the needed licensing information.
I work in a large company, and I simply don't have that information and getting it will probably take quite some time, if I'm even allowed to be provided with it.
I'm just looking for a general overview, preferable from people who also either have a Oracle Locator database, or an Oracle spatial database.
-
Hi,
You will be able to access the documentation without a support identifier, and the link below will tell you what functionality is included in Oracle Locator and what you need the Oracle Spatial and Graph option for.
Locator includes standard R-tree indexes and much more functionality. I’ve met a few companies over the years who are paying for the Spatial and Graph option as they have a ’spatial’ database, but actually are only using Locator functionality.
Gwen
-
Thank you!
-
It's a lot more clear to me what the exact differences are between Oracle LOcator and Oracle Spatial Graph.
I do however still have a question.
I have managed to read the 1066837.1 document, which was sent to me by our company IT provider. In it there's a passge which states:
Note: Prior to 10gR1 Oracle Locator and Oracle Spatial are not differentiated. If you want to use Oracle Locator in a database
release prior to 10gR1 then you will see Oracle Spatial in the DBA_REGISTRY but you do not need to concern about the licensing if you are not using the Spatial features.
See the bolded in the passage. Say, we have database of a version prior to the mentioned 10gR1, and we would use the (advanced) spatial functionality. Would we then have to pay since in those early database releases there's no difference between Locator and Spatial Graph? How am I supposed to interpret the bolded?
And does that mean that the rumors (see intial question) are somewhat true for early Oracle releases?
Thanks in advance.
-
Hi,
Oracle Locator, or as it is originally called, Oracle interMedia Locator is documented as far back as Oracle 8.1.6, at about which time the Oracle Spatial option was migrating to the object relational model that it now uses. You can check with is documentation whether what you your earlier databases are using Locator or not.
9iR1 docs are here https://docs.oracle.com/cd/A91202_01/901_doc/appdev.901/a88805/sdo_loca.htm#631985
10gR1 saw the beginning of the huge expansion in Spatial and Graph functionalities, it was about this time that people became more aware of the difference in Locator to Spatial, with the Spatial and Graph option being a very much larger product, with the smaller Locator option at its core.
Gwen