Parameter
|
Type
|
Description
|
---|---|---|
ENAME
|
WVARCHAR
|
The event name.
|
POSTSRVTIME
|
TIMESTAMP
|
The time that the server posted the event.
|
UID
|
INTEGER
|
The user ID (if applicable).
|
NUMDATAINFO
|
INTEGER
|
Miscellaneous numeric data — the exact meaning depends upon the event. For example, the event SYS_EVENT_BACKUP is posted both when a backup is started and when a backup is completed. The value in the numdatainfo parameter indicates which case applies — that is, whether the backup has just started or has just completed. This parameter can be NULL if there is no numeric data.
|
TEXTDATA
|
WVARCHAR
|
Miscellaneous text data — the exact meaning depends upon the event. This parameter can be NULL if there is no numeric data.
|