[Home] [Help]
[Dependency Information]
| Object Name: | DBA_CONTAINER_DATA |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Describes default and object-specific CONTAINER_DATA attributes
| 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 |
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;
SYS
CONDATA$
CONTAINER$
DUAL
OBJ$
_BASE_USER
_CURRENT_EDITION_OBJ
PUBLIC
DBA_CONTAINER_DATA
|
|
|
|