Identifying unused columns
520889Sep 9 2008 — edited Sep 9 2008Hi,
I'm wondering if there is a way to identify by name the unused (marked) columns in a table?
---select * from ALL_UNUSED_COL_TABS
returns just the COUNT, no column names.
--- Does "desc table" return the valid columns only?
(unused are not returned)
Is it safe to drop the unused columns (not returned by desc).
Thx,