How to find every table in a schema that has a particular field in it?
In other databases, I am able to run a query against the DB for all tables that contain a particular column name. Is there a way to do this in Oracle?
0