DBA Data[Home] [Help]

MDSYS.SDO_TUNE dependencies on SDO_GEOMETRY

Line 401: RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;

397:
398: FUNCTION extent_of(table_name VARCHAR2,
399: column_name VARCHAR2,
400: use_index VARCHAR2 default 'TRUE')
401: RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;
402:
403:
404: ------------------------------------------------------------------------------
405: -- Purpose

Line 636: -- window_obj The window geometry object. Datatype is MDSYS.SDO_GEOMETRY.

632: -- tiling_level The spatial index level at which the geometry column is to
633: -- be tessellated. Datatype is INTEGER.
634: -- num_tiles The number of tiles for variable or hybrid tessellation.
635: -- Should be 0 for fixed tessellation. Datatype is INTEGER.
636: -- window_obj The window geometry object. Datatype is MDSYS.SDO_GEOMETRY.
637: -- tiling_time The estimated tiling time in seconds. Datatype is OUT
638: -- NUMBER.
639: -- filter_time The estimated spatial index filter time in seconds.
640: -- Datatype is OUT NUMBER.

Line 655: window_obj MDSYS.SDO_GEOMETRY,

651: column_name VARCHAR2,
652: sample_ratio INTEGER := 20,
653: tiling_level INTEGER,
654: num_tiles INTEGER := 0,
655: window_obj MDSYS.SDO_GEOMETRY,
656: tiling_time OUT NUMBER,
657: filter_time OUT NUMBER,
658: query_time OUT NUMBER)
659: RETURN NUMBER;