I need to delete a column from a table. Is there a way to find all views that reference this column? There are no PL/SQL objects (packages, procedures, function) in my database, so no worries there.
I don't want to query ALL_SOURCE because there are too many objects.