32.6 SDO_TRKR.START_TRACKING_SET

Format

SDO_TRKR.START_TRACKING_SET(
 tracking_set_name  IN VARCHAR2);

Description

Starts the queues for the location tracking server and starts jobs to monitor those queues.

Parameters

tracking_set_name

Name of the tracking set.

Usage Notes

This procedure starts the tracking set that has been previously created by a call to the SDO_TRKR.CREATE_TRACKING_SET procedure.

For conceptual and usage information about the location tracking server, see Location Tracking Server.

Examples

The following example starts the tracking set that was previously created.

EXECUTE SDO_TRKR.START_TRACKING_SET('TRACKING_EXAMPLE');