Console Views Table. The table describes valid views on the Event Management Console. Each views is a combination of CONLOG filters (stored as blobs in opr_conv_data). It describes which conlog data is displayed.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| opr_conv_name | varchar(16) | not null | View name (unique) |
| opr_conv_desc | varchar(256) | not null | View description |
| opr_conv_cr_id | varchar(32) | not null | User id that created view. |
| opr_conv_cr_dt | integer | not null | Date view was created (tmsdate) |
| opr_conv_cr_tm | integer | not null | Time view was created (tmsdate) |
| opr_conv_up_id | varchar(32) | not null | User id that updated view |
| opr_conv_up_dt | integer | not null | Date view was updated (tmsdate) |
| opr_conv_up_tm | integer | not null | Time view was updated (tmsdate) |
| opr_conv_data | long byte | not null | View data (filters defined by GUI) |
Product Name: Unicenter Network and System Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| opr_convusr |