We have a web application that needs to search across all tables using a keyword. I have not found much on Google other than using a Linq query.
We need the search to be performed by Oracle, not the web application.
Has anyone found a solution to using this method? The view of the Oracle database we have requires us to use dotConnect for Oracle.