[Home] [Help]
[Dependency Information]
| Object Name: | ALL_CAPTURE_PARAMETERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about parameters for each capture process that stores the captured changes in a queue visible to the current user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAPTURE_NAME | VARCHAR2 | (128) | Yes | Name of the capture process |
| PARAMETER | VARCHAR2 | (128) | Yes | Name of the parameter |
| VALUE | VARCHAR2 | (4000) | Either the default value or the value set by the user for the parameter | |
| SET_BY_USER | VARCHAR2 | (3) | YES if the value is set by the user, NO otherwise | |
| SOURCE_DATABASE | VARCHAR2 | (128) | The global name of the container for which the parameter is defined. |
Cut, paste (and edit) the following text to query this object:
SELECT CAPTURE_NAME
, PARAMETER
, VALUE
, SET_BY_USER
, SOURCE_DATABASE
FROM SYS.ALL_CAPTURE_PARAMETERS;
SYS
ALL_CAPTURE
DBA_CAPTURE_PARAMETERS
DBMS_LOGREP_UTIL
- show dependent code
GET_MAX_CHECKPOINT
PUBLIC
ALL_CAPTURE_PARAMETERS
|
|
|
|