I need to make a report but not sure where the data is located. I did a command to find all my tables:
select * from all_tables
Anyway to do a search to find information in my Oracle 7.2.3 database?
I need to find three words and there are over 150 tables to search. Please advise.
select * from all_tables
Anyway to do a search to find information in my Oracle 7.2.3 database?
I need to find three words and there are over 150 tables to search. Please advise.