I have an excel sheet column which contains names of table .I need to pass this values from excel to a sql query to retrieve the package name which uses this table.
For Eg:
select * from all_source where upper(text) like '%EMP%'
This emp value has been taken from the excel sheet.I want to get the output of all the package names for all tables in single shot.