Spatial or locator ?

I'm a bit confused !
How to see if I'm using the locator or the spatial component ?

I think it just depend of the functionality you are using.
For example for using georaster in 10g, you must buy an Oracle Spatial license.
see this paper below to check the difference between
Locator and spatial
http://www.oracle.com/technology/products/spatial/pdf/10gr2_collateral/spatial_ds_10gr2_0513.pdf
regards
Pascal

Similar Messages

  • Oracle 10gR2 - Is it Spatial or Locator?

    I'm trying to determine if a 10.2 database is using Spatial or Locator.
    I've checked out this other recent thread:
    Oracle is Spatial or Locator?
    On the DB I'm looking at, I only come back with a reference to count is Spatial (and nothing for Locator - which I think is what it is really using)
    I did some more digging and I found these to manual pages:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_3114.htm (10gR2)
    http://download.oracle.com/docs/cd/E14072_01/server.112/e10820/statviews_3180.htm (11gR2)
    And the difference being, that 10gR2 doesn't list Locator at all. From what I understand, Locator is just a subset of Spatial, and was split out in 9i or 10g, and specifically licensed for Standard Edition.
    What I'm wondering is if in 10gR2/10.2 if Oracle hadn't split out Locator from Spatial in dba_feature_usage_statistics until 11gR2. And if, so how can I really tell whether the DB is being used for true Spatial or just Locator.
    If you can point me to any oracle documentation saying one way or another, that would be helpful too.

    How To Verify That Oracle Locator Is Installed (Doc ID 357943.1)
    *+<moderator edit - MOS Doc content removed - pl do NOT post contents of MOS Docs - this violates your agreement with Support>+*                                                                                                                                                                                                                                                                                                                                                                                                       

  • Spatial or locator / USER_SDO_GEOM_METADATA view missing on XE

    Hi,
    I would like to use locator on an Oracle XE instance. I can not seem to find USER_SDO_GEOM_METADATA view. Is this included in the Spatial option only? I suppose on XE i do not have to install Locator, it is installed automatically. Isn't it?
    TIA.
    Regards, Tamas

    Hi Tamas.
    You should find your awnser here.
    http://www.spatialdbadvisor.com/oracle_spatial_tips_tricks/55/oracle-locator-vs-enterprise-licensing-the-sdogeom-package
    Please let me know if it solved your problem.
    Regards,

  • Help define the requirements for an Oracle Spatial management tool

    Hi,
    We are developing a tool that, we hope, will be indispensable for all Oracle Spatial and Locator dbas/users. We've released version 1.0, but we need your help to define the requirements for the next version.
    What features would you like to have in a management tool for your spatial databases?
    The features we've got so far:
    1. Viewing of vector data in a map + attributes
    2. Loading from shapefiles
    3. Exporting to shapefiles
    4. Validating metadata, indexes and spatial data.
    We are adding editing of vectors in the next version - basic stuff for add, update and delete.
    But there must be a lot more. What do you find difficult to do in Oracle Spatial/Locator? What would you like in a tool such as this?
    Any feedback either to myself or the forum is much appreciated.
    cheers,
    Andrew
    [email protected]
    PS If you like to have a look at what we have done so far, go to http://www.geometryit.com/products/spatialConsole.php

    Andrew knows what I have asked for but for others to think about and to start
    the ball rolling, here's what they are:
    1. Ability to enter own SQL commands but with PARAMETERS for attributes
    and shapes as in the following examples:
    SELECT ...
    FROM my_spatial_table a
    WHERE a.ATTRIBUTE = :attr
    AND MDSYS.SDO_RELATE(a.shape,:polygon,'mask=anyinteract') = 'TRUE'
    When executed the attribute value is asked for via a input box (data type?)
    and the user is asked to define the SDO_GEOMETRY for the :polgygon parameter via mouse clicks on the screen.
    Similarly, this would work for INSERT, UPDATE and DELETE...
    INSERT INTO my_spatial_table (shape) values(:polygon)
    The data type of an attribute parameter could be determined in two ways:
    a) By querying the Oracle catalog;
    b) By using a "PARAMETERS" command before the query as follows
    PARAMETERS name type [(size)] [, name type [(size)] ...]
    The PARAMETERS declaration has these parts:
    name     The name of the parameter.
    type     The type of the parameter.
    size     The size of the parameter in characters or bytes.
    2. When executing an SQL SELECT statement I would like the tool
    to suggest the HINTS that are needed to improve performance.
    3. Following on from 2, I would like to Tick an option that would return the
    EXPLAIN PLAN that the query optimizer used when executing my query.
    4. The tool has to support ALL Oracle's spatial vector data types.
    5. It would be nice to be able to work with GeoRasters. Since Spatial Console
    imports/exports shapefiles why not the same for rasters. However, the problem
    with supporting foreign data formats is WHERE DO YOU STOP!!!!!
    6. You could allow for the styling of the Spatial Console to be stored in the MapViewer catalogs or use the MapViewer catalogs when styling an Sdo_Geometry if it exists (I note that your tool extracts the SDO_METADATA
    why not the MapViewer metadata as well)?
    regards
    S.

  • Oracle 10g and Spatial Components

    I'm a student exploring the use of oracle 10g in building spatial business intelligence systems since I have to develop such as part of my project. Oracle 9i is somewhat familiar to me. I downloaded and installed oracle 10g enterprise database from oracle's website. Can anyone assist me with the following?
    ---The OEM is not in my Oracle Home Folder, and I have to connect to the internet to get access to my database, is there any possibility for me not going online to have access to my database and where is the OEM (fully web-enabled)?
    ---Does Oracle database client come packaged with Oracle Spatial and Locator?
    ---Will Oracle provide a good option to develop a prototype of a Spatial BI tool for ascertaining how consumer services can be improved and so enable better decision making?
    ---Is Oracle 10 enterprise database and application server, the two main components to install to develop a system for spatial data.

    In my opinion, there are more misunderstandings in Oracle Spatial than in any other Oracle technology. This is largely because Oracle Spatial is both a GIS-neutral storage mechanism, as well as a powerful standalone extension to SQL for handling spatial-related BI.
    The APress 'Pro Oracle Spatial' is mandatory reading. It actually leads you through the install, dataset loading, tuning, and sample spatial data query and management. http://apress.com/book/bookDisplay.html?bID=315
    There is also a Spatial forum in the Database category.

  • Update query for managing an Oracle spatial database

    Hi,
    i'm trying to manage a spatial network i have created in Oracle 11g. One of the tables i have created named "DE_OSM_RT_LINK$", contains data for links which exist between nodes. The link table contains a column named "Cost". All the values of this column are equal to "0". I need to UPDATE these values with the length of each link. I have made a query which finds the length (using data from the geometry column) but i can't make a query that finds the length and simultaneously updates the "cost" column. The query i have tried to make in order to update the "cost" column with the length is:
    UPDATE DE_OSM_RT_LINK$
    SET COST = (SELECT SDO_GEOM.SDO_LENGTH (d.geometry, m.diminfo)
    FROM DE_OSM_RT_LINK$ d, user_sdo_geom_metadata m
    WHERE m.table_name = 'DE_OSM_RT_LINK$' AND m.column_name = 'GEOMETRY');
    It doesn't run. I can't find what else is needed in this query in order to update the "cost" column. Could you please help me because i don't have much experience?
    Thank you

    Try connecting as SCOTT/TIGER, then do this:
    select * from user_sdo_geom_metadata;
    if the table does not exist, then spatial hasn't been installed
    if it does exist, then spatial (or locator) has been installed.
    If the table didn't exist, rerun the installer, choose a custom
    installation, and check the Spatial box, then install.
    If the table did exist, or after you install spatial, you'll want to
    use the user's guide, or take the spatial course to get started.

  • Certification, Customer Performance Benchmarks & Lidar Technical Sessions At Oracle Spatial Summit

    Here is a spotlight on some training sessions that may be of interest, offered at LI/Oracle Spatial Summit in DC, May 19-21.  www.locationintelligence.net/dc/agenda . 
    Preparing for the Oracle Spatial Certification Exam
    Steve Pierce, Think Huddle & Albert Godfrind, Oracle
    Learn valuable strategies and review technical topics with the experts who developed the exam – and achieve your Oracle Spatial Specialist Certification with the most efficient effort. This session will enable you to master difficult topics (such as GeoRaster, 3D/LIDAR support, topology) quickly through clear examples and demos. Sample questions and exam topic breakdown will be covered. Individual certifications can also apply to requirements for organizations seeking Oracle PartnerNetwork Specialized status.
    Offered as both a Monday technical workshop (preregistration required), and Wednesday overview session.
    Content in this session is only available at the Oracle Spatial Summit.
    The performance debate is over: Spatial 12c Performance / Customer Benchmark Track
    Hear the results of customer benchmarks testing the performance of the 12c release of Spatial and Graph – with results up to 300 times faster. In this track, Nick Salem of Neustar and Steve Pierce of Think Huddle will share benchmarks with actual performance results already realized.
    Customers can now address the largest geospatial workloads and see performance increases of 50 to 300 times for common vector analysis operations. With just a small set of configuration changes – and no changes to application code – applications can realize these significant performance improvements. You’ll also learn tips for accelerating performance and running benchmarks with your applications on your systems.
    Effectively Utilize LIDAR Data In Your Business Processes
    Daniel Geringer, Oracle
    Many organizations collect large amounts of LIDAR, or point cloud data for more precise asset management. ROI of the high costs associated with this type of data acquisition is frequently compromised by the underutilization of the data. This session focuses on ways to leverage Oracle Engineered Systems to highly compress and seamlessly store LIDAR data and effectively search it spatially in its compressed form to enhance your business process. Topics covered included loading, compressing, pyramiding, searching and generation of derivative products such as DEMs, TINs, and Contours.
    Many other technical sessions and tracks will cover spatial technologies with depth and breadth.
    Customers including Garmin, Burger King, US Census Bureau, US DOJ, and more will also present use cases using MapViewer & Spatial in location intelligence/BI, transportation, land management and more.
    We invite you to join the community there.  For more information about topics, sessions and experts at Oracle Spatial Summit 2014, visit http://www.locationintelligence.net/dc/agenda .  This training event is held in conjunction with Directions' Location Intelligence - bringing together leaders in the LI ecosystem.
    For a 10% registration discount, become a member of the Spatial SIG, LinkedIn (http://www.linkedin.com/groups/Oracle-Spatial-Graph-1848520?gid=1848520&trk=skills    ) 
    or Google+ Spatial & Graph groups (https://plus.google.com/communities/108078829007193480508 ).  Details posted there.

  • Oracle Locator - Implementation

    I have a need to calculate shortest distance between any two locations (addresses) using Oracle Locator. The only parameters that are available to me as inputs are the 5 digit zip code, latitude and longitude of the location. I am looking for help in implementing a solution. I have the 10g enterprise database that comes with Locator as standard.

    Wellllll
    My first guess is that you need a bit more than just those pieces. When you say 'shortest distance' are you expected to get that by route or as the crow files?
    You may want to check in the 'Spatial' forum where this kind of thing is likely to be discussed in much more depth (as the Spatial and Locator specialists tend to hang out there).
    There are subtle differences between 10gR1 and 10gR2 - which in particular are you using?
    Do you know the coordinate system? Long/Lat comes in a variety of subtly-different flavours, depending on the actual coordinate system. (Since you mention zip code, I assume you mean the US, and 8302 will probably do reasonably well.)
    You will probably want to create a spatial index and defnitely need to create the user_sdo_geom_metadata for your layer.
    Have you looked in the Spatial Reference manual in the Oracle docco? Specifically at the Locator appendix, which describes exactly what parts of Spatial you can use in Locator. And at the sdo_distance function and examples at http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_objgeom.htm#i857957

  • Accessing a legacy Oracle Spatial Database

    We have an Oracle 9i server with Spatial extensions. There are data tables with SDO_GEOMETRY columns. These tables contain information that is consumed by a legacy application that uses MapInfo MapX GIS control. MapInfo stores metadata info in a proprietary Oracle DB table. The standard Oracle Spatial metainfo tables are empty.
    What would be your recommendation for rescuing the geodata in the tables and generating the Oracle Spatial metainfo and being able to access the DB with Oracle Spatial-compatible tools like MapViewer?
    Can MapViewer access the data and generate what is missing in the DB?
    Thanks!
    Edited by: 921274 on Mar 15, 2012 5:52 PM

    Try connecting as SCOTT/TIGER, then do this:
    select * from user_sdo_geom_metadata;
    if the table does not exist, then spatial hasn't been installed
    if it does exist, then spatial (or locator) has been installed.
    If the table didn't exist, rerun the installer, choose a custom
    installation, and check the Spatial box, then install.
    If the table did exist, or after you install spatial, you'll want to
    use the user's guide, or take the spatial course to get started.

  • Oracle Spatial Database option

    hello all,
    I downloaded Oracle 9i Personal Edition for Windows 98 platform.
    It is a free download @ technet.oracle.com.I have successfully installed the database.
    Now i was looking for an "Oracle Spatial" option in the database.
    Can anybody tell me how can i store geospatial data in the Oracle database ?
    or how can i set the option "Oracle Spatial" in the database ?
    I m looking forward for ur help.
    Bikram.

    Try connecting as SCOTT/TIGER, then do this:
    select * from user_sdo_geom_metadata;
    if the table does not exist, then spatial hasn't been installed
    if it does exist, then spatial (or locator) has been installed.
    If the table didn't exist, rerun the installer, choose a custom
    installation, and check the Spatial box, then install.
    If the table did exist, or after you install spatial, you'll want to
    use the user's guide, or take the spatial course to get started.

  • Locator and XE

    Hello,
    I am trying to use oracle locator in XE database edition.
    When I execute query:
    SELECT SDO_GEOMETRY('POINT(10 10)') FROM DUAL;
    the results are:
    SDO_GEOMETRY('POINT(1010)')(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(NULL, NULL, NULL, NULL, NULL)
    Instead of:
    SDO_GEOMETRY('POINT(1010)')(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(2001, NULL, SDO_POINT_TYPE(10, 10, NULL), NULL, NULL)
    Do you how some idea about this behavior?
    thank you
    vlado

    I have the same results on enterprise edition like you.
    reading the link Re: Spatial or Locator in XE, which is it? :
    "The Locator with Express Edition is almost the complete Locator - any functions that are implemented in Java will fail...", it seams to be problem with JVM - as you have wrote already.
    thanks for you responses
    vlado

  • Install of Locator

    Using the Oracle Universal Installer I have installed Spatial with Locator. If I am not mistaken should this have also created the MDSYS schema? My install did not install that schema. Am I missing a step somewhwere? Thank you in advance.
    -Scott

    Hi Scott,
    The installation will create the MDSYS user, you should not have to create it. That's why if the MDSYS user isn't there, then locator/spatial has not been installed.
    You need to read the directions in the Oracle interMedia User's Guide. I'm looking at the Oracle Spatial User's Guide and Reference for 10g, and it says this:
    "The installation of Locator depends on the successful and proper installation of Oracle interMedia. interMedia is installed and configured with Oracle Database 10g, although you can install interMedia manually if necessary, as documented in Oracle interMedia User's Guide. During the installation of interMedia, if a license for Oracle Spatial is not present, Locator is installed instead of Spatial. However, if interMedia was not installed properly, Locator will not be installed properly."
    Hope this helps,
    Dan

  • Uninstall Spatial?

    Have Oracle Enterprise Edition with Spatial installed on one of our development servers. This server is being switched into production. However after completing development we have decided we do not need any Spatial functionlity just Locator functionlity. So will just be getting an Enterprise Edition license without Spatial (as we are using partitioning). Is there a way to disable the spatial functionality. Do you uninstall the Spatial option via Universal Installer or will this remove MDSYS and Locator aswell or does it just disable the Spatial components leaving the Locator and MDSYS schema unaffected. Is this safe with spatial tables and rtree indexes already in place.
    Thanks

    While you have Enterprise Edition for the Partioning option I can see why you want to uninstall any of the additional Spatial options to ensure you don't deploy additional cost options to a production environment even though your production code does not use any of these options.
    I had a look at the Universal Installer and it is not clear to me either whether ticking the appropriate box will leave you with only Locator or remove Locator+Spatial entirely!
    So, I can't help you, other than to experiment with the installer on my database.
    I suggest:
    1. Logging a call to Oracle support asking for the approved, official method.
    2. While waiting for 1, try it on a PC which doesn't have Oracle on it to see what you get. One would think that if one has only Locator then a "Describe mdsys.sdo_geom" should tell you if you have Locator vs Spatial as Locator shouldn't have SDO_UNION and other geoprocessing functions.
    Of course, in your $ORACLE_HOME there is the md/admin folder with the installation (and de-installation) scripts. But unless you had clear instructions from Oracle support on which ones to run to achieve your task one would not recommend hacking up a solution using these scripts directly.
    Let us know how you go as I am interested in how to do this as well.
    regards
    S

  • Oracle Database 10g or Oracle 10g Express Edition

    Hi Friends,
    I have worked on Oracle 9i but now I would like to work on Oracle 10g but confuse because there are more option for download.Which one should I go for?
    Oracle Database 10g or Oracle 10g Express Edition ?
    Or Any other option.
    Any Suggestion are welcome.
    KarTiK.

    It all depends on what exactly you are planning to use oracle for. Depending on the version, there may be found or not some features, you can see it this way:
    EE > SE > XE
    EE is a superset of SE and SE is a superset of XE. So you will find several limitation on the XE edition.
    However, even though XE is a very limited version, it cannot be underestimated, it can be used for Spatial Data projects, it works with spatial data locator, and there are several guides that show how to use it with PHP so you can start a web site. WebPLSQL is included with it, so the only limit is your creativity.
    This version can be very useful, and you can make the most of it, you may be interested in reading this article Oracle Database 10g Express Edition: Not Just for Learners
    by Lewis Cunningham.
    The XE edition is free. So you can use it without license fees and is the best suitable tool for learning, it is easy to install and setup. You can have a fully functional XE database out of the box. Once you feel more comfortable with oracle technology you can start thinking about taking the next step to a SE or EE edition.
    ~ Madrid

  • What are all of these tables in my database using 10gEx?

    Hi I just installed sql developer and managed to connect to my 10gEx
    i see tens of tables and views in my databse , can i delete them and start to build my own tables ?
    why they have such un_well_structured_names like : AQ$_INTERNET_AGENT_PRIVS ?
    can i build Schema in my database and use that Schema for my data ?
    why those are not categorized in Schema , or maybe it is Sql developer fault that shows them like this ?
    Thanks

    Short answer:
    a) these are Oracle supplied tables. Don't mess with them.
    b) by all means. it is best practice to create a separate schema and keep your objects (tables, indexes, etc.) in that schema. in fact, build lots of schemas - one per application.
    Long answer:
    Oracle has a bunch of support schemas that are delivered in typical installations.
    You also want to look at the schema owner of these tables and views to get some idea of what they are and why they are used. For example:
    a) Userids:
    CTXSYS:       Oracle Text feature and capabilities
    DBSNMP:       Oracle system management
    FLOWS_020100: Application Express  
    FLOWS_FILES:  Application Express
    HR:           Database and Application Express  'main & demo' user
    MDSYS:        Oracle Locator feature and capabilities (subset of Spatial option)
    OUTLN: 
    PUBLIC:       general public userid
    SPATIAL:      Oracle Locator feature and capabilities (subset of Spatial option)
    SYS:          the database owner
    SYSTEM:       the database administrator
    TSMSYS:
    XDB:          XML and HTTP features and capabilitiesStuff owned by SYS is sacrosanct – never, ever, change it directly. Especially anything that includes a '$' or a '#' in the name.
    Some specific table prefixes and functionality
    AQ      – advanced queueing
    AUDIT   - system auditing
    CDC     - change data capture
    DBMS    - generally the utility packages that make Oracle special
    DIR     - directory support (I think)
    EXP     - export/import support
    HS      - heterogeneous services
    LOGMNR  - log miner
    SCHEDULE- scheduler
    STREAMS - advanced queueing – streams component
    XDB     - XML DBMost of these are documented in the feature related docco at http://www.oracle.com/pls/db102/portal.portal_db?selected=1 - a place you should visit often, once you are comfortable with the docco at http://www.oracle.com/pls/xe102/homepage
    Message was edited by:
    forbrich
    By the way - feel free to join us over in the XE forum, where XE specific questions are discussed. Registration link on the XE 'database home page' if you have the database installed and running properly.

Maybe you are looking for

  • Error:G/L account missing when saving Sales order

    Hi Guys, I will appreciate your input on this. Whenever I try to save a Standard order for a particular material I get the error"G/L account missing. I have checked all the Account assigment settings and they are correct. I faced this issue while cre

  • Best way for for update

    Hi all i'm new for store procedure.I have to make a procedure like this begin if(condition) select for update update else insert My problem is how to make select for update.If i'm not in fault i think in a procedure i have to make a select into curso

  • Can't compile package body

    hello. i ran in to little issue today. After patch 13839550 was applied to one of our test enviroments, we get one invalid package body. but when i try to compile it shows warrning! SQL> alter package APPS.AP_ACCTG_DATA_FIX_PKG compile body; Warning:

  • How can I delete the app store purchased history?

    The game shows up in app store(purchased) even after I deleted it. How can I remove it from the purchased history?

  • I sync videos (.mp4 and .3gp format) and most of the time they do not sync.

    Some times they sync and sometimes not. Sometimes they are hidden unless I search for it and open from the search screen. I sync it as a .3gp .mp4 .m4v .wma. I Tunes adds and converts as needed. I Pod touch has at least 15GB free estimated after clic