I want to read a table in oracle which contains database links for checking availabilty of each database link and return only the bad results for each database link and error message.
I want to fetch this lookup table into an array, and pass the entries of db_link to a select from dualQdb_link, test all the entries of lookup to test for success or failure. This seems very hard to achieve in perl.
Any ideas?