This page was last edited on January 10, 2020, at 15:27.
Comments or questions about this documentation? Contact us for support!
In the Column List:
This table stores attributes about the messages stored in the G_LOG_MESSAGES table.
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID | NUMBER(16) | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
LRID | NUMBER(16) | X | Same as G_LOG_MESSAGES.ID. | ||
MESSAGE_ID | INTEGER | X | Same as G_LOG_MESSAGES.MESSAGE_ID. | ||
ATTR_NAME | VARCHAR2(255) | X | The name of the message attribute. For example, PartitionID or Record_Count for a corresponding G_LOG_MESSAGES record that indicates purging of a partition has begun (GSYS_PURGE_PARTITION purge started ...) | ||
ATTR_VALUE | VARCHAR2(255) | The value of the message attribute. For example:
|