Trigger related objects

Triggers are activated before or after operations. They are performed on database objects like tables or views. MXDM displays the following information for database objects associated with a trigger:

Relationship

Specifies the relationship between the trigger and the object.

Related Object Type

The type of the related object. The values are Table, View, Procedure, and Sequence.

Related Object Name

The name of the object. It is a hyperlink.

Metadata UID

Related object unique ID.

Creation Time

The time and date when the related object was created.

Redefinition Time

The time and date when the related object was redefined.

Operation

Specifies the operations to be performed on the object to activate the trigger. Values are Update of Columns, Insert, Delete, and Update. Update indicates an update operation on all the columns. Update of columns indicates an update operation on selected columns.

Is Subject Table

Specifies if the object values are true or false.