‎2008 Jan 11 7:03 AM
Hi all
I would like to transfer more than 50 lakhs records from more than six tables which shld be further processed.
I would like to have a optimized code so that it doesnt end with short dump.
‎2008 Jan 11 7:05 AM
Hi,
In the select query specify the Package size as 5000 and fetch package by package.
Regards,
Satish
‎2008 Jan 11 7:05 AM
Hi,
In the select query specify the Package size as 5000 and fetch package by package.
Regards,
Satish
‎2008 Jan 11 7:11 AM
Hi Satish,
I have used package size also. still its throughing short dump
‎2008 Jan 11 9:14 AM
Hi,
You may use the above method itself. But the problem may be getting a timeout error. Ask your BASIS people to increase the time for some period.
Regards,
Renjith Michael.
‎2008 Jan 11 9:19 AM
Hi Dhurga ,
can you elaborate your requirement. Is it possible to select data with more filters (Example : if you have 100 BUKRS, process data for 1 BUKRS at a time).
Regards,
Mohaiyuddin
‎2008 Jan 16 2:56 AM
Hi,
I have to run my for code for more than 50 BURKS for a selected year.. I have to schedule it as a background job.So is it possible to optimize further?
‎2008 Jan 16 2:07 PM
If you want any real help, you'll have to post the code.
Rob