[Home] [Help]
[Dependency Information]
| Object Name: | CDB_ROLLING_UNSUPPORTED |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
List of all the columns that are not supported by DBMS_ROLLING upgrades in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Schema name of unsupported column | |
| TABLE_NAME | VARCHAR2 | (30) | Table name of unsupported column | |
| COLUMN_NAME | VARCHAR2 | (30) | Column name of unsupported column | |
| ATTRIBUTES | VARCHAR2 | (39) | If not a data type issue, gives the reason why the table is unsupported | |
| DATA_TYPE | VARCHAR2 | (32) | Datatype of unsupported column | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, COLUMN_NAME
, ATTRIBUTES
, DATA_TYPE
, CON_ID
FROM SYS.CDB_ROLLING_UNSUPPORTED;
SYS.CDB_ROLLING_UNSUPPORTED does not reference any database object
SYS.CDB_ROLLING_UNSUPPORTED is referenced by following:
PUBLIC
CDB_ROLLING_UNSUPPORTED
|
|
|
|