Alters parameters for a propagation schedule.
Class
TOraQueueAdmin
Syntax
procedure AlterPropagationSchedule(const Destination: string; Duration: integer; const NextTime: string; Latency: integer; const DestinationQueue: string = '');
Parameters
Destination
Holds the destination database link.
Duration
Holds the duration of the propagation window in seconds (NULL value means the propagation window is unscheduled forever or until the propagation).
NextTime
Holds the date function to compute the start of the next propagation window from the end of the current window.
Latency
Holds the maximum wait time in seconds in the propagation window for a message to be propagated after it is enqueued.
DestinationQueue
Holds the name of the destination queue. This parameter is supported starting with Oracle 10.
Remarks
Call the AlterPropagationSchedule method to alter parameters for a propagation schedule.
See Also