I am executing a shell script, on a high level it reads the records from a csv and consequently do some DB operation. I have analyzed by manually running the script. Its running fine for less than 900 records in file but it gives the error for more than 900 records. Below is the screenshot of the error which i get after some time:
There is a part of the script which is picking record 1 by 1:
Could you please suggest why this is happening? I have read similar topics when user got that error, but unable to relate them with my scneario.
Cheers