Stores the individual data points.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| obj_id | integer | not null | Unique object ID. |
| timestamp | integer | not null | Time stamp of the data point collected. |
| num_val | float | with null | If the data is numerical, the value of the data point is stored here. Otherwise, it is null. |
| text_val | long varchar | with null | If the data is textual, the value of the data point is stored here. Otherwise, it is null. |
Product Name: Unicenter Database Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| obj_id timestamp |
v$gla_data | timestamp num_val text_val |