5.150 DBA_LOGSTDBY_UNSUPPORTED

DBA_LOGSTDBY_UNSUPPORTED displays the schemas, tables, and columns in those tables that contain unsupported data types. The data displayed pertains to the container in which the view is queried. Use this view when you are preparing to perform a manual rolling upgrade using transient logical standby databases. This view is for logical standby databases only.

Column Datatype NULL Description

OWNER

VARCHAR2(30)

 

Owner of the unsupported table

TABLE_NAME

VARCHAR2(30)

 

Name of the unsupported table

COLUMN_NAME

VARCHAR2(30)

 

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: