I have a folde location where there are n numbers of datasets . 1)I want to get the list of all the datasets with common string as xx in one table and the datset with common string as yy in other table. 2)I want to append the data of all the datasets of xx table to one oracle table and all the data of datasets of yy table in other oracle table. #) before step 2 it should check the availability of dataset in folder and all the columns are same to target oracle table or not.
... View more