[Home] [Help]
[Dependency Information]
| 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
| 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 |
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;
SYS.CDB_INTERNAL_TRIGGERS does not reference any database object
SYS.CDB_INTERNAL_TRIGGERS is referenced by following:
PUBLIC
CDB_INTERNAL_TRIGGERS
|
|
|
|