Top "Oracle-spatial" questions

Oracle Spatial is an extension to Oracle DB which provides support for location data.

How to get lat and long from sdo_geometry in oracle

How can I get lat and long from point in oracle? Like this: MDSYS.SDO_GEOMETRY(2001,4326,NULL, MDSYS.SDO_ELEM_…

oracle latitude-longitude oracle-spatial
How do I change the SRID's for Oracle SDO_GEOMETRY

I have spatial data that Oracle has assigned an SRID of 81989. I'd like to change it to 27700 - they're both …

oracle oracle-spatial
Oracle - Converting SDO_GEOMETRY to WKT?

I am very new to oracle spatial. I have a spatial table with one SDO_GEOMETRY column. After inserting POINT …

oracle oracle-spatial
Oracle spatial search within distance

I have the following table Cities: ID(int),City(char),latitude(float),longitude(float). Now based on a user`s …

oracle search geo oracle-spatial
ORACLE SDO_GEOMETRY ToString()?

I have a .Net system that I am writing which needs to be able to retrieve an oracle geometry field …

.net sql oracle plsql oracle-spatial
Geo Fence: how to find if a point or a shape is inside a polygon using oracle spatial

How do i find if a point or a polygon is inside another polygon using oracle spatial SQL query Here …

geolocation geospatial oracle-spatial
JDBC insert query does not insert record in oracle database

I have established the database connection successfully but not when I run this code through Java , my code keeps running …

java jdbc oracle11g oracle-spatial
How to reliably list and drop all spatial indexes in Oracle?

In my open-source database migration project Flyway, I have a feature that cleans all objects in the current database schema, …

sql database oracle oracle-xe oracle-spatial