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


VIEW: SYS.CDB_UNUSED_COL_TABS

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

All tables with unused columns in the database in all containers

[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
COUNT NUMBER

Number of unused columns in table
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COUNT
,      CON_ID
FROM SYS.CDB_UNUSED_COL_TABS;

Dependencies

[top of page]

SYS.CDB_UNUSED_COL_TABS does not reference any database object

SYS.CDB_UNUSED_COL_TABS is referenced by following:

SchemaPUBLIC
SynonymCDB_UNUSED_COL_TABS