2.180 ALL_INTERNAL_TRIGGERS
ALL_INTERNAL_TRIGGERS
describes internal triggers on tables accessible to the current user. Internal triggers are internal pieces of code executed when a particular flag is set for a table. This view does not display the OWNER_NAME
column.
Related Views
-
DBA_INTERNAL_TRIGGERS
describes internal triggers on all tables in the database. -
USER_INTERNAL_TRIGGERS
describes all internal triggers on tables owned by the current user. This view does not display theOWNER_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the table on which the trigger is defined |
|
|
|
Indicates the type of internal trigger on the table |
See Also: