Home > Contents > Index >
DISABLEEVENT
Disables an event.
Syntax
<DISABLEEVENT NAME="EVENT_NAME"/>Parameters
NAME (required)
- Name of event to disable
Description
The
DISABLEEVENT
tag disables an event. The event continues to exist; however, it is never triggered while disabled.Error Numbers
There are no possible
errno
for this tag.Example
This example disables the event named
NightlyPurge
.<DISABLEEVENT NAME="NightlyPurge"/>See Also
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.