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


VIEW: SYS.USER_UNUSED_COL_TABS

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

User tables with unused columns

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128) Yes Name of the table
COUNT NUMBER

Number of unused columns in table
Query Text

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


SELECT TABLE_NAME
,      COUNT
FROM SYS.USER_UNUSED_COL_TABS;

Dependencies

[top of page]

SYS.USER_UNUSED_COL_TABS references the following:

SchemaSYS
TableCOL$
TableOBJ$
SYS.USER_UNUSED_COL_TABS is referenced by following:

SchemaPUBLIC
SynonymUSER_UNUSED_COL_TABS