DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_ROLLING_UNSUPPORTED

Object Details
Object Name: DBA_ROLLING_UNSUPPORTED
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

List of all the columns that are not supported by DBMS_ROLLING upgrades

[View Source]

Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      ATTRIBUTES
,      DATA_TYPE
FROM SYS.DBA_ROLLING_UNSUPPORTED;

Dependencies

[top of page]

SYS.DBA_ROLLING_UNSUPPORTED references the following:

SchemaSYS
TYPELOGSTDBY$URECS
FunctionLOGSTDBY$UTABF
SYS.DBA_ROLLING_UNSUPPORTED is referenced by following:

SchemaPUBLIC
SynonymDBA_ROLLING_UNSUPPORTED