I have a large oracle table with 40 Million records.
I need to pull out 100,000 records each time and put it into a temporary table and process it, due to space issue.
After these records are processed, I need to pick up the next 100,000 records and do the same till the end.
I need to do the above using a unix shell script.
Can anybody tell me how to write this script.
Thanks a lot,
Pramod.
I need to pull out 100,000 records each time and put it into a temporary table and process it, due to space issue.
After these records are processed, I need to pick up the next 100,000 records and do the same till the end.
I need to do the above using a unix shell script.
Can anybody tell me how to write this script.
Thanks a lot,
Pramod.