Query to search all tables in DB for a given string
Does anyone have a pre-written query or procedure that we can run on Oracle DB that will search all tables in a database for a given string?
Searching individual tables in fine but out db is large and we need to search over all tables.
I have tried a few before already with little to no success.
It would be a big help. Thank you.