[Home] [Help]
[Dependency Information]
| Object Name: | REPCAT$_AUDIT_ATTRIBUTE |
|---|---|
| Object Type: | TABLE |
| Owner: | SYSTEM |
| Subobject Name: | |
| Status: | VALID |
Information about attributes automatically maintained for replication
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
ATTRIBUTE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| REPCAT$_AUDIT_ATTRIBUTE_PK | NORMAL | UNIQUE |
SYSTEM
|
ATTRIBUTE
|
| Table | |
Foreign Table | Foreign Key Column |
REPCAT$_AUDIT_COLUMN
|
![]() |
REPCAT$_AUDIT_ATTRIBUTE | REPCAT$_AUDIT_COLUMN ATTRIBUTE |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ATTRIBUTE | VARCHAR2 | (128) | Yes | Description of the attribute |
| DATA_TYPE_ID | NUMBER | Yes | 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE
, DATA_TYPE_ID
, DATA_LENGTH
, SOURCE
FROM SYSTEM.REPCAT$_AUDIT_ATTRIBUTE;
SYSTEM.REPCAT$_AUDIT_ATTRIBUTE does not reference any database object
SYSTEM.REPCAT$_AUDIT_ATTRIBUTE is referenced by following:
SYS
ALL_REPAUDIT_ATTRIBUTE
DBA_REPAUDIT_ATTRIBUTE
DBMS_DEFERGEN_AUDIT
- show dependent code
USER_REPAUDIT_ATTRIBUTE
|
|
|
|