Actions Definition table. Also called MSGACT, or MA. This table describes the actions to be performed for each matched rule in opra_msg. Each row is linked to the MR table by the opra_act_tkn.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| opra_act_seqno | smallint | not null | Action seq # |
| opra_act_token | integer | not null | Token # in opra_msg |
| opra_act_keyword | varchar(15) | not null | Action keyword: HILITE, COMMAND, SENDKEEP, etc. |
| opra_act_status | char(1) | not null | Indicates whether the action is active or not. |
| opra_act_dest_node | varchar(64) | not null | Node where action should be executed. |
| opra_act_workstn | varchar(64) | not null | Override work station in the Event. |
| opra_act_simul | char(1) | not null | Action should displayed to the conlog and not be performed. |
| opra_act_color | integer | not null | Color of record in the conlog |
| opra_act_attrib | integer | not null | Attribute of the record (blink, reverse) in the conlog |
| opra_act_cr_id | varchar(32) | not null | User id that created record |
| opra_act_cr_dt | integer | not null | Date when record was created (tmsdate format) |
| opra_act_cr_ti | integer | not null | Time when record was created (tmsdate format) |
| opra_act_up_id | varchar(32) | not null | User id that updated record last. |
| opra_act_up_dt | integer | not null | Date when record was updated (tmsdate format) |
| opra_act_up_ti | integer | not null | Time when record was created (tmsdate format) |
| opra_act_text | varchar(512) | not null | Action text. Contentes depends on the action performed (opra_act_keyword). |
| opra_act_cond_op | char(2) | not null | Conditional operator: eq, ne, lt, le, gt, ge. to be used with opra_act_cond_rc. |
| opra_act_cond_rc | integer | not null | Rc of previous action to be tested. Used with opra_act_cond_op. |
| opra_act_quiet | char(1) | not null | If Y - don't echo output of commands to the console. |
| opra_act_audit | char(1) | not null | Used as synch flag for remote commands. |
| opra_act_run_id | varchar(32) | not null | Userid to run command |
| opra_act_run_pw | varchar(14) | not null | Password for opra_act_run_id |
| opra_act_evaluate | char(1) | not null | Y: Evaluate output of command. |
| opra_act_category | varchar(64) | not null | Override category from event |
| opra_act_severity | varchar(4) | not null | Override severity from event |
| opra_act_source | varchar(128) | not null | Override severity from event |
Product Name: Unicenter Network and System Management/EnterpriseManagement
Table Type: Table