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


VIEW: SYS.DBA_CONTAINER_DATA

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

Describes default and object-specific CONTAINER_DATA attributes

[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
Query Text

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


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

Dependencies

[top of page]

SYS.DBA_CONTAINER_DATA references the following:

SchemaSYS
TableCONDATA$
TableCONTAINER$
TableDUAL
TableOBJ$
View_BASE_USER
View_CURRENT_EDITION_OBJ
SYS.DBA_CONTAINER_DATA is referenced by following:

SchemaPUBLIC
SynonymDBA_CONTAINER_DATA