Function-based index on function returning number from abstract datatype...
Read MoreConvert SDO_ORDINATE_ARRAY to string using a function (for a function-based index)...
Read MoreConvert SDO_ORDINATE_ARRAY to built-in VARRAY (to create function-based index)...
Read MoreUse negative number to extract element at end of varray list (in a custom member function)...
Read MoreUse Query Result Cache in query with varray...
Read MoreWhy does deterministic function return unexpected numbers in CONNECT BY LEVEL query?...
Read MoreExtract varray element by index number using custom type's member function...
Read MoreGet varray values as concatenated text list...
Read MoreFind problem XML values by catching XMLTABLE() errors in custom function...
Read MoreDetermine what rows are causing error in query...
Read MoreExtract specific value from XML array (where FieldName = x)...
Read MoreExtract vertices from SDO_GEOMETRY lines and store as points in SDO_GEOMETRY_ARRAY...
Read MoreGenerate grid line coordinates using SQL...
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 MoreCross join to varray without using Table() expression...
Read MoreWhat does OBJECT_TYPE(…) do in a SELECT query?...
Read MoreReplace value in SDO_ELEM_INFO_ARRAY varray...
Read MoreUtilize a function-based index while selecting additional columns...
Read MoreWhy aren't rows returned in the order of insertion?...
Read MoreInclude multiple inline functions and multiple CTEs in a WITH clause in a single query...
Read MoreLook up SDO_GEOMETRY validation error code using SQL...
Read MoreOOTB Oracle IFERROR function to handle rows that cause errors in a query...
Read More