DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Search For Column Names In An Oracle DB
select table_name, column_name from all_tab_columns where column_name like '%X%'
...where "X" is the column name I'm looking for






Comments
Snippets Manager replied on Thu, 2011/06/30 - 11:18am
Snippets Manager replied on Wed, 2010/06/16 - 12:57pm
William Notowidagdo replied on Wed, 2007/08/15 - 11:34pm