[Home] [Help]
[Dependency Information]
| Object Name: | _DBA_APPLY_OBJECT_CONSTRAINTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_OWNER | VARCHAR2 | (128) | Yes | Schema of the object |
| OBJECT_NAME | VARCHAR2 | (128) | Yes | Object name |
| PARENT_OBJECT_OWNER | VARCHAR2 | (128) | Yes | Schema of the parent object |
| PARENT_OBJECT_NAME | VARCHAR2 | (128) | Yes | Parent object name |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_OWNER
, OBJECT_NAME
, PARENT_OBJECT_OWNER
, PARENT_OBJECT_NAME
FROM SYS._DBA_APPLY_OBJECT_CONSTRAINTS;
SYS
APPLY$_VIRTUAL_OBJ_CONS
PUBLIC
DBA_APPLY_OBJECT_DEPENDENCIES
SYS
DBMS_APPLY_ADM_INTERNAL
- show dependent code
|
|
|
|