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


VIEW: SYS.CDB_INTERNAL_TRIGGERS

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

Description of the internal triggers on all tables in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (30)
Name of the table
OWNER_NAME VARCHAR2 (30)
Name of the owner
INTERNAL_TRIGGER_TYPE VARCHAR2 (19)
Type of internal trigger
CON_ID NUMBER

container id
Query Text

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


SELECT TABLE_NAME
,      OWNER_NAME
,      INTERNAL_TRIGGER_TYPE
,      CON_ID
FROM SYS.CDB_INTERNAL_TRIGGERS;

Dependencies

[top of page]

SYS.CDB_INTERNAL_TRIGGERS does not reference any database object

SYS.CDB_INTERNAL_TRIGGERS is referenced by following:

SchemaPUBLIC
SynonymCDB_INTERNAL_TRIGGERS