Hi

I am an java developer and entering data from the JSP into the Oracle database.

My query is that i want to search all the table names where a specific value is present.

Suppose i entered a string called "Hello" from JSP and it got stored in some database table. I want an SQL Query which returns me all the table names where this value "Hello" is present.

Please help me in this regard. Ite very urgent !!!!!