Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Static Data Dictionary Views, 99 of 452
ALL_UNUSED_COL_TABS
describes all tables accessible to the current user that contain unused columns.
DBA_UNUSED_COL_TABS
describes all in the database that contain unused columns.
USER_UNUSED_COL_TABS
describes all tables owned by the current user that contain unused columns. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The owner of the object |
|
|
|
The name of the table |
|
|
|
The number of unused columns |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|