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


VIEW: SYS.CDB_CONTAINER_DATA

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

Describes default and object-specific CONTAINER_DATA attributes in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
USERNAME VARCHAR2 (128)
Name of the user whose attribute is described by this row
DEFAULT_ATTR CHAR (1)
An indicator of whether the attribute is a default attribute
OWNER VARCHAR2 (128)
Name of the object owner if the attribute is object-specific
OBJECT_NAME VARCHAR2 (128)
Name of the object if the attribute is object-specific
ALL_CONTAINERS VARCHAR2 (1)
An indicator of whether this attribute applies to all Containers
CONTAINER_NAME VARCHAR2 (128)
Name of a Container included in this attribute if it does not apply to all Containers
CON_ID NUMBER

container id
Query Text

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


SELECT USERNAME
,      DEFAULT_ATTR
,      OWNER
,      OBJECT_NAME
,      ALL_CONTAINERS
,      CONTAINER_NAME
,      CON_ID
FROM SYS.CDB_CONTAINER_DATA;

Dependencies

[top of page]

SYS.CDB_CONTAINER_DATA does not reference any database object

SYS.CDB_CONTAINER_DATA is referenced by following:

SchemaPUBLIC
SynonymCDB_CONTAINER_DATA