procedure PurgeEvent (queuename in varchar2, message_handle in raw);
Removes an event from a specified queue without further processing.
| queuename | The name of the queue from which to purge the event. |
| message_handle | The message handle ID for the specific event to purge. |