Find table with specific column name with Oracle SQL Developer

Article for: Toad for IBM DB2

In this tutorial I will show you how to find tables with a column with specific word in their name using Oracle SQL Developer.

You can do it with Find Database Object feature. To open it do one of the following:

  1. click binocular icon from the toolbar,
  2. right click object explorer and choose Find DB Object option,
  3. go to View main menu and choose Find DB Object option.

Search tab will be opened in the left pane. Then do the following:

  1. Uncheck All Object Types (red)
  2. Check Columns (green)
  3. Type in text you are searching for with "%" on both sides of it and press enter (orange)

It will open new tab in main window with the list of tables and views with columns that match the string.

To find exact column name remove "%" characters. Type "project_id" to find tables with column named project_id.

Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.