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


VIEW: SYS.CDB_REPAUDIT_ATTRIBUTE

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

Information about attributes automatically maintained for replication in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE VARCHAR2 (128) Yes Description of the attribute
DATA_TYPE VARCHAR2 (9)
Datatype of the attribute value
DATA_LENGTH NUMBER

Length of the attribute value in byte
SOURCE VARCHAR2 (386) Yes Name of the function which returns the attribute value
CON_ID NUMBER

container id
Query Text

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


SELECT ATTRIBUTE
,      DATA_TYPE
,      DATA_LENGTH
,      SOURCE
,      CON_ID
FROM SYS.CDB_REPAUDIT_ATTRIBUTE;

Dependencies

[top of page]

SYS.CDB_REPAUDIT_ATTRIBUTE does not reference any database object

SYS.CDB_REPAUDIT_ATTRIBUTE is referenced by following:

SchemaPUBLIC
SynonymCDB_REPAUDIT_ATTRIBUTE