Is it possible to use Oracle Developer Tools (v21.5.0) to search the connected schema for a table/object/view/column without initiating a query? For example, I want to know if the column "EmployeeName" exists anywhere in a database schema.
I tried searching from the sidebar which is partially successful. The search & filter works but only at the level displayed. This is fine if I am looking for a table or view name but not if I am searching for a column name across the entire database.