Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

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

Column Datatype NULL Description
TABLE_NAME VARCHAR2(30)   Name of the table on which the trigger is defined
OWNER_NAME VARCHAR2(30)   Owner of the table
INTERNAL_TRIGGER_TYPE VARCHAR2(19)   Indicates the type of internal trigger on the table