I\'m processing multiple files as part of an external table. Is there any way I can get the file name being processed in external tables and place it in the table?
You might be able to extract that data from the all_external_locations DDL. It contains the directory name and location parameters specified when you created the table.