Search code examples
Function-based index on function returning number from abstract datatype...


sqloracle-databaseindexingabstract-data-typeoracle18c

Read More
Convert SDO_ORDINATE_ARRAY to string using a function (for a function-based index)...


sqloracle-databasefunctionoracle18cvarray

Read More
Convert SDO_ORDINATE_ARRAY to built-in VARRAY (to create function-based index)...


sqloracle-databaseindexingoracle18cvarray

Read More
Use negative number to extract element at end of varray list (in a custom member function)...


sqloracle-databaseplsqloracle18cvarray

Read More
Use Query Result Cache in query with varray...


sqloracle-databasequery-optimizationoracle18cvarray

Read More
Why does deterministic function return unexpected numbers in CONNECT BY LEVEL query?...


sqloracle-databasedeterministicoracle18cconnect-by

Read More
Extract varray element by index number using custom type's member function...


sqloracle-databasemember-functionsoracle18coracle-spatial

Read More
Get varray values as concatenated text list...


sqloracle-databaseconcatenationoracle18cvarray

Read More
Find problem XML values by catching XMLTABLE() errors in custom function...


sqlxmloracle-databaseoracle18cxmltable

Read More
Determine what rows are causing error in query...


sqloracle-databaseoracle18coracle-spatial

Read More
Extract specific value from XML array (where FieldName = x)...


sqlarraysxmloracle-databaseoracle18c

Read More
Extract vertices from SDO_GEOMETRY lines and store as points in SDO_GEOMETRY_ARRAY...


sqloracle-databaseoracle18coracle-spatialvarray

Read More
Generate grid line coordinates using SQL...


sqloracle-databasegeometryoracle18c

Read More
Why does SHAPE.SDO_ORDINATES(1) work in PL/SQL, but not in SQL?...


sqloracle-databaseattributesoracle18coracle-spatial

Read More
Create an ODCI list of SDO_GEOMETRY objects...


oracle-databaseoracle18coracle-spatial

Read More
Convert MDSYS.ST_LINESTRING subtype value to MDSYS.ST_GEOMETRY supertype...


sqloracle-databasetype-conversionoracle18coracle-spatial

Read More
Collapse vertex rows into nested table type (aggregated by ID)...


sqloracle-databaseoracle18coracle-spatial

Read More
Why do we need to Treat() MDSYS.ST_GEOMETRY as ST_LINESTRING to use ST_PointN(1)?...


sqloracle-databaseoracle18coracle-spatial

Read More
Why does (SHAPE).SDO_ORDINATES(1) syntax fail, but (SHAPE).ST_PointN(1) succeeds?...


sqloracle-databaseoracle18coracle-spatial

Read More
Cross-joining with a table object propagates rows (without needing Table() function)...


sqloracle-databaseoracle18coracle-spatialobject-type

Read More
Utilize function-based spatial index in SELECT list...


oracle-databaseindexingoracle18cspatial-indexoracle-spatial

Read More
Utilize a function-based index to precompute columns, while also selecting non-indexed columns...


sqloracle-databaseindexingoracle18coracle-spatial

Read More
Cross join to varray without using Table() expression...


sqloracle-databasejoinoracle18c

Read More
What does OBJECT_TYPE(…) do in a SELECT query?...


sqloracle-databaseconstructororacle18cobject-type

Read More
Replace value in SDO_ELEM_INFO_ARRAY varray...


oracle-databaseoracle18coracle-spatialvarray

Read More
Utilize a function-based index while selecting additional columns...


sqloracle-databaseindexingquery-optimizationoracle18c

Read More
Why aren't rows returned in the order of insertion?...


oracle-databaseselectinsertoracle18c

Read More
Include multiple inline functions and multiple CTEs in a WITH clause in a single query...


sqloracle-databasewith-statementoracle18cinline-functions

Read More
Look up SDO_GEOMETRY validation error code using SQL...


sqloracle-databaseerror-codeoracle18coracle-spatial

Read More
OOTB Oracle IFERROR function to handle rows that cause errors in a query...


sqloracle-databasefunctionerror-handlingoracle18c

Read More
BackNext