DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_INTERNAL_TRIGGERS

Object Details
Object Name: ALL_INTERNAL_TRIGGERS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of the internal triggers on the tables accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Name of the table
INTERNAL_TRIGGER_TYPE VARCHAR2 (19)
Type of internal trigger
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      INTERNAL_TRIGGER_TYPE
FROM SYS.ALL_INTERNAL_TRIGGERS;

Dependencies

[top of page]

SYS.ALL_INTERNAL_TRIGGERS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableTAB$
SYS.ALL_INTERNAL_TRIGGERS is referenced by following:

SchemaPUBLIC
SynonymALL_INTERNAL_TRIGGERS