[Home] [Help]
[Dependency Information]
| Object Name: | ALL_CAPTURE_EXTRA_ATTRIBUTES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Extra attributes for a capture process that is visible to the current user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAPTURE_NAME | VARCHAR2 | (128) | Yes | Name of the capture process |
| ATTRIBUTE_NAME | VARCHAR2 | (128) | Yes | Name of the extra attribute |
| INCLUDE | VARCHAR2 | (3) | YES if the extra attribute is included | |
| ROW_ATTRIBUTE | VARCHAR2 | (3) | ||
| DDL_ATTRIBUTE | VARCHAR2 | (3) |
Cut, paste (and edit) the following text to query this object:
SELECT CAPTURE_NAME
, ATTRIBUTE_NAME
, INCLUDE
, ROW_ATTRIBUTE
, DDL_ATTRIBUTE
FROM SYS.ALL_CAPTURE_EXTRA_ATTRIBUTES;
SYS
ALL_CAPTURE
DBA_CAPTURE_EXTRA_ATTRIBUTES
DBMS_LOGREP_UTIL
- show dependent code
GET_MAX_CHECKPOINT
PUBLIC
ALL_CAPTURE_EXTRA_ATTRIBUTES
|
|
|
|