9.7.1.1 ALTER ALERTHISTORY
Purpose
The ALTER ALERTHISTORY command changes the attributes of all or specified alert histories.
Syntax
ALTER ALERTHISTORY { ALL | alertid1 [,alertid2 ...]}
examinedBy=user_nameUsage Notes
The following arguments can be used with the command:
-
alertidn: The identifier of the alerts to be changed. -
user_name: The name of the user who acknowledged the alert.
Examples
Example 9-7 shows the ALTER command used with the ALERTHISTORY object to update the examinedBy attribute. The examinedBy attribute is the only ALERTHISTORY attribute that can be modified.
Example 9-7 Altering ALERTHISTORY Attributes
DBMCLI> ALTER ALERTHISTORY 1671443714 -
examinedBy="jdoe"
DBMCLI> ALTER ALERTHISTORY ALL examinedBy="jdoe"Parent topic: ALTER