DBA_CAPTURE
displays information about all capture processes in the database. Its columns are the same as those in ALL_CAPTURE
.
ALL_CAPTURE
displays information about the capture processes that enqueue the captured changes into queues accessible to the current user.
Column | Datatype | NULL | Description |
|
|
| Name of the capture process |
|
|
| Name of the queue used for staging captured changes |
|
|
| Owner of the queue used for staging captured changes |
|
| | Name of the positive rule set used by the capture process for filtering |
|
| | Owner of the positive rule set |
|
| | Current user who is enqueuing captured messages |
|
| | System change number (SCN) from which the capture process will start to capture changes |
|
| | Status of the capture process: · · · |
|
| | System change number (SCN) of the last redo log record scanned |
|
| | System change number (SCN) of the most recent message dequeued by the relevant apply processes. All changes below this SCN have been dequeued by all apply processes that apply changes captured by this capture process. |
|
| | Indicates whether the source database name is used as the database link to connect to the source database from the downstream database ( |
|
| | System change number (SCN) from which the capture process can be restarted |
|
| | Global name of the source database |
|
| | Database ID of the source database |
|
| | Resetlogs system change number (SCN) of the source database |
|
| | Resetlogs time of the source database |
|
| | Session ID of the LogMiner session associated with the capture process |
|
| | Name of the negative rule set used by the capture process for filtering |
|
| | Owner of the negative rule set used by the capture process for filtering |
|
| | System change number (SCN) at which the last checkpoint was taken by the capture process |
|
| | Lowest checkpoint SCN for which the capture process requires redo information |
|
| | Logfile assignment type for the capture process: · · |
|
| | Time that the STATUS of the capture process was changed |
|
| | Error number if the capture process was aborted |
|
| | Error message if the capture process was aborted |
|
| | Version number of the capture process |
|
| | Type of the capture process: · · |
|
| | Last enqueued system change number (SCN) |
|
| | Checkpoint retention time Note: When the checkpoint retention time for a capture process is set to |
Note:
1. DBMS_CAPTURE_ADM provides subprograms for starting, stopping, and configuring a capture process.
2. A capture process is an optional Oracle background process that reads the database redo log to capture DML and DDL changes made to database objects. When a capture process is configured to capture changes from a redo log, the database where the changes were generated is called the source database.
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment