I want to search for all tables and columns containing specific value .
Like ,
Select * from [All_Tables] where [AnyColumn] = 'MyValue'
I want to search for all tables and columns containing specific value .
Like ,
Select * from [All_Tables] where [AnyColumn] = 'MyValue'
If you are using PL/SQl tool, then you can search for the object that you are looking for. The tool provides the gui wherein you can enter the keyword you are looking for. Say, in your case, search for 'MyValue'.