DBA_LOGSTDBY_NOT_UNIQUE
displays all tables that have no
primary and no non-null unique indexes. Most of the tables displayed by
this view are supported because their columns contain enough information
to be maintained in a logical standby database. Some tables, however,
cannot be supported because their columns do not contain the necessary
information. Unsupported tables usually contain a column defined using
an unsupported datatype.Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Schema name of the non-unique table | |
TABLE_NAME |
VARCHAR2(30) |
Table name of the non-unique table | |
BAD_COLUMN |
VARCHAR2(1) |
|
DBA_LOGSTDBY_UNSUPPORTED displays the schemas, tables, and columns in those tables that contain unsupported datatypes. Use this view when you are preparing to create a logical standby database. This view is for logical standby databases only.
[@more@]