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


VIEW: SYS.CDB_DEPENDENCIES

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

Dependencies to and from objects in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the object
NAME VARCHAR2 (30) Yes Name of the object
TYPE VARCHAR2 (18)
Type of the object
REFERENCED_OWNER VARCHAR2 (30)
Owner of referenced object (remote owner if remote object)
REFERENCED_NAME VARCHAR2 (64)
Name of referenced object
REFERENCED_TYPE VARCHAR2 (18)
Type of referenced object
REFERENCED_LINK_NAME VARCHAR2 (128)
Name of dblink if this is a remote object
DEPENDENCY_TYPE VARCHAR2 (4)
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      NAME
,      TYPE
,      REFERENCED_OWNER
,      REFERENCED_NAME
,      REFERENCED_TYPE
,      REFERENCED_LINK_NAME
,      DEPENDENCY_TYPE
,      CON_ID
FROM SYS.CDB_DEPENDENCIES;

Dependencies

[top of page]

SYS.CDB_DEPENDENCIES does not reference any database object

SYS.CDB_DEPENDENCIES is referenced by following:

SchemaPUBLIC
SynonymCDB_DEPENDENCIES