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


VIEW: SYS.USER_REPAUDIT_ATTRIBUTE

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

Information about attributes automatically maintained for replication

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

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


SELECT ATTRIBUTE
,      DATA_TYPE
,      DATA_LENGTH
,      SOURCE
FROM SYS.USER_REPAUDIT_ATTRIBUTE;

Dependencies

[top of page]

SYS.USER_REPAUDIT_ATTRIBUTE references the following:

SchemaSYSTEM
TableREPCAT$_AUDIT_ATTRIBUTE
SYS.USER_REPAUDIT_ATTRIBUTE is referenced by following:

SchemaPUBLIC
SynonymUSER_REPAUDIT_ATTRIBUTE