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


VIEW: SYS.DBA_PENDING_CONV_TABLES

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

All tables which are not upgraded to the latest type version in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
Query Text

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


SELECT OWNER
,      TABLE_NAME
FROM SYS.DBA_PENDING_CONV_TABLES;

Dependencies

[top of page]

SYS.DBA_PENDING_CONV_TABLES references the following:

SchemaSYS
TableOBJ$
TableUSER$
SYS.DBA_PENDING_CONV_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_PENDING_CONV_TABLES