Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
DBA_APPLY_OBJECT_DEPENDENCIES
displays information about object dependencies for all apply processes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
OBJECT_OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the object |
OBJECT_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the object |
PARENT_OBJECT_OWNER |
VARCHAR2(30) |
NOT NULL |
Parent of the object owner |
PARENT_OBJECT_NAME |
VARCHAR2(30) |
NOT NULL |
Parent of the named object |