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 of the unsupported table |
|
|
|
Name of the unsupported table |
|
|
|
Name of the unsupported column |
|
|
|
Displays the reason why the table is not supported by SQL Apply. If the structure of the table is unsupported (not just the datatype of some columns), then this view displays all columns in the table, with one of the following values displayed for each column in the table:
If the structure of the table is supported but certain columns in the table have unsupported datatypes, the |
|
|
|
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:
"DBA_ROLLING_UNSUPPORTED" for more information about determining unsupported data types for a rolling upgrade using the DBMS_ROLLING
package
Oracle Data Guard Concepts and Administration for more information about rolling operations
Oracle Data Guard Concepts and Administration for more information about unsupported tables for rolling upgrade operations
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_ROLLING
package