Oracle Apex - Convert WKT geometries to Shapefile format...
Read MoreWorking with SDO_GEOMETRY ordinates as a table in a column subquery...
Read MoreHow to get values of multiple cells in geo raster in Oracle SQL...
Read MoreUse ROW_NUMBER() window function without specifying ORDER BY...
Read MoreHaving valid SRIDs issue with SDO_GEOM.SDO_LENGTH in Oracle Spatial...
Read MoreCreating a Cross-Schema Spatial Index in Oracle impossible with single user?...
Read MoreHow to create Oracle Spatial Index?...
Read MoreSwitch coordinates (X with Y) in SDO_ORDINATE_ARRAY...
Read Morewk buffer error when running .get_WKT Oracle Spatial function on SDO_GEOMETRY objects...
Read MoreWhy does CROSS JOIN LATERAL break up array's SDO_GEOMETRY object into individual attributes?...
Read MoreExtract varray element by index number using custom type's member function...
Read MoreGet XY coordinates from GEOM_SEGMENT_START_PT() output...
Read MoreDetermine what rows are causing error in query...
Read MoreExtract vertices from SDO_GEOMETRY lines and store as points in SDO_GEOMETRY_ARRAY...
Read MoreWhy does SHAPE.SDO_ORDINATES(1) work in PL/SQL, but not in SQL?...
Read MoreCreate an ODCI list of SDO_GEOMETRY objects...
Read MoreConvert MDSYS.ST_LINESTRING subtype value to MDSYS.ST_GEOMETRY supertype...
Read MoreCollapse vertex rows into nested table type (aggregated by ID)...
Read MoreWhy do we need to Treat() MDSYS.ST_GEOMETRY as ST_LINESTRING to use ST_PointN(1)?...
Read MoreWhy does (SHAPE).SDO_ORDINATES(1) syntax fail, but (SHAPE).ST_PointN(1) succeeds?...
Read MoreCross-joining with a table object propagates rows (without needing Table() function)...
Read MoreUtilize function-based spatial index in SELECT list...
Read MoreUtilize a function-based index to precompute columns, while also selecting non-indexed columns...
Read MoreReplace value in SDO_ELEM_INFO_ARRAY varray...
Read MoreModify object attribute/property — without creating custom function...
Read MoreLook up SDO_GEOMETRY validation error code using SQL...
Read MoreWhat does the MD in Oracle's MDSYS stand for?...
Read MoreIs In-Memory a extra-cost option? (Oracle)...
Read MoreTreat Oracle subtype as supertype...
Read More