About 322,000 results
Open links in new tab
  1. 5 Indexing and Querying Spatial Data - Oracle Help Center

    Spatial uses a two-tier query model with primary and secondary filter operations to resolve spatial queries and spatial joins, as explained in Query Model. The term two-tier indicates that two distinct operations are performed to resolve queries.

  2. 1 Spatial Concepts - Oracle Help Center

    Spatial uses a two-tier query model to resolve spatial queries and spatial joins. The term is used to indicate that two distinct operations are performed to resolve queries. The output of the two combined operations yields the exact result set.

  3. Querying Spatial Data - Oracle

    A typical spatial query is to request all objects that lie within a defined fence or window. A query window is shown in Figure 12-2 by the dotted-line box. A dynamic query window refers to a fence that is not defined in the database, but that must be defined and indexed prior to using it.

  4. Spatial queries involving lattitude and longitude - Ask TOM

    Nov 18, 2019 · Using spatial queries is definitely the better option, especially for long/lat coordinates, and is the only way if you want to search for more than points in a rectangle. For that however, we need actual geometry objects (in SDO_GEOMETRY).

  5. geolocation - Geo Fence: how to find if a point or a shape is inside …

    Jan 5, 2011 · How do i find if a point or a polygon is inside another polygon using oracle spatial SQL query. Here is the scenario;

  6. Making Spatial SQL Dynamic with Session Variables and ... - Oracle

    Apr 15, 2025 · To make the buffer distance flexible and adaptable to user needs, such as changing it to 50 km or 300 km, you can enhance the query by using session variables and parameter binding. This transforms the query into a dynamic, user-driven spatial analysis.

  7. Performing spatial analyses on Latitude, Longitude data ... - Oracle

    Apr 8, 2020 · Execute spatial queries. Step 1 is to define a function that accepts longitude and latitude coordinates of a school and returns an SDO_GEOMETRY instance as its location. -- define the loc_to_geom(longitude, latitude) function

  8. Enhancements to CBTree index to use the data layer directly for Spatial index access. 3x faster query performance for large point data sets.

  9. What's the proper way to do a spatial join in Oracle?

    Oct 31, 2017 · Oracle has a table function called SDO_JOIN that is used to do join tables based on spatial relations. An example query to find what neighbourhood a house is in is something like this: house.address, neighbourhood.name. on a.rowid1 = house.rowid. on a.rowid2 = neighbourhood.rowid;

  10. Spatial analysis is about understanding complex interactions based on geographic relationships – answering questions based on where people, assets, and resources are located.

  11. Some results have been removed
Refresh