5.170 DBA_LOGSTDBY_UNSUPPORTED

DBA_LOGSTDBY_UNSUPPORTED displays the schemas, tables, and columns in those tables that contain unsupported data types.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

Owner of the unsupported table

TABLE_NAME

VARCHAR2(128)

Name of the unsupported table

COLUMN_NAME

VARCHAR2(128)

Name of the unsupported column

ATTRIBUTES

VARCHAR2(39)

When possible, displays the reason why the table is not supported by SQL Apply. The ATTRIBUTES column may be NULL if the table structure itself is not supported by SQL Apply (for example, the table is system-partitioned), or when the structure of the table is supported but certain columns in the table have an unsupported datatype.

DATA_TYPE

VARCHAR2(32)

Datatype of the unsupported column

Note:

A rolling upgrade performed using the DBMS_ROLLING PL/SQL package supports more object types than a manual rolling upgrade performed using transient logical standby databases.

See Also: