is there a way to search a pattern string in all columns, all tables, in a Oracle database? Should be case-insensitive. For example, I'd like to find in which tables/columns there is the string 'alpha'. Strings with values: 'alphabeth', '001alpha', 'alpha001' should be returned also.
Has anyone idea how to write a query like this?
Thanks a lot in advance.
Luis