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


VIEW: SYS.DBA_INTERNAL_TRIGGERS

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

Description of the internal triggers on all tables in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128)
Name of the table
OWNER_NAME VARCHAR2 (128)
Name of the owner
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
,      OWNER_NAME
,      INTERNAL_TRIGGER_TYPE
FROM SYS.DBA_INTERNAL_TRIGGERS;

Dependencies

[top of page]

SYS.DBA_INTERNAL_TRIGGERS references the following:

SchemaSYS
TableOBJ$
TableTAB$
TableUSER$
SYS.DBA_INTERNAL_TRIGGERS is referenced by following:

SchemaPUBLIC
SynonymDBA_INTERNAL_TRIGGERS