I have , for instances 4 csv files in a directory with 3 columns each one, but the name of the file contains the date and time and I need to add these information (date and time) to 2 new columns in the external tables. Is there some way to do that directly in Oracle without having to prepare the csv files adding the new columns on them (parsing the name and extracting the date and time)
Thanks