[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SYNC_CAPTURE_PREPARED_TABS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All tables prepared for synchronous capture instantiation
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_OWNER | VARCHAR2 | (128) | Yes | Owner of the table prepared for synchronous capture instantiation |
| TABLE_NAME | VARCHAR2 | (128) | Yes | Name of the table prepared for synchronous capture instantiation |
| SCN | NUMBER | Yes | SCN from which changes can be captured | |
| TIMESTAMP | DATE | Time at which the table was ready to be instantiated |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_OWNER
, TABLE_NAME
, SCN
, TIMESTAMP
FROM SYS.DBA_SYNC_CAPTURE_PREPARED_TABS;
SYS
OBJ$
STREAMS$_PREPARE_OBJECT
USER$
PUBLIC
DBA_SYNC_CAPTURE_PREPARED_TABS
SYS
ALL_SYNC_CAPTURE_PREPARED_TABS
DBMS_LOGREP_EXP
- show dependent code
DBMS_STREAMS_ADM_IVK
- show dependent code
DBMS_STREAMS_DATAPUMP
- show dependent code
|
|
|
|