[Home] [Help]
[Dependency Information]
| Object Name: | DBA_LOGSTDBY_EDS_SUPPORTED |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
List of all tables that could have EDS-based replication for Logical Standby
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Schema name of supportable table | |
| TABLE_NAME | VARCHAR2 | (30) | Table name of supportable table |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
FROM SYS.DBA_LOGSTDBY_EDS_SUPPORTED;
SYS
CDEF$
DBA_LOGSTDBY_UNSUPPORTED_TABLE
DBA_TAB_COLS
LOGSTDBY$SRECS
LOGSTDBY$TABF
OBJ$
TAB$
USER$
PUBLIC
DBA_LOGSTDBY_EDS_SUPPORTED
SYS
DBMS_INTERNAL_LOGSTDBY
- show dependent code
|
|
|
|