I have a table X and I'm loading data from many files to Table X using SQLLDR. I need to know how many rows got loaded into tables
The CTL files contain many conditions, again writing the scripts for filtering and counting will affect the maintainability
Also I dont want to do select count(*) from the table, since it'll be costly operation.
We need to make a seperate repor based on data, like how many rows loaded. And also, we have a timestamo in each row