6.305 DBA_ROLLING_UNSUPPORTED
DBA_ROLLING_UNSUPPORTED
displays the schemas, tables, and columns in those tables that contain unsupported data types for a rolling upgrade operation for a logical standby database using the DBMS_ROLLING
PL/SQL package.
Use this view before you perform a rolling upgrade using DBMS_ROLLING
to determine what is unsupported.
The data pertains to the container in which the view is queried.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Schema name of the unsupported column |
|
|
|
Name of the table that the unsupported column belongs to |
|
|
|
Name of the unsupported column |
|
|
|
When the value of the Otherwise, this column displays the reason the table is unsupported only if the reason is not a data type issue. |
|
|
|
Data type of the unsupported column |
Note:
When the value of the COMPATIBLE
initialization parameter is 20.0
or higher, this view displays all columns in unsupported tables. Otherwise, this view displays only the unsupported columns in unsupported tables.
Note:
A rolling upgrade using DBMS_ROLLING
supports more object types than a manual rolling upgrade using transient logical standby databases
See Also:
-
"DBA_LOGSTDBY_UNSUPPORTED" for more information about determining unsupported data types for a manual rolling upgrade operation using transient logical standby databases
-
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