Hi,
I need to search a string(which might be a keyword containing a wild card character) in all tables in an Oracle schema.
The result that I need is a table contaning the tablename, columnname and the exact sting in which the string was found.
Could someone help me with a suitable code?
Thanks in advance.
I need to search a string(which might be a keyword containing a wild card character) in all tables in an Oracle schema.
The result that I need is a table contaning the tablename, columnname and the exact sting in which the string was found.
Could someone help me with a suitable code?
Thanks in advance.
Comment