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


VIEW: SYS.CDB_PENDING_CONV_TABLES

Object Details
Object Name: CDB_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 in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the table
TABLE_NAME VARCHAR2 (30) Yes Name of the table
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      CON_ID
FROM SYS.CDB_PENDING_CONV_TABLES;

Dependencies

[top of page]

SYS.CDB_PENDING_CONV_TABLES does not reference any database object

SYS.CDB_PENDING_CONV_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_PENDING_CONV_TABLES