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


VIEW: SYS.USER_INTERNAL_TRIGGERS

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

Description of the internal triggers on the user's own tables

[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.USER_INTERNAL_TRIGGERS;

Dependencies

[top of page]

SYS.USER_INTERNAL_TRIGGERS references the following:

SchemaSYS
TableOBJ$
TableTAB$
SYS.USER_INTERNAL_TRIGGERS is referenced by following:

SchemaPUBLIC
SynonymUSER_INTERNAL_TRIGGERS