Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Before loading the file to the table, I need to log the file information like file name, # of records to another database table (let me call it audit table), which contains a sequence generated id.
I need to be able to use this sequence generated id in my destination table while I load the records from the file.